Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Punctuation nit, and slight grammar improvement.



details:   https://anonhg.NetBSD.org/src/rev/29c7a2ae4713
branches:  trunk
changeset: 521621:29c7a2ae4713
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Feb 02 10:50:52 2002 +0000

description:
Punctuation nit, and slight grammar improvement.

diffstat:

 lib/libc/stdio/fseek.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r af5e3760645f -r 29c7a2ae4713 lib/libc/stdio/fseek.3
--- a/lib/libc/stdio/fseek.3    Sat Feb 02 10:50:08 2002 +0000
+++ b/lib/libc/stdio/fseek.3    Sat Feb 02 10:50:52 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fseek.3,v 1.19 2002/02/02 08:56:53 yamt Exp $
+.\"    $NetBSD: fseek.3,v 1.20 2002/02/02 10:50:52 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -143,11 +143,11 @@
 and
 .Fn fseeko
 (with whence set to
-.Dv SEEK_SET
-), setting and storing the current value of
+.Dv SEEK_SET ) ,
+setting and storing the current value of
 the file offset into or from the object referenced by
 .Fa pos .
-In the other implementation, an
+In others implementations, an
 .Dq Fa fpos_t
 object may be a complex object
 and these routines may be the only way to portably reposition a text stream.



Home | Main Index | Thread Index | Old Index