diff options
author | 2002-04-30 16:31:42 +0000 | |
---|---|---|
committer | 2002-04-30 16:31:42 +0000 | |
commit | 49bdad570bd1d68338d6afe21882d4af0d059a5c (patch) | |
tree | 4bf69fc12d4b749e6f9b04d90650efc793ea2676 /lib/libc/sys/open.2 | |
parent | typo: form -> from. From form@ (diff) | |
download | wireguard-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.2 | 5 |
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. |