diff options
author | peter <peter@FreeBSD.org> | 1998-06-10 07:17:59 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-06-10 07:17:59 +0000 |
commit | 7a359c2e0c7792f1defda512ba7f9db89c69990e (patch) | |
tree | eb6cd350432540403c7c49c4509a24ef36e93043 /usr.bin/xinstall | |
parent | e9944da6316bf63182d7ee2c02d2bdb386bdca87 (diff) | |
download | FreeBSD-src-7a359c2e0c7792f1defda512ba7f9db89c69990e.zip FreeBSD-src-7a359c2e0c7792f1defda512ba7f9db89c69990e.tar.gz |
fchflags(8) -> fchflags(2)
Submitted by: Kenneth Merry <ken@plutotech.com>
Also, while here, mention that other FS's don't do flags.
Diffstat (limited to 'usr.bin/xinstall')
-rw-r--r-- | usr.bin/xinstall/install.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index a525aeb..46f1b3b 100644 --- a/usr.bin/xinstall/install.1 +++ b/usr.bin/xinstall/install.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)install.1 8.1 (Berkeley) 6/6/93 -.\" $Id: install.1,v 1.11 1998/01/11 11:43:34 peter Exp $ +.\" $Id: install.1,v 1.12 1998/06/02 12:00:08 peter Exp $ .\" .Dd September 22, 1996 .Dt INSTALL 1 @@ -178,8 +178,8 @@ Temporary files may be left in the target directory if exits abnormally. .Pp File flags cannot be set by -.Xr fchflags 8 -over a NFS file system. +.Xr fchflags 2 +over a NFS file system. Other file systems do not have a concept of flags. .Nm will only warn when flags could not be set on a file system that does not support them. |