]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add `SEE ALSO' references to syscalls from utilities of the same name.
authorJim Meyering <jim@meyering.net>
Mon, 6 Mar 2006 15:27:50 +0000 (15:27 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 6 Mar 2006 15:27:50 +0000 (15:27 +0000)
20 files changed:
man/chmod.x
man/chown.x
man/chroot.x
man/kill.x
man/link.x
man/ln.x
man/mkdir.x
man/mkfifo.x
man/mknod.x
man/mv.x
man/nice.x
man/pwd.x
man/readlink.x
man/rm.x
man/rmdir.x
man/sleep.x
man/stat.x
man/sync.x
man/uname.x
man/unlink.x

index 6b857b9fb02b70e4a8b46f1d331ab25a541b0f65..497206667c6dbc80377636f18b527598016a57ef 100644 (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)
index 09289de8c3bbb96ebf8216743f44889ae7a1ac59..83a949f280eb237db7f210980424d5b3f2d54cfa 100644 (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)
index b2afab82691dce63e1a9dc14a1f4bc8fb7b1f4cc..fc1be5286878124c2e2753ce80dec449aa8906d3 100644 (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)
index 2c8b8f8b8d3eb5ef0ae161bd20dc0f4b26d62b50..920c59fdf99aac99b5f9db0b21c16baa24cb1571 100644 (file)
@@ -2,3 +2,5 @@
 kill \- send signals to processes, or list signals
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+kill(2)
index 374d6436eb012ca182671fa336c9bfa78a909818..2ae12bc0af96e894173dc5751c2ee74bbf71c711 100644 (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)
index 875a8da96009863bc9fe450f7662e8c744e54557..daba9bfd2d72b45aeb01a7f385b19c492006736f 100644 (file)
--- a/man/ln.x
+++ b/man/ln.x
@@ -2,3 +2,5 @@
 ln \- make links between files
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+link(2), symlink(2)
index 99e9e17efdcfe5273b3f3b7eec4f556791901a4e..4b35013daead01cd2084a5029dfd5537edfb822a 100644 (file)
@@ -2,3 +2,5 @@
 mkdir \- make directories
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+mkdir(2)
index 2a7c300633e4bfc425ae64ad7695b38637632f8a..7d06348a51d0f116f6d5b3dc1fb11eb66e37004c 100644 (file)
@@ -2,3 +2,5 @@
 mkfifo \- make FIFOs (named pipes)
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+mkfifo(3)
index 42177a994996aa7751340ea8d122e30f1480cf96..aaa3a9a8925159d0fe3664e6a2c081bfe3be6499 100644 (file)
@@ -2,3 +2,5 @@
 mknod \- make block or character special files
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+mknod(2)
index ac0a1905ba579834afa98035d0b0cc1b0ad3e142..6e32d5da0cb8969d800334e0ac7700bdc39fa567 100644 (file)
--- a/man/mv.x
+++ b/man/mv.x
@@ -2,3 +2,5 @@
 mv \- move (rename) files
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+rename(2)
index 25fb6330ebd6f7f28d72daeda020380002dbfe3e..3448d6997f69d912f53d3e324bc8047efb9f6aa6 100644 (file)
@@ -2,3 +2,5 @@
 nice \- run a program with modified scheduling priority
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+nice(2)
index e49a0d5de30ec344646e50efac63f49d96b6898d..65daec0a917c85658087eab6785fc80a611c3abd 100644 (file)
--- a/man/pwd.x
+++ b/man/pwd.x
@@ -2,3 +2,5 @@
 pwd \- print name of current/working directory
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+getcwd(3)
index 2f33c43f2445b8cd9471e09a5c7961382d9a1a19..c1d6c5c822f0fc2b9290d43ca454d35a5f5e5879 100644 (file)
@@ -2,3 +2,5 @@
 readlink \- display value of a symbolic link
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+readlink(2)
index f5d55db86009d46534534330590314ad240b4335..79a2bdc217ff80a537c981949f5327031795c353 100644 (file)
--- a/man/rm.x
+++ b/man/rm.x
@@ -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)
index 2e3ade6863dca38d133f853eac2021d4b841ee94..a612f8396f98a9e435ce6153ec2ba0e094fd2c13 100644 (file)
@@ -2,3 +2,5 @@
 rmdir \- remove empty directories
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+rmdir(2)
index c239a5a5f9d934e92a5cd1a8d21a81c371e51b0a..f1343e81a659baef4a264c4ccdb4e4ad0d1f0e05 100644 (file)
@@ -2,3 +2,5 @@
 sleep \- delay for a specified amount of time
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+sleep(3)
index bf16567cd9af87875b6ee51e223e2924e7f6dc00..f95b1ddbdbaa7edc51d3b338cc7b4cfa4f3665bb 100644 (file)
@@ -2,3 +2,5 @@
 stat \- display file or file system status
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+stat(2)
index e03235d766c9f1caf67dba8128989e50e85452d4..7947bb7759c9bdcf06594efd2dbdec0bc8d427f9 100644 (file)
@@ -2,3 +2,5 @@
 sync \- flush file system buffers
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+sync(2)
index ec38625f83da2994ae2ab6697f7209f9b84783d3..b019140ae6d8600f1ceec35706d15ee8d19b437e 100644 (file)
@@ -2,3 +2,5 @@
 uname \- print system information
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+uname(2)
index 30366279b292d5cebb2930b7fb10fe21e2e7b4ad..d12cc2e8494589db3cf273d40d439e1c125fb4ee 100644 (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)