aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@FreeBSD.org>2011-05-13 16:29:57 +0000
committerSergey Kandaurov <pluknet@FreeBSD.org>2011-05-13 16:29:57 +0000
commite2ea39cbdbfb41e6bd37de5c361a55f33e21a37a (patch)
treec0b6fcaf1b2362ae57062f5880bc6f044cd71be8
parenta44f91a9ecd217dedf3594083c059d61c4b5e384 (diff)
downloadsrc-e2ea39cbdbfb41e6bd37de5c361a55f33e21a37a.tar.gz
src-e2ea39cbdbfb41e6bd37de5c361a55f33e21a37a.zip
Update sticky(7) cross references.
PR: docs/124468 X-MFC with: r218998
Notes
Notes: svn path=/head/; revision=221845
-rw-r--r--bin/chmod/chmod.16
-rw-r--r--bin/ls/ls.18
-rw-r--r--lib/libc/sys/chmod.24
-rw-r--r--lib/libc/sys/stat.24
4 files changed, 11 insertions, 11 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1
index 4ba231b3f033..34a1ff018d9f 100644
--- a/bin/chmod/chmod.1
+++ b/bin/chmod/chmod.1
@@ -134,7 +134,7 @@ will run with effective gid set to the gid of the file owner.
See
.Xr chmod 2
and
-.Xr sticky 8 .
+.Xr sticky 7 .
.It Li 0400
Allow read by owner.
.It Li 0200
@@ -325,10 +325,10 @@ option is non-standard and its use in scripts is not recommended.
.Xr umask 2 ,
.Xr fts 3 ,
.Xr setmode 3 ,
+.Xr sticky 7 ,
.Xr symlink 7 ,
.Xr chown 8 ,
-.Xr mount 8 ,
-.Xr sticky 8
+.Xr mount 8
.Sh STANDARDS
The
.Nm
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index 22f4fc0a8f3e..3b23df45b88e 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -459,7 +459,7 @@ but not execute or search permission.
(See
.Xr chmod 1
or
-.Xr sticky 8 . )
+.Xr sticky 7 . )
.It Sy t
The sticky bit is set (mode
.Li 1000 ) ,
@@ -467,7 +467,7 @@ and is searchable or executable.
(See
.Xr chmod 1
or
-.Xr sticky 8 . )
+.Xr sticky 7 . )
.El
.El
.Pp
@@ -683,9 +683,9 @@ specification.
.Xr strmode 3 ,
.Xr termcap 5 ,
.Xr maclabel 7 ,
+.Xr sticky 7 ,
.Xr symlink 7 ,
-.Xr getfmac 8 ,
-.Xr sticky 8
+.Xr getfmac 8
.Sh STANDARDS
With the exception of options
.Fl I , g , n
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2
index 3547aec8aff2..997df88e9a86 100644
--- a/lib/libc/sys/chmod.2
+++ b/lib/libc/sys/chmod.2
@@ -161,7 +161,7 @@ The sticky bit may be
set by any user on a directory which the user owns or has appropriate
permissions.
For more details of the properties of the sticky bit, see
-.Xr sticky 8 .
+.Xr sticky 7 .
.Pp
If mode ISUID (set UID) is set on a directory,
and the MNT_SUIDDIR option was used in the mount of the file system,
@@ -289,7 +289,7 @@ nor a file descriptor associated with a directory.
.Xr chown 2 ,
.Xr open 2 ,
.Xr stat 2 ,
-.Xr sticky 8
+.Xr sticky 7
.Sh STANDARDS
The
.Fn chmod
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index ab37c0d54088..7f6d5338e131 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -401,8 +401,8 @@ nor a file descriptor associated with a directory.
.Xr fhstat 2 ,
.Xr statfs 2 ,
.Xr utimes 2 ,
-.Xr symlink 7 ,
-.Xr sticky 8
+.Xr sticky 7 ,
+.Xr symlink 7
.Sh STANDARDS
The
.Fn stat