summaryrefslogtreecommitdiff
path: root/doc/posix-functions
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-08-24 02:19:57 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-08-24 02:20:34 -0700
commit0815bd3d34b072659e4e2c8c97241fe2ccae1cd6 (patch)
tree48da33d98d36ea83df11460571f962ca92a0cdab /doc/posix-functions
parent8f25604017b00aec5a7b2a37fc96a55f2c948ec9 (diff)
downloadgnulib-0815bd3d34b072659e4e2c8c97241fe2ccae1cd6.tar.gz
doc: do not use @acronym
* doc/inet_ntoa.texi (inet_ntoa): * doc/parse-datetime.texi (Seconds since the Epoch) (Specifying time zone rules): * doc/posix-functions/inet_ntoa.texi (inet_ntoa): Don't use @acronym. Problem reported by John Darlington in <http://lists.gnu.org/archive/html/bug-gnulib/2012-08/msg00124.html>.
Diffstat (limited to 'doc/posix-functions')
-rw-r--r--doc/posix-functions/inet_ntoa.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/inet_ntoa.texi b/doc/posix-functions/inet_ntoa.texi
index e5026e85d0..a21f3197b6 100644
--- a/doc/posix-functions/inet_ntoa.texi
+++ b/doc/posix-functions/inet_ntoa.texi
@@ -24,5 +24,5 @@ might end up with the wrong date in one of the threads, or some
undefined string.
@end itemize
-Note: @code{inet_ntoa} is specific for @acronym{IPv4} addresses.
+Note: @code{inet_ntoa} is specific for IPv4 addresses.
A protocol independent function is @code{inet_ntop}.