projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e99bc9
)
Documentation tweak, reported by Peter O'Gorman.
author
Bruno Haible
<bruno@clisp.org>
Sun, 24 Feb 2008 16:20:48 +0000
(17:20 +0100)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 24 Feb 2008 16:20:48 +0000
(17:20 +0100)
doc/posix-functions/environ.texi
patch
|
blob
|
history
diff --git
a/doc/posix-functions/environ.texi
b/doc/posix-functions/environ.texi
index e4100fb879516d6daef651de0f950ce4eda566d3..88f7d7321e3e699c6d97dd1b9a372ea69b84f837 100644
(file)
--- 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: