On Fri, Mar 03, 2006 at 10:13:53AM +0100, Jim Meyering wrote:
> Justin Pryzby <[EMAIL PROTECTED]> wrote:
> > Can I expect to see this bug fixed for etch?
> >
> > http://bugs.debian.org/299552
>
> If you send a patch for mkfifo, mknod, and any others you spot,
> along with ChangeLog entries, I'll be happy to apply it upstream.
> You'd modify man/mkfifo.x, etc. Look in the other man/*.x files
> for examples.
Hello Jim,
Attached is a patch; I'm not sure if I like sleep(1) to SEE ALSO
sleep(3) but included it for now.. The rest are simple "there exists
a syscall of the same name"-ish things.
Thanks!
Justin
diff -Naur ./coreutils-5.93.orig/ChangeLog ./coreutils-5.93/ChangeLog
--- ./coreutils-5.93.orig/ChangeLog 2005-11-06 03:38:19.000000000 -0500
+++ ./coreutils-5.93/ChangeLog 2006-03-03 09:52:56.000000000 -0500
@@ -1,3 +1,8 @@
+2006-03-03 Justin Pryzby <[EMAIL PROTECTED]>
+
+ * man/: Add references to syscalls from utilities of the same
+ name.
+
2005-11-06 Jim Meyering <[EMAIL PROTECTED]>
* Version 5.93.
diff -Naur ./coreutils-5.93.orig/man/basename.1 ./coreutils-5.93/man/basename.1
--- ./coreutils-5.93.orig/man/basename.1 2005-11-05 17:13:17.000000000
-0500
+++ ./coreutils-5.93/man/basename.1 2006-03-03 10:05:48.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH BASENAME "1" "November 2005" "basename 5.93" "User Commands"
+.TH BASENAME "1" "March 2006" "basename 5.93" "User Commands"
.SH NAME
basename \- strip directory and suffix from filenames
.SH SYNOPSIS
@@ -37,6 +37,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+basename(3)
+.PP
The full documentation for
.B basename
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/basename.x ./coreutils-5.93/man/basename.x
--- ./coreutils-5.93.orig/man/basename.x 1999-11-02 09:07:36.000000000
-0500
+++ ./coreutils-5.93/man/basename.x 2006-03-03 09:23:19.000000000 -0500
@@ -2,3 +2,5 @@
basename \- strip directory and suffix from filenames
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+basename(3)
diff -Naur ./coreutils-5.93.orig/man/chmod.1 ./coreutils-5.93/man/chmod.1
--- ./coreutils-5.93.orig/man/chmod.1 2005-11-05 17:13:17.000000000 -0500
+++ ./coreutils-5.93/man/chmod.1 2006-03-03 10:13:44.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH CHMOD "1" "November 2005" "chmod 5.93" "User Commands"
+.TH CHMOD "1" "March 2006" "chmod 5.93" "User Commands"
.SH NAME
chmod \- change file access permissions
.SH SYNOPSIS
@@ -120,6 +120,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+chmod(2)
+.PP
The full documentation for
.B chmod
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/chmod.x ./coreutils-5.93/man/chmod.x
--- ./coreutils-5.93.orig/man/chmod.x 2001-10-20 10:41:23.000000000 -0400
+++ ./coreutils-5.93/man/chmod.x 2006-03-03 10:08:52.000000000 -0500
@@ -67,3 +67,5 @@
files. The sticky bit is commonly found on directories, such as /tmp,
that are world-writable.
.SH OPTIONS
+[SEE ALSO]
+chmod(2)
diff -Naur ./coreutils-5.93.orig/man/chown.1 ./coreutils-5.93/man/chown.1
--- ./coreutils-5.93.orig/man/chown.1 2005-11-05 17:13:18.000000000 -0500
+++ ./coreutils-5.93/man/chown.1 2006-03-03 10:13:45.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH CHOWN "1" "November 2005" "chown 5.93" "User Commands"
+.TH CHOWN "1" "March 2006" "chown 5.93" "User Commands"
.SH NAME
chown \- change file owner and group
.SH SYNOPSIS
@@ -114,6 +114,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+chown(2)
+.PP
The full documentation for
.B chown
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/chown.x ./coreutils-5.93/man/chown.x
--- ./coreutils-5.93.orig/man/chown.x 2005-04-12 01:43:19.000000000 -0400
+++ ./coreutils-5.93/man/chown.x 2006-03-03 10:09:40.000000000 -0500
@@ -21,3 +21,5 @@
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 -Naur ./coreutils-5.93.orig/man/chroot.1 ./coreutils-5.93/man/chroot.1
--- ./coreutils-5.93.orig/man/chroot.1 2005-11-05 17:13:18.000000000 -0500
+++ ./coreutils-5.93/man/chroot.1 2006-03-03 10:05:50.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH CHROOT "1" "November 2005" "chroot 5.93" "User Commands"
+.TH CHROOT "1" "March 2006" "chroot 5.93" "User Commands"
.SH NAME
chroot \- run command or interactive shell with special root directory
.SH SYNOPSIS
@@ -31,6 +31,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+chroot(2)
+.PP
The full documentation for
.B chroot
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/chroot.x ./coreutils-5.93/man/chroot.x
--- ./coreutils-5.93.orig/man/chroot.x 1999-11-02 09:07:36.000000000 -0500
+++ ./coreutils-5.93/man/chroot.x 2006-03-03 09:25:40.000000000 -0500
@@ -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 -Naur ./coreutils-5.93.orig/man/kill.1 ./coreutils-5.93/man/kill.1
--- ./coreutils-5.93.orig/man/kill.1 2005-11-05 17:13:20.000000000 -0500
+++ ./coreutils-5.93/man/kill.1 2006-03-03 10:05:50.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH KILL "1" "November 2005" "kill 5.93" "User Commands"
+.TH KILL "1" "March 2006" "kill 5.93" "User Commands"
.SH NAME
kill \- send signals to processes, or list signals
.SH SYNOPSIS
@@ -52,6 +52,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+kill(2)
+.PP
The full documentation for
.B kill
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/kill.x ./coreutils-5.93/man/kill.x
--- ./coreutils-5.93.orig/man/kill.x 2003-06-04 08:15:36.000000000 -0400
+++ ./coreutils-5.93/man/kill.x 2006-03-03 09:36:58.000000000 -0500
@@ -2,3 +2,5 @@
kill \- send signals to processes, or list signals
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+kill(2)
diff -Naur ./coreutils-5.93.orig/man/link.1 ./coreutils-5.93/man/link.1
--- ./coreutils-5.93.orig/man/link.1 2005-11-05 17:13:20.000000000 -0500
+++ ./coreutils-5.93/man/link.1 2006-03-03 10:05:50.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH LINK "1" "November 2005" "link 5.93" "User Commands"
+.TH LINK "1" "March 2006" "link 5.93" "User Commands"
.SH NAME
link \- call the link function to create a link to a file
.SH SYNOPSIS
@@ -29,6 +29,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+link(2)
+.PP
The full documentation for
.B link
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/link.x ./coreutils-5.93/man/link.x
--- ./coreutils-5.93.orig/man/link.x 2002-04-12 06:47:18.000000000 -0400
+++ ./coreutils-5.93/man/link.x 2006-03-03 09:39:07.000000000 -0500
@@ -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)
diff -Naur ./coreutils-5.93.orig/man/ln.1 ./coreutils-5.93/man/ln.1
--- ./coreutils-5.93.orig/man/ln.1 2005-11-05 17:13:20.000000000 -0500
+++ ./coreutils-5.93/man/ln.1 2006-03-03 10:05:51.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH LN "1" "November 2005" "ln 5.93" "User Commands"
+.TH LN "1" "March 2006" "ln 5.93" "User Commands"
.SH NAME
ln \- make links between files
.SH SYNOPSIS
@@ -94,6 +94,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+link(2), symlink(2)
+.PP
The full documentation for
.B ln
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/ln.x ./coreutils-5.93/man/ln.x
--- ./coreutils-5.93.orig/man/ln.x 2000-02-01 05:34:35.000000000 -0500
+++ ./coreutils-5.93/man/ln.x 2006-03-03 09:39:27.000000000 -0500
@@ -2,3 +2,5 @@
ln \- make links between files
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+link(2), symlink(2)
diff -Naur ./coreutils-5.93.orig/man/mkdir.1 ./coreutils-5.93/man/mkdir.1
--- ./coreutils-5.93.orig/man/mkdir.1 2005-11-05 17:13:20.000000000 -0500
+++ ./coreutils-5.93/man/mkdir.1 2006-03-03 10:05:51.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH MKDIR "1" "November 2005" "mkdir 5.93" "User Commands"
+.TH MKDIR "1" "March 2006" "mkdir 5.93" "User Commands"
.SH NAME
mkdir \- make directories
.SH SYNOPSIS
@@ -37,6 +37,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+mkdir(2)
+.PP
The full documentation for
.B mkdir
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/mkdir.x ./coreutils-5.93/man/mkdir.x
--- ./coreutils-5.93.orig/man/mkdir.x 2000-02-01 05:34:35.000000000 -0500
+++ ./coreutils-5.93/man/mkdir.x 2006-03-03 09:39:42.000000000 -0500
@@ -2,3 +2,5 @@
mkdir \- make directories
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+mkdir(2)
diff -Naur ./coreutils-5.93.orig/man/mkfifo.1 ./coreutils-5.93/man/mkfifo.1
--- ./coreutils-5.93.orig/man/mkfifo.1 2005-11-05 17:13:20.000000000 -0500
+++ ./coreutils-5.93/man/mkfifo.1 2006-03-03 10:05:51.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH MKFIFO "1" "November 2005" "mkfifo 5.93" "User Commands"
+.TH MKFIFO "1" "March 2006" "mkfifo 5.93" "User Commands"
.SH NAME
mkfifo \- make FIFOs (named pipes)
.SH SYNOPSIS
@@ -31,6 +31,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+mkfifo(3)
+.PP
The full documentation for
.B mkfifo
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/mkfifo.x ./coreutils-5.93/man/mkfifo.x
--- ./coreutils-5.93.orig/man/mkfifo.x 2000-02-01 05:34:35.000000000 -0500
+++ ./coreutils-5.93/man/mkfifo.x 2006-03-03 09:20:48.000000000 -0500
@@ -2,3 +2,5 @@
mkfifo \- make FIFOs (named pipes)
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+mkfifo(3)
diff -Naur ./coreutils-5.93.orig/man/mknod.1 ./coreutils-5.93/man/mknod.1
--- ./coreutils-5.93.orig/man/mknod.1 2005-11-05 17:13:20.000000000 -0500
+++ ./coreutils-5.93/man/mknod.1 2006-03-03 10:05:51.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH MKNOD "1" "November 2005" "mknod 5.93" "User Commands"
+.TH MKNOD "1" "March 2006" "mknod 5.93" "User Commands"
.SH NAME
mknod \- make block or character special files
.SH SYNOPSIS
@@ -45,6 +45,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+mknod(2)
+.PP
The full documentation for
.B mknod
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/mknod.x ./coreutils-5.93/man/mknod.x
--- ./coreutils-5.93.orig/man/mknod.x 2000-02-01 05:34:35.000000000 -0500
+++ ./coreutils-5.93/man/mknod.x 2006-03-03 09:21:30.000000000 -0500
@@ -2,3 +2,5 @@
mknod \- make block or character special files
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+mknod(2)
diff -Naur ./coreutils-5.93.orig/man/mv.1 ./coreutils-5.93/man/mv.1
--- ./coreutils-5.93.orig/man/mv.1 2005-11-05 17:13:20.000000000 -0500
+++ ./coreutils-5.93/man/mv.1 2006-03-03 10:05:52.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH MV "1" "November 2005" "mv 5.93" "User Commands"
+.TH MV "1" "March 2006" "mv 5.93" "User Commands"
.SH NAME
mv \- move (rename) files
.SH SYNOPSIS
@@ -82,6 +82,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+rename(2)
+.PP
The full documentation for
.B mv
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/mv.x ./coreutils-5.93/man/mv.x
--- ./coreutils-5.93.orig/man/mv.x 2000-02-01 05:34:35.000000000 -0500
+++ ./coreutils-5.93/man/mv.x 2006-03-03 09:40:22.000000000 -0500
@@ -2,3 +2,5 @@
mv \- move (rename) files
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+rename(2)
diff -Naur ./coreutils-5.93.orig/man/nice.1 ./coreutils-5.93/man/nice.1
--- ./coreutils-5.93.orig/man/nice.1 2005-11-05 17:13:20.000000000 -0500
+++ ./coreutils-5.93/man/nice.1 2006-03-03 10:05:52.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH NICE "1" "November 2005" "nice 5.93" "User Commands"
+.TH NICE "1" "March 2006" "nice 5.93" "User Commands"
.SH NAME
nice \- run a program with modified scheduling priority
.SH SYNOPSIS
@@ -35,6 +35,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+nice(2)
+.PP
The full documentation for
.B nice
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/nice.x ./coreutils-5.93/man/nice.x
--- ./coreutils-5.93.orig/man/nice.x 1999-11-02 09:07:36.000000000 -0500
+++ ./coreutils-5.93/man/nice.x 2006-03-03 09:40:31.000000000 -0500
@@ -2,3 +2,5 @@
nice \- run a program with modified scheduling priority
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+nice(2)
diff -Naur ./coreutils-5.93.orig/man/pwd.1 ./coreutils-5.93/man/pwd.1
--- ./coreutils-5.93.orig/man/pwd.1 2005-11-05 17:13:21.000000000 -0500
+++ ./coreutils-5.93/man/pwd.1 2006-03-03 10:05:52.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH PWD "1" "November 2005" "pwd 5.93" "User Commands"
+.TH PWD "1" "March 2006" "pwd 5.93" "User Commands"
.SH NAME
pwd \- print name of current/working directory
.SH SYNOPSIS
@@ -30,6 +30,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+getcwd(3)
+.PP
The full documentation for
.B pwd
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/pwd.x ./coreutils-5.93/man/pwd.x
--- ./coreutils-5.93.orig/man/pwd.x 2005-04-04 17:59:58.000000000 -0400
+++ ./coreutils-5.93/man/pwd.x 2006-03-03 09:41:17.000000000 -0500
@@ -2,3 +2,5 @@
pwd \- print name of current/working directory
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+getcwd(3)
diff -Naur ./coreutils-5.93.orig/man/readlink.1 ./coreutils-5.93/man/readlink.1
--- ./coreutils-5.93.orig/man/readlink.1 2005-11-05 17:13:21.000000000
-0500
+++ ./coreutils-5.93/man/readlink.1 2006-03-03 10:05:52.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH READLINK "1" "November 2005" "readlink 5.93" "User Commands"
+.TH READLINK "1" "March 2006" "readlink 5.93" "User Commands"
.SH NAME
readlink \- display value of a symbolic link
.SH SYNOPSIS
@@ -52,6 +52,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+readlink(2)
+.PP
The full documentation for
.B readlink
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/readlink.x ./coreutils-5.93/man/readlink.x
--- ./coreutils-5.93.orig/man/readlink.x 2003-01-09 15:36:55.000000000
-0500
+++ ./coreutils-5.93/man/readlink.x 2006-03-03 09:41:41.000000000 -0500
@@ -2,3 +2,5 @@
readlink \- display value of a symbolic link
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+readlink(2)
diff -Naur ./coreutils-5.93.orig/man/rm.1 ./coreutils-5.93/man/rm.1
--- ./coreutils-5.93.orig/man/rm.1 2005-11-05 17:13:21.000000000 -0500
+++ ./coreutils-5.93/man/rm.1 2006-03-03 10:05:53.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH RM "1" "November 2005" "rm 5.93" "User Commands"
+.TH RM "1" "March 2006" "rm 5.93" "User Commands"
.SH NAME
rm \- remove files or directories
.SH SYNOPSIS
@@ -75,7 +75,7 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
-chattr(1), shred(1)
+unlink(2), chattr(1), shred(1)
.PP
The full documentation for
.B rm
diff -Naur ./coreutils-5.93.orig/man/rm.x ./coreutils-5.93/man/rm.x
--- ./coreutils-5.93.orig/man/rm.x 2004-09-21 03:53:54.000000000 -0400
+++ ./coreutils-5.93/man/rm.x 2006-03-03 09:42:39.000000000 -0500
@@ -15,4 +15,4 @@
is not affirmative, the file is skipped.
.SH OPTIONS
[SEE ALSO]
-chattr(1), shred(1)
+unlink(2), chattr(1), shred(1)
diff -Naur ./coreutils-5.93.orig/man/rmdir.1 ./coreutils-5.93/man/rmdir.1
--- ./coreutils-5.93.orig/man/rmdir.1 2005-11-05 17:13:21.000000000 -0500
+++ ./coreutils-5.93/man/rmdir.1 2006-03-03 10:05:53.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH RMDIR "1" "November 2005" "rmdir 5.93" "User Commands"
+.TH RMDIR "1" "March 2006" "rmdir 5.93" "User Commands"
.SH NAME
rmdir \- remove empty directories
.SH SYNOPSIS
@@ -38,6 +38,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+rmdir(2)
+.PP
The full documentation for
.B rmdir
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/rmdir.x ./coreutils-5.93/man/rmdir.x
--- ./coreutils-5.93.orig/man/rmdir.x 2000-02-01 05:34:35.000000000 -0500
+++ ./coreutils-5.93/man/rmdir.x 2006-03-03 09:42:50.000000000 -0500
@@ -2,3 +2,5 @@
rmdir \- remove empty directories
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+rmdir(2)
diff -Naur ./coreutils-5.93.orig/man/sleep.1 ./coreutils-5.93/man/sleep.1
--- ./coreutils-5.93.orig/man/sleep.1 2005-11-05 17:13:22.000000000 -0500
+++ ./coreutils-5.93/man/sleep.1 2006-03-03 10:05:53.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH SLEEP "1" "November 2005" "sleep 5.93" "User Commands"
+.TH SLEEP "1" "March 2006" "sleep 5.93" "User Commands"
.SH NAME
sleep \- delay for a specified amount of time
.SH SYNOPSIS
@@ -32,6 +32,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+sleep(3)
+.PP
The full documentation for
.B sleep
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/sleep.x ./coreutils-5.93/man/sleep.x
--- ./coreutils-5.93.orig/man/sleep.x 1999-11-02 09:07:36.000000000 -0500
+++ ./coreutils-5.93/man/sleep.x 2006-03-03 09:43:13.000000000 -0500
@@ -2,3 +2,5 @@
sleep \- delay for a specified amount of time
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+sleep(3)
diff -Naur ./coreutils-5.93.orig/man/stat.1 ./coreutils-5.93/man/stat.1
--- ./coreutils-5.93.orig/man/stat.1 2005-11-05 17:13:22.000000000 -0500
+++ ./coreutils-5.93/man/stat.1 2006-03-03 10:05:54.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH STAT "1" "November 2005" "stat 5.93" "User Commands"
+.TH STAT "1" "March 2006" "stat 5.93" "User Commands"
.SH NAME
stat \- display file or file system status
.SH SYNOPSIS
@@ -160,6 +160,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+stat(2)
+.PP
The full documentation for
.B stat
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/stat.x ./coreutils-5.93/man/stat.x
--- ./coreutils-5.93.orig/man/stat.x 2004-06-30 18:15:59.000000000 -0400
+++ ./coreutils-5.93/man/stat.x 2006-03-03 09:43:23.000000000 -0500
@@ -2,3 +2,5 @@
stat \- display file or file system status
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+stat(2)
diff -Naur ./coreutils-5.93.orig/man/sync.1 ./coreutils-5.93/man/sync.1
--- ./coreutils-5.93.orig/man/sync.1 2005-11-05 17:13:22.000000000 -0500
+++ ./coreutils-5.93/man/sync.1 2006-03-03 10:05:54.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH SYNC "1" "November 2005" "sync (coreutils) 5.93" "User Commands"
+.TH SYNC "1" "March 2006" "sync (coreutils) 5.93" "User Commands"
.SH NAME
sync \- flush file system buffers
.SH SYNOPSIS
@@ -26,6 +26,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+sync(2)
+.PP
The full documentation for
.B sync
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/sync.x ./coreutils-5.93/man/sync.x
--- ./coreutils-5.93.orig/man/sync.x 2004-06-30 18:16:10.000000000 -0400
+++ ./coreutils-5.93/man/sync.x 2006-03-03 09:43:42.000000000 -0500
@@ -2,3 +2,5 @@
sync \- flush file system buffers
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+sync(2)
diff -Naur ./coreutils-5.93.orig/man/uname.1 ./coreutils-5.93/man/uname.1
--- ./coreutils-5.93.orig/man/uname.1 2005-11-05 17:13:23.000000000 -0500
+++ ./coreutils-5.93/man/uname.1 2006-03-03 10:05:54.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH UNAME "1" "November 2005" "uname 5.93" "User Commands"
+.TH UNAME "1" "March 2006" "uname 5.93" "User Commands"
.SH NAME
uname \- print system information
.SH SYNOPSIS
@@ -54,6 +54,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+uname(2)
+.PP
The full documentation for
.B uname
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/uname.x ./coreutils-5.93/man/uname.x
--- ./coreutils-5.93.orig/man/uname.x 1999-11-02 09:07:36.000000000 -0500
+++ ./coreutils-5.93/man/uname.x 2006-03-03 09:44:00.000000000 -0500
@@ -2,3 +2,5 @@
uname \- print system information
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+uname(2)
diff -Naur ./coreutils-5.93.orig/man/unlink.1 ./coreutils-5.93/man/unlink.1
--- ./coreutils-5.93.orig/man/unlink.1 2005-11-05 17:13:23.000000000 -0500
+++ ./coreutils-5.93/man/unlink.1 2006-03-03 10:05:54.000000000 -0500
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-.TH UNLINK "1" "November 2005" "unlink 5.93" "User Commands"
+.TH UNLINK "1" "March 2006" "unlink 5.93" "User Commands"
.SH NAME
unlink \- call the unlink function to remove the specified file
.SH SYNOPSIS
@@ -29,6 +29,8 @@
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
+unlink(2)
+.PP
The full documentation for
.B unlink
is maintained as a Texinfo manual. If the
diff -Naur ./coreutils-5.93.orig/man/unlink.x ./coreutils-5.93/man/unlink.x
--- ./coreutils-5.93.orig/man/unlink.x 2002-04-12 06:47:23.000000000 -0400
+++ ./coreutils-5.93/man/unlink.x 2006-03-03 09:44:15.000000000 -0500
@@ -2,3 +2,5 @@
unlink \- call the unlink function to remove the specified file
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+unlink(2)