Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdio Wording.
details: https://anonhg.NetBSD.org/src/rev/4a8b669cef66
branches: trunk
changeset: 754429:4a8b669cef66
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Apr 30 06:54:16 2010 +0000
description:
Wording.
diffstat:
lib/libc/stdio/fgets.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r cc64ab155db7 -r 4a8b669cef66 lib/libc/stdio/fgets.3
--- a/lib/libc/stdio/fgets.3 Fri Apr 30 06:51:52 2010 +0000
+++ b/lib/libc/stdio/fgets.3 Fri Apr 30 06:54:16 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index