Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio fseek.3: fix grammar



details:   https://anonhg.NetBSD.org/src/rev/629616fb7672
branches:  trunk
changeset: 985868:629616fb7672
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Sep 11 18:46:22 2021 +0000

description:
fseek.3: fix grammar

diffstat:

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

diffs (27 lines):

diff -r 422e2c62488f -r 629616fb7672 lib/libc/stdio/fseek.3
--- a/lib/libc/stdio/fseek.3    Sat Sep 11 18:38:25 2021 +0000
+++ b/lib/libc/stdio/fseek.3    Sat Sep 11 18:46:22 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fseek.3,v 1.28 2017/01/01 12:39:33 abhinav Exp $
+.\"    $NetBSD: fseek.3,v 1.29 2021/09/11 18:46:22 rillig Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     @(#)fseek.3    8.1 (Berkeley) 6/4/93
 .\"
-.Dd January 1, 2017
+.Dd September 11, 2021
 .Dt FSEEK 3
 .Os
 .Sh NAME
@@ -130,7 +130,7 @@
 In this implementations,
 .Dq Fa fpos_t
 is a complex object that represents both the position and the parse
-state of the stream, making these routines as the only way to portably
+state of the stream, making these routines the only way to portably
 reposition a text stream.
 The
 .Ar pos



Home | Main Index | Thread Index | Old Index