diff options
author | 2000-10-18 05:12:06 +0000 | |
---|---|---|
committer | 2000-10-18 05:12:06 +0000 | |
commit | ea418ffe85da8239e30bb1c3e28466cf6b8f685e (patch) | |
tree | 01651b197bba18ec88ec6a378fec58207d2f3632 /lib/libc/sys/chflags.2 | |
parent | get the bounds checking right for the data used in copyout() in several (diff) | |
download | wireguard-openbsd-ea418ffe85da8239e30bb1c3e28466cf6b8f685e.tar.xz wireguard-openbsd-ea418ffe85da8239e30bb1c3e28466cf6b8f685e.zip |
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/chflags.2')
-rw-r--r-- | lib/libc/sys/chflags.2 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index 22d252647b2..5338ec8d8db 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chflags.2,v 1.14 2000/04/15 11:46:02 aaron Exp $ +.\" $OpenBSD: chflags.2,v 1.15 2000/10/18 05:12:08 aaron Exp $ .\" $NetBSD: chflags.2,v 1.6 1995/02/27 12:32:03 cgd Exp $ .\" .\" Copyright (c) 1989, 1993 @@ -49,8 +49,7 @@ .Ft int .Fn fchflags "int fd" "unsigned int flags" .Sh DESCRIPTION -The file whose name -is given by +The file whose name is given by .Fa path or referenced by the descriptor .Fa fd @@ -164,6 +163,6 @@ error occurred while reading from or writing to the file system. The .Fn chflags and -.Nm fchflags +.Fn fchflags functions first appeared in .Bx 4.4 . |