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 | |
parent | ca6207e2f9aa7fa8c4b50765ea58b4f50488dc08 (diff) | |
download | coreutils-2810f3534babf1e060d198846ef230532f7f0ed0.tar.xz |
Add `SEE ALSO' references to syscalls from utilities of the same name.
Diffstat (limited to 'man')
-rw-r--r-- | man/chmod.x | 2 | ||||
-rw-r--r-- | man/chown.x | 2 | ||||
-rw-r--r-- | man/chroot.x | 2 | ||||
-rw-r--r-- | man/kill.x | 2 | ||||
-rw-r--r-- | man/link.x | 2 | ||||
-rw-r--r-- | man/ln.x | 2 | ||||
-rw-r--r-- | man/mkdir.x | 2 | ||||
-rw-r--r-- | man/mkfifo.x | 2 | ||||
-rw-r--r-- | man/mknod.x | 2 | ||||
-rw-r--r-- | man/mv.x | 2 | ||||
-rw-r--r-- | man/nice.x | 2 | ||||
-rw-r--r-- | man/pwd.x | 2 | ||||
-rw-r--r-- | man/readlink.x | 2 | ||||
-rw-r--r-- | man/rm.x | 2 | ||||
-rw-r--r-- | man/rmdir.x | 2 | ||||
-rw-r--r-- | man/sleep.x | 2 | ||||
-rw-r--r-- | man/stat.x | 2 | ||||
-rw-r--r-- | man/sync.x | 2 | ||||
-rw-r--r-- | man/uname.x | 2 | ||||
-rw-r--r-- | man/unlink.x | 2 |
20 files changed, 39 insertions, 1 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) diff --git a/man/chown.x b/man/chown.x index 09289de8c..83a949f28 100644 --- a/man/chown.x +++ b/man/chown.x @@ -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) diff --git a/man/chroot.x b/man/chroot.x index b2afab826..fc1be5286 100644 --- a/man/chroot.x +++ b/man/chroot.x @@ -2,3 +2,5 @@ chroot \- run command or interactive shell with special root directory [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +chroot(2) diff --git a/man/kill.x b/man/kill.x index 2c8b8f8b8..920c59fdf 100644 --- a/man/kill.x +++ b/man/kill.x @@ -2,3 +2,5 @@ kill \- send signals to processes, or list signals [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +kill(2) diff --git a/man/link.x b/man/link.x index 374d6436e..2ae12bc0a 100644 --- a/man/link.x +++ b/man/link.x @@ -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) @@ -2,3 +2,5 @@ ln \- make links between files [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +link(2), symlink(2) diff --git a/man/mkdir.x b/man/mkdir.x index 99e9e17ef..4b35013da 100644 --- a/man/mkdir.x +++ b/man/mkdir.x @@ -2,3 +2,5 @@ mkdir \- make directories [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +mkdir(2) diff --git a/man/mkfifo.x b/man/mkfifo.x index 2a7c30063..7d06348a5 100644 --- a/man/mkfifo.x +++ b/man/mkfifo.x @@ -2,3 +2,5 @@ mkfifo \- make FIFOs (named pipes) [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +mkfifo(3) diff --git a/man/mknod.x b/man/mknod.x index 42177a994..aaa3a9a89 100644 --- a/man/mknod.x +++ b/man/mknod.x @@ -2,3 +2,5 @@ mknod \- make block or character special files [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +mknod(2) @@ -2,3 +2,5 @@ mv \- move (rename) files [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +rename(2) diff --git a/man/nice.x b/man/nice.x index 25fb6330e..3448d6997 100644 --- a/man/nice.x +++ b/man/nice.x @@ -2,3 +2,5 @@ nice \- run a program with modified scheduling priority [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +nice(2) @@ -2,3 +2,5 @@ pwd \- print name of current/working directory [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +getcwd(3) diff --git a/man/readlink.x b/man/readlink.x index 2f33c43f2..c1d6c5c82 100644 --- a/man/readlink.x +++ b/man/readlink.x @@ -2,3 +2,5 @@ readlink \- display value of a symbolic link [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +readlink(2) @@ -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) diff --git a/man/rmdir.x b/man/rmdir.x index 2e3ade686..a612f8396 100644 --- a/man/rmdir.x +++ b/man/rmdir.x @@ -2,3 +2,5 @@ rmdir \- remove empty directories [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +rmdir(2) diff --git a/man/sleep.x b/man/sleep.x index c239a5a5f..f1343e81a 100644 --- a/man/sleep.x +++ b/man/sleep.x @@ -2,3 +2,5 @@ sleep \- delay for a specified amount of time [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +sleep(3) diff --git a/man/stat.x b/man/stat.x index bf16567cd..f95b1ddbd 100644 --- a/man/stat.x +++ b/man/stat.x @@ -2,3 +2,5 @@ stat \- display file or file system status [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +stat(2) diff --git a/man/sync.x b/man/sync.x index e03235d76..7947bb775 100644 --- a/man/sync.x +++ b/man/sync.x @@ -2,3 +2,5 @@ sync \- flush file system buffers [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +sync(2) diff --git a/man/uname.x b/man/uname.x index ec38625f8..b019140ae 100644 --- a/man/uname.x +++ b/man/uname.x @@ -2,3 +2,5 @@ uname \- print system information [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +uname(2) diff --git a/man/unlink.x b/man/unlink.x index 30366279b..d12cc2e84 100644 --- a/man/unlink.x +++ b/man/unlink.x @@ -2,3 +2,5 @@ unlink \- call the unlink function to remove the specified file [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +unlink(2) |