diff options
-rw-r--r-- | lib/libc/stdio/fgets.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index 65b72fe0b7e..9f84e30b1e5 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fgets.3,v 1.23 2006/10/14 23:57:39 cloder Exp $ +.\" $OpenBSD: fgets.3,v 1.24 2006/10/15 06:39:23 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -160,8 +160,8 @@ while (fgets(buf, sizeof(buf), fp) != NULL) { } .Ed .Pp -While the error would be true if a line > 1023 characters were read, it would -be false in two other cases: +While the error would be true if a line \*(Gt 1023 characters were read, +it would be false in two other cases: .Bl -enum -offset indent .It If the last line in a file does not contain a newline, the string returned by |