diff options
author | trhodes <trhodes@FreeBSD.org> | 2005-02-23 23:07:45 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2005-02-23 23:07:45 +0000 |
commit | 5ce992ff2e00cf138f0dbe9d92e741bb55e26046 (patch) | |
tree | fa61afe0165f68a90bf51f8d53e6109af18f4d8d /bin | |
parent | 87ad220d1bce1bcef65f52684cd9164d146ff19a (diff) | |
download | FreeBSD-src-5ce992ff2e00cf138f0dbe9d92e741bb55e26046.zip FreeBSD-src-5ce992ff2e00cf138f0dbe9d92e741bb55e26046.tar.gz |
Add information on utilities which may or may not be aware of file flags.
PR: 55653
Submitted by: Tony Maher <tonymaher@optushome.com.au> (original version)
Diffstat (limited to 'bin')
-rw-r--r-- | bin/chflags/chflags.1 | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1 index 81cb723..51e137a 100644 --- a/bin/chflags/chflags.1 +++ b/bin/chflags/chflags.1 @@ -32,7 +32,7 @@ .\" @(#)chflags.1 8.4 (Berkeley) 5/2/95 .\" $FreeBSD$ .\" -.Dd March 24, 2003 +.Dd February 24, 2005 .Dt CHFLAGS 1 .Os .Sh NAME @@ -141,6 +141,23 @@ You can use "ls -lo" to see the flags of existing files. .Xr stat 2 , .Xr fts 3 , .Xr symlink 7 +.Sh BUGS +Only a limited number of utilities are +.Nm +aware. +Some of the tools which are include +.Xr ls 1 , +.Xr cp 1 , +.Xr find 1 , +.Xr dump 8 , +and +.Xr restore 8 . +In particular tools which are not +.Nm +aware include +.Xr tar 1 +and +.Xr pax 1 . .Sh HISTORY The .Nm |