summaryrefslogtreecommitdiff
path: root/lib/libc/sys/fsync.2
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2013-07-17 05:42:12 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2013-07-17 05:42:12 +0000
commita4c82024e6538bbd6183d6a9a256cba8e7870740 (patch)
treeb978bd46eea7373d1d2888f8229d6ca8469c0252 /lib/libc/sys/fsync.2
parentd8683ba125e75609c811ff26b7cb140871249970 (diff)
more library history
facts checked by sobrado@ style tweaks and ok jmc@
Diffstat (limited to 'lib/libc/sys/fsync.2')
-rw-r--r--lib/libc/sys/fsync.212
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/fsync.2 b/lib/libc/sys/fsync.2
index 1684c49dcfa..4a2f96ef91f 100644
--- a/lib/libc/sys/fsync.2
+++ b/lib/libc/sys/fsync.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fsync.2,v 1.11 2013/04/15 16:38:21 matthew Exp $
+.\" $OpenBSD: fsync.2,v 1.12 2013/07/17 05:42:11 schwarze Exp $
.\" $NetBSD: fsync.2,v 1.4 1995/02/27 12:32:38 cgd Exp $
.\"
.\" Copyright (c) 1983, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)fsync.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: April 15 2013 $
+.Dd $Mdocdate: July 17 2013 $
.Dt FSYNC 2
.Os
.Sh NAME
@@ -97,11 +97,11 @@ functions conform to
.Sh HISTORY
The
.Fn fsync
-function appeared in
-.Bx 4.2 .
-The
+system call first appeared in
+.Bx 4.1c ,
+and the
.Fn fdatasync
-function appeared in
+function has been available since
.Ox 5.4 .
.Sh BUGS
The