diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-08-05 21:08:07 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-08-05 21:08:07 +0000 |
commit | 256f98f7ce278f6493cf25f771ffaea4c7991de7 (patch) | |
tree | ad5e31c13918aa91a38cf50d0696393fc89f7e07 /lib | |
parent | 8c9eefed87d5d31df088eb85832e8387bfb0a933 (diff) |
Spelling corrections per PR 1988 by Andrew Hoerter.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/open.2 | 8 |
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 |