Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2011 16:29:57 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r221845 - in head: bin/chmod bin/ls lib/libc/sys
Message-ID:  <201105131629.p4DGTvlF076272@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Fri May 13 16:29:57 2011
New Revision: 221845
URL: http://svn.freebsd.org/changeset/base/221845

Log:
  Update sticky(7) cross references.
  
  PR:		docs/124468
  X-MFC with:	r218998

Modified:
  head/bin/chmod/chmod.1
  head/bin/ls/ls.1
  head/lib/libc/sys/chmod.2
  head/lib/libc/sys/stat.2

Modified: head/bin/chmod/chmod.1
==============================================================================
--- head/bin/chmod/chmod.1	Fri May 13 15:54:12 2011	(r221844)
+++ head/bin/chmod/chmod.1	Fri May 13 16:29:57 2011	(r221845)
@@ -134,7 +134,7 @@ will run with effective gid set to the g
 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 sc
 .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

Modified: head/bin/ls/ls.1
==============================================================================
--- head/bin/ls/ls.1	Fri May 13 15:54:12 2011	(r221844)
+++ head/bin/ls/ls.1	Fri May 13 16:29:57 2011	(r221845)
@@ -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

Modified: head/lib/libc/sys/chmod.2
==============================================================================
--- head/lib/libc/sys/chmod.2	Fri May 13 15:54:12 2011	(r221844)
+++ head/lib/libc/sys/chmod.2	Fri May 13 16:29:57 2011	(r221845)
@@ -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 
 .Xr chown 2 ,
 .Xr open 2 ,
 .Xr stat 2 ,
-.Xr sticky 8
+.Xr sticky 7
 .Sh STANDARDS
 The
 .Fn chmod

Modified: head/lib/libc/sys/stat.2
==============================================================================
--- head/lib/libc/sys/stat.2	Fri May 13 15:54:12 2011	(r221844)
+++ head/lib/libc/sys/stat.2	Fri May 13 16:29:57 2011	(r221845)
@@ -401,8 +401,8 @@ nor a file descriptor associated with a 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105131629.p4DGTvlF076272>