6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
authorRich Burridge <rich.burridge@oracle.com>
Mon, 14 Nov 2011 09:52:52 -0800
changeset 583 fa23089af66f
parent 582 f788d69e0553
child 584 f4e402a57670
6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
components/coreutils/patches/manpages.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/coreutils/patches/manpages.patch	Mon Nov 14 09:52:52 2011 -0800
@@ -0,0 +1,88 @@
+--- coreutils-8.5/man/mkfifo.1.orig	Wed Nov  9 09:02:34 2011
++++ coreutils-8.5/man/mkfifo.1	Wed Nov  9 09:10:31 2011
+@@ -40,7 +40,7 @@
+ This is free software: you are free to change and redistribute it.
+ There is NO WARRANTY, to the extent permitted by law.
+ .SH "SEE ALSO"
+-mkfifo(3)
++mkfifo(3C)
+ .PP
+ The full documentation for
+ .B mkfifo
+--- coreutils-8.5/man/mktemp.1.orig	Wed Nov  9 09:02:34 2011
++++ coreutils-8.5/man/mktemp.1	Wed Nov  9 09:09:43 2011
+@@ -62,7 +62,7 @@
+ This is free software: you are free to change and redistribute it.
+ There is NO WARRANTY, to the extent permitted by law.
+ .SH "SEE ALSO"
+-mkstemp(3), mkdtemp(3), mktemp(3)
++mkstemp(3C), mkdtemp(3C), mktemp(3C)
+ .PP
+ The full documentation for
+ .B mktemp
+--- coreutils-8.5/man/printf.1.orig	Wed Nov  9 09:00:19 2011
++++ coreutils-8.5/man/printf.1	Wed Nov  9 08:57:38 2011
+@@ -96,7 +96,7 @@
+ This is free software: you are free to change and redistribute it.
+ There is NO WARRANTY, to the extent permitted by law.
+ .SH "SEE ALSO"
+-printf(3)
++printf(3C)
+ .PP
+ The full documentation for
+ .B printf
+--- coreutils-8.5/man/pwd.1.orig	Wed Nov  9 09:02:34 2011
++++ coreutils-8.5/man/pwd.1	Wed Nov  9 09:10:12 2011
+@@ -42,7 +42,7 @@
+ This is free software: you are free to change and redistribute it.
+ There is NO WARRANTY, to the extent permitted by law.
+ .SH "SEE ALSO"
+-getcwd(3)
++getcwd(3C)
+ .PP
+ The full documentation for
+ .B pwd
+--- coreutils-8.5/man/rm.1.orig	Wed Nov  9 09:02:34 2011
++++ coreutils-8.5/man/rm.1	Wed Nov  9 09:05:42 2011
+@@ -99,7 +99,7 @@
+ This is free software: you are free to change and redistribute it.
+ There is NO WARRANTY, to the extent permitted by law.
+ .SH "SEE ALSO"
+-unlink(1), unlink(2), chattr(1), shred(1)
++unlink(1), unlink(2), shred(1)
+ .PP
+ The full documentation for
+ .B rm
+--- coreutils-8.5/man/sleep.1.orig	Wed Nov  9 09:02:34 2011
++++ coreutils-8.5/man/sleep.1	Wed Nov  9 09:10:47 2011
+@@ -39,7 +39,7 @@
+ This is free software: you are free to change and redistribute it.
+ There is NO WARRANTY, to the extent permitted by law.
+ .SH "SEE ALSO"
+-sleep(3)
++sleep(3C)
+ .PP
+ The full documentation for
+ .B sleep
+--- coreutils-8.5/man/tac.1.orig	Wed Nov  9 09:02:34 2011
++++ coreutils-8.5/man/tac.1	Wed Nov  9 09:07:47 2011
+@@ -44,8 +44,6 @@
+ This is free software: you are free to change and redistribute it.
+ There is NO WARRANTY, to the extent permitted by law.
+ .SH "SEE ALSO"
+-\fBrev\fP(1).
+-.PP
+ The full documentation for
+ .B tac
+ is maintained as a Texinfo manual.  If the
+--- coreutils-8.5/man/truncate.1.orig	Wed Nov  9 09:02:34 2011
++++ coreutils-8.5/man/truncate.1	Wed Nov  9 09:09:02 2011
+@@ -61,7 +61,7 @@
+ This is free software: you are free to change and redistribute it.
+ There is NO WARRANTY, to the extent permitted by law.
+ .SH "SEE ALSO"
+-dd(1), truncate(2), ftruncate(2)
++dd(1), truncate(3C), ftruncate(3C)
+ .PP
+ The full documentation for
+ .B truncate