summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-02-24 17:20:48 +0100
committerBruno Haible <bruno@clisp.org>2008-02-24 17:20:48 +0100
commiteb4a09dbdb2373566dfa30e7e7c5c196b005164d (patch)
tree3ba92db2a788ba60aa20a0ca4e2a27359534026d /doc
parent6e99bc9747348fcd46114c91d77f3fb97641291d (diff)
downloadgnulib-eb4a09dbdb2373566dfa30e7e7c5c196b005164d.tar.gz
Documentation tweak, reported by Peter O'Gorman.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/environ.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/environ.texi b/doc/posix-functions/environ.texi
index e4100fb879..88f7d7321e 100644
--- a/doc/posix-functions/environ.texi
+++ b/doc/posix-functions/environ.texi
@@ -23,7 +23,7 @@ shared libraries on MacOS X 10.5. Here is a workaround: Instead, one can use
#include <crt_externs.h>
#define environ (*_NSGetEnviron())
@end smallexample
-This works at least on MacOS X 10.3 and newer.
+This works at all versions of MacOS X.
@end itemize
Portability problems not fixed by Gnulib: