diff options
author | Jim Meyering <jim@meyering.net> | 2006-03-06 15:27:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-03-06 15:27:50 +0000 |
commit | 2810f3534babf1e060d198846ef230532f7f0ed0 (patch) | |
tree | dc1be3c4aacaacf54554daafc7fa8e2cfe46c90c /man/chmod.x | |
parent | ca6207e2f9aa7fa8c4b50765ea58b4f50488dc08 (diff) | |
download | coreutils-2810f3534babf1e060d198846ef230532f7f0ed0.tar.gz coreutils-2810f3534babf1e060d198846ef230532f7f0ed0.tar.bz2 coreutils-2810f3534babf1e060d198846ef230532f7f0ed0.zip |
Add `SEE ALSO' references to syscalls from utilities of the same name.
Diffstat (limited to 'man/chmod.x')
-rw-r--r-- | man/chmod.x | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/chmod.x b/man/chmod.x index 6b857b9fb..497206667 100644 --- a/man/chmod.x +++ b/man/chmod.x @@ -67,3 +67,5 @@ sticky bit, anyone able to write to the directory can delete or rename files. The sticky bit is commonly found on directories, such as /tmp, that are world-writable. .SH OPTIONS +[SEE ALSO] +chmod(2) |