summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-24 10:08:45 +0000
committerYang Tse <yangsita@gmail.com>2009-11-24 10:08:45 +0000
commitc83f7ede269a03cac402fda4edd74fbb557a9917 (patch)
tree72a2dbec868b3688854de05e983dc8f5a7fd4834
parentf385fdefbe50affa8e447f445c613fbc2dbea457 (diff)
downloadgnurl-c83f7ede269a03cac402fda4edd74fbb557a9917.tar.gz
gnurl-c83f7ede269a03cac402fda4edd74fbb557a9917.tar.bz2
gnurl-c83f7ede269a03cac402fda4edd74fbb557a9917.zip
Added 'currently' in italics to insist on transient situation.
-rw-r--r--ares/ares_library_cleanup.34
-rw-r--r--ares/ares_library_init.34
2 files changed, 4 insertions, 4 deletions
diff --git a/ares/ares_library_cleanup.3 b/ares/ares_library_cleanup.3
index 3919dc3a6..4bbe0b899 100644
--- a/ares/ares_library_cleanup.3
+++ b/ares/ares_library_cleanup.3
@@ -61,8 +61,8 @@ Since the introduction of this function, it is absolutely mandatory to call it
for any Win32/64 program using c-ares.
.PP
Non-Win32/64 systems can still use c-ares version 1.7.0 without calling
-\fIares_library_cleanup(3)\fP due to the fact that it is nearly a do-nothing
-function on non-Win32/64 platforms.
+\fIares_library_cleanup(3)\fP due to the fact that \fIcurrently\fP it is nearly
+a do-nothing function on non-Win32/64 platforms.
.SH SEE ALSO
.BR ares_library_init(3),
.BR ares_cancel(3)
diff --git a/ares/ares_library_init.3 b/ares/ares_library_init.3
index b7d0ec3eb..1d49c2016 100644
--- a/ares/ares_library_init.3
+++ b/ares/ares_library_init.3
@@ -84,8 +84,8 @@ Since the introduction of this function it is absolutely mandatory to
call it for any Win32/64 program using c-ares.
.PP
Non-Win32/64 systems can still use c-ares version 1.7.0 without calling
-\fIares_library_init(3)\fP due to the fact that it is nearly a do-nothing
-function on non-Win32/64 platforms at this point.
+\fIares_library_init(3)\fP due to the fact that \fIcurrently\fP it is nearly
+a do-nothing function on non-Win32/64 platforms at this point.
.SH SEE ALSO
.BR ares_library_cleanup(3),
.BR ares_strerror(3)