summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2024-08-13 05:52:10 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2024-08-13 05:52:10 +0000
commita9bf5562ceffe40a93f2a504f62e3701382d5a6d (patch)
tree316db26a345704cb4b2c08fc178c59525cf060e2 /lib
parent787abb8c5908505ba12446ba03067dc5eea92650 (diff)
zap extra word;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/fflush.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3
index 1fa079f400f..0ce4579cf44 100644
--- a/lib/libc/stdio/fflush.3
+++ b/lib/libc/stdio/fflush.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fflush.3,v 1.15 2024/08/12 22:37:57 tb Exp $
+.\" $OpenBSD: fflush.3,v 1.16 2024/08/13 05:52:09 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 12 2024 $
+.Dd $Mdocdate: August 13 2024 $
.Dt FFLUSH 3
.Os
.Sh NAME
@@ -60,7 +60,7 @@ or
of a seekable file and it is not already at EOF then
.Fn fflush
sets the seek position of the file to the file position of the
-stream and discards any text pushed back by via
+stream and discards any text pushed back via
.Xr ungetc 3
or
.Xr ungetwc 3 .