summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/chflags.2
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-10-18 05:12:06 +0000
committeraaron <aaron@openbsd.org>2000-10-18 05:12:06 +0000
commitea418ffe85da8239e30bb1c3e28466cf6b8f685e (patch)
tree01651b197bba18ec88ec6a378fec58207d2f3632 /lib/libc/sys/chflags.2
parentget the bounds checking right for the data used in copyout() in several (diff)
downloadwireguard-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.27
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 .