Module Name: src
Committed By: dholland
Date: Sat Dec 28 20:03:22 UTC 2013
Modified Files:
src/lib/libc/sys: fcntl.2
Log Message:
O_SYNC, not O_FSYNC. Spotted by "beatnix" on freenode.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/lib/libc/sys/fcntl.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/fcntl.2
diff -u src/lib/libc/sys/fcntl.2:1.40 src/lib/libc/sys/fcntl.2:1.41
--- src/lib/libc/sys/fcntl.2:1.40 Wed Jan 25 00:28:35 2012
+++ src/lib/libc/sys/fcntl.2 Sat Dec 28 20:03:22 2013
@@ -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 ,