strtoumax tests: Enhance tests.
[gnulib.git] / doc / posix-functions / dirname.texi
index 4bc652b..026f404 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{dirname}
 @findex dirname
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/dirname.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dirname.html}
 
 Gnulib module: ---
 
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-IRIX 6.5, Solaris 2.5.1, mingw, BeOS.
+IRIX 6.5, Solaris 2.5.1, mingw, MSVC 9, BeOS.
 @item
 @code{dirname} assumes file names in POSIX syntax; it does not work with file
 names in Windows syntax.