Add `SEE ALSO' references to syscalls from utilities of the same name.

This commit is contained in:
Jim Meyering 2006-03-06 15:27:50 +00:00
parent ca6207e2f9
commit 2810f3534b
20 changed files with 39 additions and 1 deletions

View File

@ -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)

View File

@ -21,3 +21,5 @@ performs the same function as
If only a colon is given, or if the entire operand is empty, neither the
owner nor the group is changed.
.SH OPTIONS
[SEE ALSO]
chown(2)

View File

@ -2,3 +2,5 @@
chroot \- run command or interactive shell with special root directory
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
chroot(2)

View File

@ -2,3 +2,5 @@
kill \- send signals to processes, or list signals
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
kill(2)

View File

@ -2,3 +2,5 @@
link \- call the link function to create a link to a file
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
link(2)

View File

@ -2,3 +2,5 @@
ln \- make links between files
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
link(2), symlink(2)

View File

@ -2,3 +2,5 @@
mkdir \- make directories
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
mkdir(2)

View File

@ -2,3 +2,5 @@
mkfifo \- make FIFOs (named pipes)
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
mkfifo(3)

View File

@ -2,3 +2,5 @@
mknod \- make block or character special files
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
mknod(2)

View File

@ -2,3 +2,5 @@
mv \- move (rename) files
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
rename(2)

View File

@ -2,3 +2,5 @@
nice \- run a program with modified scheduling priority
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
nice(2)

View File

@ -2,3 +2,5 @@
pwd \- print name of current/working directory
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
getcwd(3)

View File

@ -2,3 +2,5 @@
readlink \- display value of a symbolic link
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
readlink(2)

View File

@ -23,4 +23,4 @@ prompts the user for whether to remove the file. If the response is
not affirmative, the file is skipped.
.SH OPTIONS
[SEE ALSO]
chattr(1), shred(1)
unlink(1), unlink(2), chattr(1), shred(1)

View File

@ -2,3 +2,5 @@
rmdir \- remove empty directories
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
rmdir(2)

View File

@ -2,3 +2,5 @@
sleep \- delay for a specified amount of time
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
sleep(3)

View File

@ -2,3 +2,5 @@
stat \- display file or file system status
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
stat(2)

View File

@ -2,3 +2,5 @@
sync \- flush file system buffers
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
sync(2)

View File

@ -2,3 +2,5 @@
uname \- print system information
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
uname(2)

View File

@ -2,3 +2,5 @@
unlink \- call the unlink function to remove the specified file
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
unlink(2)