X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Ffgetws.texi;h=93c029d13c99f8f61a22ad90ca7ba5dc365439f8;hb=14b6d70139486b63e66257aad1abe2a9615f4d96;hp=5de0d7302613c04fac33451dedb43c839718e2a8;hpb=1a5312f7bbd8c94d2497c0b290a76003f76c8a3f;p=gnulib.git diff --git a/doc/posix-functions/fgetws.texi b/doc/posix-functions/fgetws.texi index 5de0d7302..93c029d13 100644 --- a/doc/posix-functions/fgetws.texi +++ b/doc/posix-functions/fgetws.texi @@ -2,7 +2,7 @@ @section @code{fgetws} @findex fgetws -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fgetws.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fgetws.html} Gnulib module: --- @@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS. +IRIX 5.3, Solaris 2.5.1, Cygwin 1.5.x, BeOS. @item On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters.