components/coreutils/patches/manpages.patch
author Matt Keenan <matt.keenan@oracle.com>
Fri, 19 Jun 2015 09:35:02 +0100
branchs11-update
changeset 4508 d8924d870370
parent 2399 20c46127e17a
child 2050 7c6a1559c620
child 5249 8a7aa7f8367e
permissions -rw-r--r--
PSARC 2015/172 OpenStack Ironic (OpenStack Bare Metal Provisioning Service) PSARC 2015/070 pecan - Lightweight Python web-framework PSARC 2015/071 PyCA Python Cryptography PSARC 2015/170 OpenStack client for Ironic (Bare Metal Provisioning) PSARC 2015/171 scp - python secure copy PSARC 2015/196 singledispatch - Single-dispatch generic functions for Python PSARC 2015/197 logutils - Set of handlers for standard Python logging library PSARC 2015/198 Support for enumerations in Python 2.6 and 2.7 PSARC 2015/250 paramiko - SSHv2 protocol implementation in Python 20547142 Request to integrate Ironic into userland 17502639 The Python paramiko module should be added to Userland 20172780 The Python module scp should be added to Userland 20180376 The Python module ironicclient should be added to Userland 20182588 The Python module pecan should be added to Userland 20465525 The PyCA cryptography module should be added to Userland 20904396 The Python module singledispatch should be added to Userland 20904413 The Python module logutils should be added to Userland 20917993 The Python enum34 module should be added to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
583
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
--- coreutils-8.5/man/mkfifo.1.orig	Wed Nov  9 09:02:34 2011
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
+++ coreutils-8.5/man/mkfifo.1	Wed Nov  9 09:10:31 2011
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
@@ -40,7 +40,7 @@
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
 This is free software: you are free to change and redistribute it.
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
 There is NO WARRANTY, to the extent permitted by law.
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
 .SH "SEE ALSO"
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
-mkfifo(3)
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
+mkfifo(3C)
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
 .PP
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
 The full documentation for
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
 .B mkfifo
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
--- coreutils-8.5/man/mktemp.1.orig	Wed Nov  9 09:02:34 2011
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
+++ coreutils-8.5/man/mktemp.1	Wed Nov  9 09:09:43 2011
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
@@ -62,7 +62,7 @@
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
 This is free software: you are free to change and redistribute it.
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
 There is NO WARRANTY, to the extent permitted by law.
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
 .SH "SEE ALSO"
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
-mkstemp(3), mkdtemp(3), mktemp(3)
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
+mkstemp(3C), mkdtemp(3C), mktemp(3C)
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
 .PP
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
 The full documentation for
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
 .B mktemp
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
--- coreutils-8.5/man/printf.1.orig	Wed Nov  9 09:00:19 2011
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
+++ coreutils-8.5/man/printf.1	Wed Nov  9 08:57:38 2011
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
@@ -96,7 +96,7 @@
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
 This is free software: you are free to change and redistribute it.
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
 There is NO WARRANTY, to the extent permitted by law.
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
 .SH "SEE ALSO"
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
-printf(3)
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
+printf(3C)
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
 .PP
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
 The full documentation for
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
 .B printf
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
--- coreutils-8.5/man/pwd.1.orig	Wed Nov  9 09:02:34 2011
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
+++ coreutils-8.5/man/pwd.1	Wed Nov  9 09:10:12 2011
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
@@ -42,7 +42,7 @@
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
 This is free software: you are free to change and redistribute it.
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
 There is NO WARRANTY, to the extent permitted by law.
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
 .SH "SEE ALSO"
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
-getcwd(3)
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
+getcwd(3C)
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
 .PP
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
 The full documentation for
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
 .B pwd
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
--- coreutils-8.5/man/rm.1.orig	Wed Nov  9 09:02:34 2011
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
+++ coreutils-8.5/man/rm.1	Wed Nov  9 09:05:42 2011
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
@@ -99,7 +99,7 @@
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
 This is free software: you are free to change and redistribute it.
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
 There is NO WARRANTY, to the extent permitted by law.
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
 .SH "SEE ALSO"
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
-unlink(1), unlink(2), chattr(1), shred(1)
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
+unlink(1), unlink(2), shred(1)
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
 .PP
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
 The full documentation for
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
 .B rm
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
--- coreutils-8.5/man/sleep.1.orig	Wed Nov  9 09:02:34 2011
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
+++ coreutils-8.5/man/sleep.1	Wed Nov  9 09:10:47 2011
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
@@ -39,7 +39,7 @@
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
 This is free software: you are free to change and redistribute it.
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
 There is NO WARRANTY, to the extent permitted by law.
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
 .SH "SEE ALSO"
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
-sleep(3)
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
+sleep(3C)
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
 .PP
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
 The full documentation for
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
 .B sleep
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
--- coreutils-8.5/man/tac.1.orig	Wed Nov  9 09:02:34 2011
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
+++ coreutils-8.5/man/tac.1	Wed Nov  9 09:07:47 2011
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
@@ -44,8 +44,6 @@
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
 This is free software: you are free to change and redistribute it.
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
 There is NO WARRANTY, to the extent permitted by law.
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
 .SH "SEE ALSO"
2399
20c46127e17a PSARC 2012/170 GNU coreutils 8.16
Rich Burridge <rich.burridge@oracle.com>
parents: 583
diff changeset
    73
-\fBrev\fP(1)
583
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
-.PP
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
 The full documentation for
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
 .B tac
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
 is maintained as a Texinfo manual.  If the
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
--- coreutils-8.5/man/truncate.1.orig	Wed Nov  9 09:02:34 2011
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
+++ coreutils-8.5/man/truncate.1	Wed Nov  9 09:09:02 2011
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
@@ -61,7 +61,7 @@
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
 This is free software: you are free to change and redistribute it.
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
 There is NO WARRANTY, to the extent permitted by law.
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
 .SH "SEE ALSO"
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
-dd(1), truncate(2), ftruncate(2)
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
+dd(1), truncate(3C), ftruncate(3C)
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
 .PP
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
 The full documentation for
fa23089af66f 6919172 PRINTF(1) man page should point to printf(3C) instead of printf(3)
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
 .B truncate