strtoimax, strtoumax: Document problem on HP-UX 11.
[gnulib.git] / doc / posix-functions / fseek.texi
index 47c6606..23cedd7 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{fseek}
 @findex fseek
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/fseek.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fseek.html}
 
 Gnulib module: fseek
 
@@ -19,6 +19,6 @@ On Windows platforms (excluding Cygwin), this function does not set @code{errno}
 upon failure.
 @item
 On platforms where @code{long} is a 32-bit type, @code{fseek} does not work
-correctly with files larger than 2 GB.  The fix is to use @code{fseeko}
-instead and to invoke the @code{AC_SYS_LARGEFILE} macro.
+correctly with files larger than 2 GB, even when the @code{AC_SYS_LARGEFILE}
+macro is used.  The fix is to use @code{fseeko} instead.
 @end itemize