diff options
author | pluknet <pluknet@FreeBSD.org> | 2011-05-13 16:29:57 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2011-05-13 16:29:57 +0000 |
commit | d1dccbde28767a3eff00f192591d303e5f40e12b (patch) | |
tree | c0b6fcaf1b2362ae57062f5880bc6f044cd71be8 /lib/libc | |
parent | 68e2172c9a9e383ca095f7c351ab873abc586074 (diff) | |
download | FreeBSD-src-d1dccbde28767a3eff00f192591d303e5f40e12b.zip FreeBSD-src-d1dccbde28767a3eff00f192591d303e5f40e12b.tar.gz |
Update sticky(7) cross references.
PR: docs/124468
X-MFC with: r218998
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/chmod.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/stat.2 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index 3547aec..997df88e 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 ab37c0d..7f6d533 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 |