summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2004-05-06 19:08:53 +0000
committermillert <millert@openbsd.org>2004-05-06 19:08:53 +0000
commit6809e2671f9f4a4cb8d69ff6a70c7c8ff774bcce (patch)
tree4cea0ff955977024049a95ca8495c1536ec2ca5d /lib/libc
parentDo not leak resources if bus_space_map() fails during attach, or we don't (diff)
downloadwireguard-openbsd-6809e2671f9f4a4cb8d69ff6a70c7c8ff774bcce.tar.xz
wireguard-openbsd-6809e2671f9f4a4cb8d69ff6a70c7c8ff774bcce.zip
Tyop; noted by jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/fcntl.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2
index 946f29ea4be..eeeb54851aa 100644
--- a/lib/libc/sys/fcntl.2
+++ b/lib/libc/sys/fcntl.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fcntl.2,v 1.24 2004/05/05 20:47:23 millert Exp $
+.\" $OpenBSD: fcntl.2,v 1.25 2004/05/06 19:08:53 millert Exp $
.\" $NetBSD: fcntl.2,v 1.6 1995/02/27 12:32:29 cgd Exp $
.\"
.\" Copyright (c) 1983, 1993
@@ -182,7 +182,7 @@ when
is possible, e.g.,
upon availability of data to be read.
.It Dv O_SYNC
-Cause writes to be syncronous.
+Cause writes to be synchronous.
Data will be written to the physical device instead of
just being stored in the buffer cache; corresponds to the
.Dv O_SYNC