From: tb Date: Mon, 12 Aug 2024 22:37:57 +0000 (+0000) Subject: fflush.3: zap trailing whitespace X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=474c46d70ef60a000e684046ae1a78e6076e4c0f;p=openbsd fflush.3: zap trailing whitespace --- 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.