summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/open.2
diff options
context:
space:
mode:
authormpech <mpech@openbsd.org>2002-04-30 16:31:42 +0000
committermpech <mpech@openbsd.org>2002-04-30 16:31:42 +0000
commit49bdad570bd1d68338d6afe21882d4af0d059a5c (patch)
tree4bf69fc12d4b749e6f9b04d90650efc793ea2676 /lib/libc/sys/open.2
parenttypo: form -> from. From form@ (diff)
downloadwireguard-openbsd-49bdad570bd1d68338d6afe21882d4af0d059a5c.tar.xz
wireguard-openbsd-49bdad570bd1d68338d6afe21882d4af0d059a5c.zip
Initial cleanup:
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
Diffstat (limited to 'lib/libc/sys/open.2')
-rw-r--r--lib/libc/sys/open.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2
index a2d70601b87..c6724865ba3 100644
--- a/lib/libc/sys/open.2
+++ b/lib/libc/sys/open.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: open.2,v 1.25 2002/01/24 21:18:36 mickey Exp $
+.\" $OpenBSD: open.2,v 1.26 2002/04/30 16:31:42 mpech Exp $
.\" $NetBSD: open.2,v 1.8 1995/02/27 12:35:14 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -132,7 +132,8 @@ in the process being blocked for some reason (e.g., waiting for
carrier on a dialup line),
.Fn open
returns immediately.
-This flag also has the effect of making all subsequent I/O on the open file non-blocking.
+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 synchronously.