summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2019-09-07 10:28:27 +0000
committerschwarze <schwarze@openbsd.org>2019-09-07 10:28:27 +0000
commitfeb74a7befa7a9c6d1c0f898d4fed410dcd30592 (patch)
tree888939d7d3d02b0df3e24fda9672b006ca172f0e /lib/libc/stdio
parentRemove dependency on basename(1). (diff)
downloadwireguard-openbsd-feb74a7befa7a9c6d1c0f898d4fed410dcd30592.tar.xz
wireguard-openbsd-feb74a7befa7a9c6d1c0f898d4fed410dcd30592.zip
more Version 1 AT&T UNIX history:
a few cases that weren't altogether straightforward; tweak and OK jmc@, OK sobrado@
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/fflush.310
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3
index e8e2f990b3d..677d087c817 100644
--- a/lib/libc/stdio/fflush.3
+++ b/lib/libc/stdio/fflush.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fflush.3,v 1.12 2015/11/04 21:30:13 tedu Exp $
+.\" $OpenBSD: fflush.3,v 1.13 2019/09/07 10:28:27 schwarze 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: November 4 2015 $
+.Dd $Mdocdate: September 7 2019 $
.Dt FFLUSH 3
.Os
.Sh NAME
@@ -104,7 +104,11 @@ The
function conforms to
.St -ansiC .
.Sh HISTORY
+A predecessor
+.Fn flush
+first appeared in
+.At v1 .
The
.Fn fflush
function first appeared in
-.At v7 .
+.At v4 .