summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorhugh <hugh@openbsd.org>2001-08-05 21:08:06 +0000
committerhugh <hugh@openbsd.org>2001-08-05 21:08:06 +0000
commit043ddbbbb6fa86aca61e8aea82520060200bc694 (patch)
tree01bc1ffe071bb6f4c1fc707ff4ad8c3ea91ff82b /lib/libc/sys
parentDecrease first stage loader boot address. Makes memory-challenged (diff)
downloadwireguard-openbsd-043ddbbbb6fa86aca61e8aea82520060200bc694.tar.xz
wireguard-openbsd-043ddbbbb6fa86aca61e8aea82520060200bc694.zip
Spelling corrections per PR 1988 by Andrew Hoerter.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/open.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2
index c89546e3ae9..54b5963bc07 100644
--- a/lib/libc/sys/open.2
+++ b/lib/libc/sys/open.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: open.2,v 1.22 2001/03/11 05:34:00 aaron Exp $
+.\" $OpenBSD: open.2,v 1.23 2001/08/05 21:08:06 hugh Exp $
.\" $NetBSD: open.2,v 1.8 1995/02/27 12:35:14 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -86,7 +86,7 @@ Truncate size to 0.
.It Dv O_EXCL
Error if create and file exists.
.It Dv O_SYNC
-Perform syncronous I/O operations.
+Perform synchronous I/O operations.
.It Dv O_SHLOCK
Atomically obtain a shared lock.
.It Dv O_EXLOCK
@@ -135,7 +135,7 @@ returns immediately.
This flag also has the effect of making all subsequent I/O on the open file non-blocking.
If the
.Dv O_SYNC
-flag is set, all I/O operations on the file will be done syncronously.
+flag is set, all I/O operations on the file will be done synchronously.
.Pp
A fifo should either be opened with
.Dv O_RDONLY
@@ -316,7 +316,7 @@ and
.St -xpg4.2 .
.Pp
.Dv POSIX
-specifies three different flavors for syncronous I/O:
+specifies three different flavors for synchronous I/O:
.Dv O_SYNC ,
.Dv O_DSYNC ,
and