diff options
author | chris <chris@FreeBSD.org> | 1999-08-14 06:26:14 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 1999-08-14 06:26:14 +0000 |
commit | 91b9b5506dea7f974a24ff35f1c52270a5a0d484 (patch) | |
tree | 3a1987c9aa2964ed29341639ae3a8ed4d89365f3 /bin/chmod | |
parent | 70b651dfc3ed5ee4e0c55fdac0a545cb08429502 (diff) | |
download | FreeBSD-src-91b9b5506dea7f974a24ff35f1c52270a5a0d484.zip FreeBSD-src-91b9b5506dea7f974a24ff35f1c52270a5a0d484.tar.gz |
Bad reference of mount(1) changed to mount(8).
Diffstat (limited to 'bin/chmod')
-rw-r--r-- | bin/chmod/chmod.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 66aa0cc..1912e1b 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chmod.1 8.4 (Berkeley) 3/31/94 -.\" $Id: chmod.1,v 1.11 1999/05/08 10:19:20 kris Exp $ +.\" $Id: chmod.1,v 1.12 1999/08/08 21:08:05 chris Exp $ .\" .Dd March 31, 1994 .Dt CHMOD 1 @@ -124,7 +124,7 @@ system supports this feature: see and the .Ar suiddir option to -.Xr mount 1 . +.Xr mount 8 . .It Li 2000 (the set-group-ID-on-execution bit) Executable files with this bit set will run with effective gid set to the gid of the file owner. @@ -310,7 +310,7 @@ option for the naughty bits. .Sh SEE ALSO .Xr chflags 1 , .Xr install 1 , -.Xr mount 1 , +.Xr mount 8 , .Xr chmod 2 , .Xr stat 2 , .Xr umask 2 , |