summaryrefslogtreecommitdiff
path: root/lib/libc/sys/fhopen.2
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-10-18 05:12:14 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-10-18 05:12:14 +0000
commitf29d8bd9c9c901b81d8fadc341786c43528e63c1 (patch)
treea5fc4e4696d058bee8f5a8c5498044c06a963bda /lib/libc/sys/fhopen.2
parent906e3d9014b754421b64647e705b3cca2e9a7c01 (diff)
Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.
Diffstat (limited to 'lib/libc/sys/fhopen.2')
-rw-r--r--lib/libc/sys/fhopen.28
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/sys/fhopen.2 b/lib/libc/sys/fhopen.2
index e5cd243e02d..5182758c94c 100644
--- a/lib/libc/sys/fhopen.2
+++ b/lib/libc/sys/fhopen.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fhopen.2,v 1.3 2000/06/29 05:37:09 aaron Exp $
+.\" $OpenBSD: fhopen.2,v 1.4 2000/10/18 05:12:09 aaron Exp $
.\" $NetBSD: fhopen.2,v 1.2 1999/12/02 21:42:36 kleink Exp $
.\"
.\" Copyright (c) 1999 National Aeronautics & Space Administration
@@ -62,13 +62,15 @@ opens the file referenced by
.Fa fhp
for reading and/or writing as specified by the argument
.Fa flags
-and returns the file descriptor to the calling process. The
+and returns the file descriptor to the calling process.
+The
.Fa flags
are specified by
.Em or Ns 'ing
together the flags used for the
.Xr open 2
-call. All said flags are valid except for
+call.
+All said flags are valid except for
.Dv O_CREAT .
.Pp
.Fn fhstat