diff options
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 |