X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fsetenv.texi;h=87f3bd1769e0ce3c0835b96f1f6d18571b6a44ad;hb=beae0bdcf7fe30f2415c16f6b8c1368d469e519c;hp=889215678e6a8d250e8a2d259e60d2313956b978;hpb=747793c9a482f1d1dbb718152150c48903f7a41b;p=gnulib.git diff --git a/doc/posix-functions/setenv.texi b/doc/posix-functions/setenv.texi index 889215678..87f3bd176 100644 --- a/doc/posix-functions/setenv.texi +++ b/doc/posix-functions/setenv.texi @@ -10,11 +10,14 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -AIX 4.3.2, HP-UX 11.23, IRIX 6.5, Solaris 9, mingw, BeOS. +AIX 4.3.2, HP-UX 11.23, IRIX 6.5, Solaris 9, mingw, MSVC 9, BeOS. +@item +This function is not declared on some platforms: +OSF/1 5.1. @item On some platforms, this function does not fail with @samp{EINVAL} when passed an empty string or a string containing @samp{=}: -MacOS X 10.5, FreeBSD 6.0, NetBSD 1.6, OpenBSD 3.8, Cygwin 1.5.x. +Mac OS X 10.5, FreeBSD 6.0, NetBSD 1.6, OpenBSD 3.8, Cygwin 1.5.x. @item On some platforms, this function removes a leading @samp{=} from the value argument: