aboutsummaryrefslogtreecommitdiff
path: root/bin/chmod/chmod.1
diff options
context:
space:
mode:
authorChris Costello <chris@FreeBSD.org>1999-08-14 06:26:14 +0000
committerChris Costello <chris@FreeBSD.org>1999-08-14 06:26:14 +0000
commitcc056faf8e274aa93386ed93c926b7f2c59be57d (patch)
tree2389a0f2e85c8de88d6ee7598b12b888587f0b0e /bin/chmod/chmod.1
parent514bfcc440bc08a283475be4396d75a72193c59a (diff)
downloadsrc-cc056faf8e274aa93386ed93c926b7f2c59be57d.tar.gz
src-cc056faf8e274aa93386ed93c926b7f2c59be57d.zip
Bad reference of mount(1) changed to mount(8).
Notes
Notes: svn path=/head/; revision=49721
Diffstat (limited to 'bin/chmod/chmod.1')
-rw-r--r--bin/chmod/chmod.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1
index 66aa0ccda80f..1912e1b098ec 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 ,