diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-27 14:05:11 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-27 14:05:11 +0000 |
commit | 185843053f1c5ffbc72e6437370cb784bbf55535 (patch) | |
tree | 360793812a355040ba65b58e9e0ee995f81617e5 /lib/libc/sys/open.2 | |
parent | bc4ee72cde5f7e8af9c8dc9cbaa3cc001871d3d1 (diff) |
add some .Dv and .Er, replace blank lines with .Pp
Diffstat (limited to 'lib/libc/sys/open.2')
-rw-r--r-- | lib/libc/sys/open.2 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index fc871e9800b..994b3c2fb5e 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: open.2,v 1.9 1999/05/23 14:10:55 aaron Exp $ +.\" $OpenBSD: open.2,v 1.10 1999/05/27 14:05:10 aaron Exp $ .\" $NetBSD: open.2,v 1.8 1995/02/27 12:35:14 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -250,7 +250,12 @@ were specified and the file exists. .It Bq Er EOPNOTSUPP An attempt was made to open a socket (not currently implemented). .It Bq Er EAGAIN -O_NONBLOCK and either O_EXLOCK or O_SHLOCK are set and the file +.Dv O_NONBLOCK +and either +.Dv O_EXLOCK +or +.Dv O_SHLOCK +are set and the file is already locked. .El .Sh SEE ALSO |