diff options
| author | Sergey Kandaurov <pluknet@FreeBSD.org> | 2011-05-13 16:29:57 +0000 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@FreeBSD.org> | 2011-05-13 16:29:57 +0000 |
| commit | e2ea39cbdbfb41e6bd37de5c361a55f33e21a37a (patch) | |
| tree | c0b6fcaf1b2362ae57062f5880bc6f044cd71be8 /bin/chmod | |
| parent | a44f91a9ecd217dedf3594083c059d61c4b5e384 (diff) | |
Notes
Diffstat (limited to 'bin/chmod')
| -rw-r--r-- | bin/chmod/chmod.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 4ba231b3f0331..34a1ff018d9f8 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 |
