From 601fc2b92fc42be3b46e483b9f60efcf4aa6d8b8 Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Tue, 24 Jun 1997 06:57:11 +0000 Subject: [PATCH] Document the use of `ls -lo' to see flags. Obtained from: OpenBSD. --- bin/chflags/chflags.1 | 4 ++++ usr.bin/chflags/chflags.1 | 4 ++++ 2 files changed, 8 insertions(+) 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 ,