From 51cf632946bde6ee1187f1d826668e0283c712b0 Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Wed, 23 Feb 2005 23:07:45 +0000 Subject: [PATCH] Add information on utilities which may or may not be aware of file flags. PR: 55653 Submitted by: Tony Maher (original version) --- bin/chflags/chflags.1 | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1 index 81cb723bb6e5..51e137aa3fa7 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