Remove redundant AC_SUBST invocation.
[gnulib.git] / doc / posix-functions / environ.texi
index e4100fb..aebe8eb 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{environ}
 @findex environ
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/environ.html}
+POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/environ.html}
 
 Gnulib module: environ
 
@@ -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: