diff options
author | 2004-05-06 19:08:53 +0000 | |
---|---|---|
committer | 2004-05-06 19:08:53 +0000 | |
commit | 6809e2671f9f4a4cb8d69ff6a70c7c8ff774bcce (patch) | |
tree | 4cea0ff955977024049a95ca8495c1536ec2ca5d /lib/libc/sys | |
parent | Do not leak resources if bus_space_map() fails during attach, or we don't (diff) | |
download | wireguard-openbsd-6809e2671f9f4a4cb8d69ff6a70c7c8ff774bcce.tar.xz wireguard-openbsd-6809e2671f9f4a4cb8d69ff6a70c7c8ff774bcce.zip |
Tyop; noted by jmc@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/fcntl.2 | 4 |
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 |