summaryrefslogtreecommitdiff
path: root/usr.bin/chflags
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-02-14 21:08:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-02-14 21:08:39 +0000
commit446fd1c04c781986d17fe0bb847af165e7db645c (patch)
tree6766a0b038e4bd5d98f0518c086b758d3cd4875f /usr.bin/chflags
parent1aca08cea81e6be2117a9cc9a2c4638f5742f1d8 (diff)
mention that ls -o shows the existing file modes
Diffstat (limited to 'usr.bin/chflags')
-rw-r--r--usr.bin/chflags/chflags.15
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/chflags/chflags.1 b/usr.bin/chflags/chflags.1
index dbc1848236e..dbd73a44835 100644
--- a/usr.bin/chflags/chflags.1
+++ b/usr.bin/chflags/chflags.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chflags.1,v 1.2 1996/06/26 05:31:52 deraadt Exp $
+.\" $OpenBSD: chflags.1,v 1.3 1997/02/14 21:08:38 deraadt Exp $
.\" $NetBSD: chflags.1,v 1.4 1995/08/31 22:50:22 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
@@ -117,10 +117,13 @@ option is specified.
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
The
.Nm chflags
utility exits 0 on success, and >0 if an error occurs.
.Sh SEE ALSO
+.Xr ls 1 ,
.Xr chflags 2 ,
.Xr stat 2 ,
.Xr fts 3 ,