diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-06-24 06:57:11 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-06-24 06:57:11 +0000 |
| commit | 601fc2b92fc42be3b46e483b9f60efcf4aa6d8b8 (patch) | |
| tree | 0477187b7620a3ac6bae3739445c0ad655822790 | |
| parent | afbe6f7b6e4fd094e6c68d9214cbea505ae5cba0 (diff) | |
Notes
| -rw-r--r-- | bin/chflags/chflags.1 | 4 | ||||
| -rw-r--r-- | usr.bin/chflags/chflags.1 | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1 index 9ab880f597b8..99424f8a437b 100644 --- a/bin/chflags/chflags.1 +++ b/bin/chflags/chflags.1 @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chflags.1 8.2 (Berkeley) 3/31/94 +.\" $Id$ .\" .Dd March 31, 1994 .Dt CHFLAGS 1 @@ -118,10 +119,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 , diff --git a/usr.bin/chflags/chflags.1 b/usr.bin/chflags/chflags.1 index 9ab880f597b8..99424f8a437b 100644 --- a/usr.bin/chflags/chflags.1 +++ b/usr.bin/chflags/chflags.1 @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chflags.1 8.2 (Berkeley) 3/31/94 +.\" $Id$ .\" .Dd March 31, 1994 .Dt CHFLAGS 1 @@ -118,10 +119,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 , |
