components/coreutils/patches/manpages.patch
changeset 583 fa23089af66f
child 987 810b92005f34
equal deleted inserted replaced
582:f788d69e0553 583:fa23089af66f
       
     1 --- coreutils-8.5/man/mkfifo.1.orig	Wed Nov  9 09:02:34 2011
       
     2 +++ coreutils-8.5/man/mkfifo.1	Wed Nov  9 09:10:31 2011
       
     3 @@ -40,7 +40,7 @@
       
     4  This is free software: you are free to change and redistribute it.
       
     5  There is NO WARRANTY, to the extent permitted by law.
       
     6  .SH "SEE ALSO"
       
     7 -mkfifo(3)
       
     8 +mkfifo(3C)
       
     9  .PP
       
    10  The full documentation for
       
    11  .B mkfifo
       
    12 --- coreutils-8.5/man/mktemp.1.orig	Wed Nov  9 09:02:34 2011
       
    13 +++ coreutils-8.5/man/mktemp.1	Wed Nov  9 09:09:43 2011
       
    14 @@ -62,7 +62,7 @@
       
    15  This is free software: you are free to change and redistribute it.
       
    16  There is NO WARRANTY, to the extent permitted by law.
       
    17  .SH "SEE ALSO"
       
    18 -mkstemp(3), mkdtemp(3), mktemp(3)
       
    19 +mkstemp(3C), mkdtemp(3C), mktemp(3C)
       
    20  .PP
       
    21  The full documentation for
       
    22  .B mktemp
       
    23 --- coreutils-8.5/man/printf.1.orig	Wed Nov  9 09:00:19 2011
       
    24 +++ coreutils-8.5/man/printf.1	Wed Nov  9 08:57:38 2011
       
    25 @@ -96,7 +96,7 @@
       
    26  This is free software: you are free to change and redistribute it.
       
    27  There is NO WARRANTY, to the extent permitted by law.
       
    28  .SH "SEE ALSO"
       
    29 -printf(3)
       
    30 +printf(3C)
       
    31  .PP
       
    32  The full documentation for
       
    33  .B printf
       
    34 --- coreutils-8.5/man/pwd.1.orig	Wed Nov  9 09:02:34 2011
       
    35 +++ coreutils-8.5/man/pwd.1	Wed Nov  9 09:10:12 2011
       
    36 @@ -42,7 +42,7 @@
       
    37  This is free software: you are free to change and redistribute it.
       
    38  There is NO WARRANTY, to the extent permitted by law.
       
    39  .SH "SEE ALSO"
       
    40 -getcwd(3)
       
    41 +getcwd(3C)
       
    42  .PP
       
    43  The full documentation for
       
    44  .B pwd
       
    45 --- coreutils-8.5/man/rm.1.orig	Wed Nov  9 09:02:34 2011
       
    46 +++ coreutils-8.5/man/rm.1	Wed Nov  9 09:05:42 2011
       
    47 @@ -99,7 +99,7 @@
       
    48  This is free software: you are free to change and redistribute it.
       
    49  There is NO WARRANTY, to the extent permitted by law.
       
    50  .SH "SEE ALSO"
       
    51 -unlink(1), unlink(2), chattr(1), shred(1)
       
    52 +unlink(1), unlink(2), shred(1)
       
    53  .PP
       
    54  The full documentation for
       
    55  .B rm
       
    56 --- coreutils-8.5/man/sleep.1.orig	Wed Nov  9 09:02:34 2011
       
    57 +++ coreutils-8.5/man/sleep.1	Wed Nov  9 09:10:47 2011
       
    58 @@ -39,7 +39,7 @@
       
    59  This is free software: you are free to change and redistribute it.
       
    60  There is NO WARRANTY, to the extent permitted by law.
       
    61  .SH "SEE ALSO"
       
    62 -sleep(3)
       
    63 +sleep(3C)
       
    64  .PP
       
    65  The full documentation for
       
    66  .B sleep
       
    67 --- coreutils-8.5/man/tac.1.orig	Wed Nov  9 09:02:34 2011
       
    68 +++ coreutils-8.5/man/tac.1	Wed Nov  9 09:07:47 2011
       
    69 @@ -44,8 +44,6 @@
       
    70  This is free software: you are free to change and redistribute it.
       
    71  There is NO WARRANTY, to the extent permitted by law.
       
    72  .SH "SEE ALSO"
       
    73 -\fBrev\fP(1).
       
    74 -.PP
       
    75  The full documentation for
       
    76  .B tac
       
    77  is maintained as a Texinfo manual.  If the
       
    78 --- coreutils-8.5/man/truncate.1.orig	Wed Nov  9 09:02:34 2011
       
    79 +++ coreutils-8.5/man/truncate.1	Wed Nov  9 09:09:02 2011
       
    80 @@ -61,7 +61,7 @@
       
    81  This is free software: you are free to change and redistribute it.
       
    82  There is NO WARRANTY, to the extent permitted by law.
       
    83  .SH "SEE ALSO"
       
    84 -dd(1), truncate(2), ftruncate(2)
       
    85 +dd(1), truncate(3C), ftruncate(3C)
       
    86  .PP
       
    87  The full documentation for
       
    88  .B truncate