summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-08-12 22:37:58 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-08-12 22:37:58 +0000
commit17d7d332008c47c0d79f903e39826f1f9e9b0a08 (patch)
tree2f292d463809ca6a97a69853521106a0aab51d31 /lib/libc
parentb60f06f8bea1a2149a8620a0d34a1177f5f812e7 (diff)
fflush.3: zap trailing whitespace
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdio/fflush.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3
index 1e1c7803942..1fa079f400f 100644
--- a/lib/libc/stdio/fflush.3
+++ b/lib/libc/stdio/fflush.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fflush.3,v 1.14 2024/08/12 20:53:09 guenther Exp $
+.\" $OpenBSD: fflush.3,v 1.15 2024/08/12 22:37:57 tb Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -61,7 +61,7 @@ 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
-.Xr ungetc 3
+.Xr ungetc 3
or
.Xr ungetwc 3 .
The open status of the stream is unaffected.