O_SYNC, not O_FSYNC. Spotted by "beatnix" on freenode.

This commit is contained in:
dholland 2013-12-28 20:03:22 +00:00
parent 9b1e967cfc
commit 1a69f6275d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fcntl.2,v 1.40 2012/01/25 00:28:35 christos Exp $
.\" $NetBSD: fcntl.2,v 1.41 2013/12/28 20:03:22 dholland Exp $
.\"
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
@ -163,7 +163,7 @@ and
flags are as follows:
.Dv O_APPEND ,
.Dv O_ASYNC ,
.Dv O_FSYNC ,
.Dv O_SYNC ,
.Dv O_NONBLOCK ,
.Dv O_DSYNC ,
.Dv O_RSYNC ,