avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / rmdir.texi
index aca8b8b..bc4adf9 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{rmdir}
 @findex rmdir
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rmdir.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rmdir.html}
 
 Gnulib module: rmdir
 
@@ -16,8 +16,6 @@ Cygwin 1.5.x.
 This function fails with @code{EINVAL} instead of the expected
 @code{ENOTDIR} for @code{rmdir("file/")} on some platforms:
 mingw.
-@item
-This function is missing on some old platforms.
 @end itemize
 
 Portability problems not fixed by Gnulib: