From owner-svn-src-stable-8@FreeBSD.ORG Sun Jul 14 21:57:27 2013 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B5D8BD1E; Sun, 14 Jul 2013 21:57:27 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 973DA16D; Sun, 14 Jul 2013 21:57:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6ELvRKp016232; Sun, 14 Jul 2013 21:57:27 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6ELvQVl016229; Sun, 14 Jul 2013 21:57:26 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201307142157.r6ELvQVl016229@svn.freebsd.org> From: Sergey Kandaurov Date: Sun, 14 Jul 2013 21:57:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r253343 - in stable/8: bin/chmod bin/ls lib/libc/sys X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jul 2013 21:57:27 -0000 Author: pluknet Date: Sun Jul 14 21:57:25 2013 New Revision: 253343 URL: http://svnweb.freebsd.org/changeset/base/253343 Log: MFC r221845: Update sticky(7) cross references. MFC reminded by: Torfinn Ingolfsen Modified: stable/8/bin/chmod/chmod.1 stable/8/bin/ls/ls.1 stable/8/lib/libc/sys/chmod.2 stable/8/lib/libc/sys/stat.2 Directory Properties: stable/8/bin/chmod/ (props changed) stable/8/bin/ls/ (props changed) stable/8/lib/libc/ (props changed) stable/8/lib/libc/sys/ (props changed) Modified: stable/8/bin/chmod/chmod.1 ============================================================================== --- stable/8/bin/chmod/chmod.1 Sun Jul 14 20:22:16 2013 (r253342) +++ stable/8/bin/chmod/chmod.1 Sun Jul 14 21:57:25 2013 (r253343) @@ -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: stable/8/bin/ls/ls.1 ============================================================================== --- stable/8/bin/ls/ls.1 Sun Jul 14 20:22:16 2013 (r253342) +++ stable/8/bin/ls/ls.1 Sun Jul 14 21:57:25 2013 (r253343) @@ -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: stable/8/lib/libc/sys/chmod.2 ============================================================================== --- stable/8/lib/libc/sys/chmod.2 Sun Jul 14 20:22:16 2013 (r253342) +++ stable/8/lib/libc/sys/chmod.2 Sun Jul 14 21:57:25 2013 (r253343) @@ -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: stable/8/lib/libc/sys/stat.2 ============================================================================== --- stable/8/lib/libc/sys/stat.2 Sun Jul 14 20:22:16 2013 (r253342) +++ stable/8/lib/libc/sys/stat.2 Sun Jul 14 21:57:25 2013 (r253343) @@ -395,8 +395,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