summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2010-04-30 06:54:16 +0000
committerwiz <wiz@NetBSD.org>2010-04-30 06:54:16 +0000
commit779fbbb100fd2f038b93065d68324f937d5e60cf (patch)
tree486719adbe0845f2c1e42642198be5ce062b2ffb /lib/libc/stdio
parent5a5627574d975c5798241b3dacd0c2f1be12d4f9 (diff)
Wording.
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/fgets.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3
index 7e1d7dd1ec5..7dea544eaa0 100644
--- a/lib/libc/stdio/fgets.3
+++ b/lib/libc/stdio/fgets.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: fgets.3,v 1.20 2010/04/30 06:00:14 jruoho Exp $
+.\" $NetBSD: fgets.3,v 1.21 2010/04/30 06:54:16 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -159,8 +159,8 @@ string is too long if it does not contain a newline:
}
.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 longer than 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