diff options
author | 2013-07-17 05:42:10 +0000 | |
---|---|---|
committer | 2013-07-17 05:42:10 +0000 | |
commit | 23fbb714ee0d9e87b8c1fa165af1f555294785eb (patch) | |
tree | 248b04849e966acb09eff7ac5b30e5ad56bcc86c /lib/libc/sys/fsync.2 | |
parent | Enable jfb-style acceleration on XVR-600. (diff) | |
download | wireguard-openbsd-23fbb714ee0d9e87b8c1fa165af1f555294785eb.tar.xz wireguard-openbsd-23fbb714ee0d9e87b8c1fa165af1f555294785eb.zip |
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.2 | 12 |
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 |