diff options
Diffstat (limited to 'usr.bin/chflags')
-rw-r--r-- | usr.bin/chflags/chflags.1 | 5 |
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 , |