summaryrefslogtreecommitdiffstats
path: root/bin/chflags/chflags.1
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1999-11-21 16:11:56 +0000
committercharnier <charnier@FreeBSD.org>1999-11-21 16:11:56 +0000
commitd09776075b30af9572566b18a6ec882ff363cc32 (patch)
tree67759e9292d39ce1006937690e2717ae297a5741 /bin/chflags/chflags.1
parentf755cb92d83f6c27706d2a8981f10bc189720ec2 (diff)
downloadFreeBSD-src-d09776075b30af9572566b18a6ec882ff363cc32.zip
FreeBSD-src-d09776075b30af9572566b18a6ec882ff363cc32.tar.gz
Correct use of .Nm. Add DIAGNOSTICS section. Add rcsid
Diffstat (limited to 'bin/chflags/chflags.1')
-rw-r--r--bin/chflags/chflags.114
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1
index d6b64be..a76f8c2 100644
--- a/bin/chflags/chflags.1
+++ b/bin/chflags/chflags.1
@@ -48,17 +48,17 @@
.Op Fl H | Fl L | Fl P
.Oc
.Ar flags
-.Ar file ...
+.Ar
.Sh DESCRIPTION
The
-.Nm chflags
+.Nm
utility modifies the file flags of the listed files
as specified by the
.Ar flags
operand.
.Pp
The options are as follows:
-.Bl -tag -width Ds
+.Bl -tag -width indent
.It Fl H
If the
.Fl R
@@ -107,7 +107,7 @@ Symbolic links do not have flags, so unless the
or
.Fl L
option is set,
-.Nm chflags
+.Nm
on a symbolic link always succeeds and has no effect.
The
.Fl H ,
@@ -121,9 +121,9 @@ In addition, these options override each other and the
command's actions are determined by the last one specified.
.Pp
You can use "ls -lo" to see the flags of existing files.
-.Pp
+.Sh DIAGNOSTICS
The
-.Nm chflags
+.Nm
utility exits 0 on success, and >0 if an error occurs.
.Sh SEE ALSO
.Xr ls 1 ,
@@ -133,6 +133,6 @@ utility exits 0 on success, and >0 if an error occurs.
.Xr symlink 7
.Sh HISTORY
The
-.Nm chflags
+.Nm
command first appeared in
.Bx 4.4 .
OpenPOWER on IntegriCloud