Module Name: src Committed By: wiz Date: Fri Apr 30 06:54:16 UTC 2010
Modified Files: src/lib/libc/stdio: fgets.3 Log Message: Wording. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/stdio/fgets.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/stdio/fgets.3 diff -u src/lib/libc/stdio/fgets.3:1.20 src/lib/libc/stdio/fgets.3:1.21 --- src/lib/libc/stdio/fgets.3:1.20 Fri Apr 30 06:00:14 2010 +++ src/lib/libc/stdio/fgets.3 Fri Apr 30 06:54:16 2010 @@ -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 @@ } .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