snprintf: guarantee %1$d, for libintl
[pspp] / doc / posix-functions / wcspbrk.texi
index 9464beda86952b892ba97dfb0a8d36c3135e37a0..17f6d62306eb162deea654909b8405b4d9c3fed3 100644 (file)
@@ -2,20 +2,20 @@
 @section @code{wcspbrk}
 @findex wcspbrk
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcspbrk.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcspbrk.html}
 
-Gnulib module: ---
+Gnulib module: wcspbrk
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
+This function is missing on some platforms:
+IRIX 5.3, Solaris 2.5.1.
 @end itemize
 
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-This function is missing on some platforms:
-IRIX 5.3, Solaris 2.5.1.
-@item
 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @end itemize