Fix doc about a HP-UX stdio bug.
[pspp] / doc / posix-functions / ftell.texi
index aaa65f998a1f9a718c7f9563ff01fa4af83ac349..f2cf5682630ab5dcfa47f48c52c06ccc31a6d400 100644 (file)
@@ -10,15 +10,15 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function mistakenly succeeds on pipes on some platforms: mingw.
-@item
-This function produces incorrect results immediately after @code{fseek} on some
-platforms:
-HP-UX 11.
 @end itemize
 
 Portability problems not fixed by Gnulib:
 @itemize
 @item
+This function produces incorrect results immediately after @code{fseek} on some
+platforms:
+HP-UX 11.
+@item
 @code{fflush}, @code{ftell}, @code{ftello}, @code{fgetpos} behave incorrectly
 on input streams that are opened in @code{O_TEXT} mode and whose contents
 contains Unix line terminators (LF), on some platforms: mingw.