summaryrefslogtreecommitdiff
path: root/manual/conf.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-05-27 10:41:12 +0000
committerRichard M. Stallman <rms@gnu.org>1992-05-27 10:41:12 +0000
commite12c09a63bf2de885339e82ceb7915c0bc905994 (patch)
treeeb373e5d075e4b5ae124fb6b5c8de097200af758 /manual/conf.texi
parentaa0111f32b1d8d6e03edf1152d667f6fa7760564 (diff)
Improve documentation of Fix in _POSIX2_C_VERSION defn.
Diffstat (limited to 'manual/conf.texi')
-rw-r--r--manual/conf.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/conf.texi b/manual/conf.texi
index aaf14e8a32..6048af7218 100644
--- a/manual/conf.texi
+++ b/manual/conf.texi
@@ -263,7 +263,7 @@ the system.
@strong{Usage Note:} You can use this macro to tell whether a POSIX.1
system library supports POSIX.2 as well. Any POSIX.1 system contains
@file{unistd.h}, so include that file and then test @code{defined
-(_POSIX2_VERSION)}.
+(_POSIX2_C_VERSION)}.
@end deftypevr
@node Sysconf