Module Name: src
Committed By: rillig
Date: Sat Sep 11 18:46:22 UTC 2021
Modified Files:
src/lib/libc/stdio: fseek.3
Log Message:
fseek.3: fix grammar
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/stdio/fseek.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/fseek.3
diff -u src/lib/libc/stdio/fseek.3:1.28 src/lib/libc/stdio/fseek.3:1.29
--- src/lib/libc/stdio/fseek.3:1.28 Sun Jan 1 12:39:33 2017
+++ src/lib/libc/stdio/fseek.3 Sat Sep 11 18:46:22 2021
@@ -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 @@ except that the error indicator for the
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