]> git.pld-linux.org Git - packages/man-pages.git/blame - man-pages-misc.patch
- hopefuly finished update to 2.39
[packages/man-pages.git] / man-pages-misc.patch
CommitLineData
460abb59
JB
1--- man-pages-2.18/man1/ldd.1.orig 2005-10-04 14:49:58.000000000 +0200
2+++ man-pages-2.18/man1/ldd.1 2005-12-25 18:30:24.446732064 +0100
9e4634a8 3@@ -24,16 +24,16 @@
460abb59
JB
4 Print the version number of
5 .BR ldd .
6 .TP
7-.B \-v\ \-\-verbose
8+.BR \-v , " \-\-verbose"
9 Print all information, including e.g. symbol versioning information.
10 .TP
9e4634a8 11-.B \-u\ \-\-unused
12+.B \-u\ , " \-\-unused"
13 Print unused direct dependencies.
14 .TP
460abb59
JB
15-.B \-d\ \-\-data\-relocs
16+.BR \-d , " \-\-data\-relocs"
17 Perform relocations and report any missing objects (ELF only).
18 .TP
19-.B \-r\ \-\-function\-relocs
20+.BR \-r, " \-\-function\-relocs"
21 Perform relocations for both data objects and functions, and
22 report any missing objects or functions (ELF only).
23 .TP
9e4634a8 24@@ -69,6 +69,6 @@
460abb59
JB
25 .\" .SH AUTHOR
26 .\" David Engel.
27 .\" Roland McGrath and Ulrich Drepper.
28-.SH SEE ALSO
29+.SH "SEE ALSO"
30 .BR ld.so (8),
31 .BR ldconfig (8)
32--- man-pages-2.18/man3/dlopen.3.orig 2005-10-28 15:27:52.000000000 +0200
33+++ man-pages-2.18/man3/dlopen.3 2005-12-25 18:38:09.788989288 +0100
34@@ -21,8 +21,8 @@
35 .\"
36 .\" You should have received a copy of the GNU General Public
37 .\" License along with this manual; if not, write to the Free
38-.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
39-.\" USA.
40+.\" Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
41+.\" MA 02110-1301, USA.
42 .\"
43 .\" Modified by David A. Wheeler <dwheeler@dwheeler.com> 2000-11-28.
44 .\" Applied patch by Terran Melconian, aeb, 2001-12-14.
45--- man-pages-2.18/man5/locale.5.orig 2005-11-02 14:55:25.000000000 +0100
46+++ man-pages-2.18/man5/locale.5 2005-12-25 20:16:15.125282176 +0100
47@@ -20,7 +20,7 @@
48 .\"
49 .TH LOCALE 5 1994-11-09 "National Language Support" "Linux User Manual"
50 .SH NAME
51-locale \- Describes a locale definition file
52+locale \- describes a locale definition file
53 .SH DESCRIPTION
54 The
55 .B locale
56@@ -243,7 +243,7 @@
57 The
58 .B LC_CTYPE
59 definition ends with the string
60-.I END LC_CYTPE.
61+.IR "END LC_CTYPE" .
62
63 .SS LC_COLLATE
64 The
65@@ -291,7 +291,7 @@
66 The
67 .B LC_COLLATE
68 definition ends with the string
69-.IR END LC_COLLATE .
70+.IR "END LC_COLLATE" .
71
72 .SS LC_MONETARY
73 The definition starts with the string
74@@ -347,7 +347,7 @@
75 .I currency_symbol
76 or
77 .I int_curr_symbol
78- should precede the formatted monetary quantity or set to
79+should precede the formatted monetary quantity or set to
80 .B 0
81 if the symbol succeeds the value.
82 .TP
83@@ -462,7 +462,7 @@
84 The
85 .B LC_MONETARY
86 definition ends with the string
87-.I END LC_MONETARY.
88+.IR "END LC_MONETARY" .
89
90 .SS LC_NUMERIC
91 The definition starts with the string
92@@ -487,7 +487,7 @@
93 The
94 .B LC_NUMERIC
95 definition ends with the string
96-.I END LC_NUMERIC.
97+.IR "END LC_NUMERIC" .
98
99 .SS LC_TIME
100 The definition starts with the string
101@@ -532,7 +532,7 @@
102 The
103 .B LC_TIME
104 definition ends with the string
105-.I END LC_TIME.
106+.IR "END LC_TIME" .
107
108 .SS LC_MESSAGES
109 The definition starts with the string
110@@ -554,7 +554,7 @@
111 The
112 .B LC_MESSAGES
113 definition ends with the string
114-.I END LC_MESSAGES.
115+.IR "END LC_MESSAGES" .
116
117 See the POSIX.2 standard for details.
118 .SH FILES
119--- man-pages-2.18/man8/nscd.8.orig 2005-07-06 09:41:37.000000000 +0200
120+++ man-pages-2.18/man8/nscd.8 2005-12-25 18:41:47.316920016 +0100
121@@ -21,13 +21,13 @@
122 .SH NAME
123 /usr/sbin/nscd \- name service cache daemon
124 .SH DESCRIPTION
125-Nscd is a daemon that provides a cache for the most common name service
126+nscd is a daemon that provides a cache for the most common name service
127 requests. The default configuration file,
128 .IR /etc/nscd.conf ,
129 determines the behavior of the cache daemon. See
130 .BR nscd.conf (5).
131
132-Nscd provides cacheing for accesses of the
133+nscd provides cacheing for accesses of the
134 .BR passwd (5),
135 .BR group (5),
136 and
137@@ -54,7 +54,7 @@
138 will give you a list with all options and what they do.
139
140 .SH NOTES
141-Nscd doesn't know anything about the underlaying protocols for a
142+nscd doesn't know anything about the underlaying protocols for a
143 service. This also means, that if you change
144 .I /etc/resolv.conf
145 for DNS queries, nscd will continue to use the old one if you have
146--- man-pages-2.18/man8/zic.8.orig 2005-11-02 12:11:03.000000000 +0100
147+++ man-pages-2.18/man8/zic.8 2005-12-25 18:43:54.762545336 +0100
148@@ -408,7 +408,7 @@
149 field of the earliest transition time's rule to ensure that
150 the earliest transition time recorded in the compiled file is correct.
151 .SH FILE
152-/usr/local/etc/zoneinfo standard directory used for created files
153+/usr/share/zoneinfo standard directory used for created files
154 .SH "SEE ALSO"
155 .BR tzfile (5),
156 .BR zdump (8)
157--- man-pages-2.18/de/man7/iso_8859-1.7.orig 1998-12-07 01:34:44.000000000 +0100
158+++ man-pages-2.18/de/man7/iso_8859-1.7 2005-12-25 19:27:49.914941280 +0100
159@@ -25,10 +25,10 @@
160 .\" Translated Thu Jan 4 16:37:10 MET 1996 by Lutz.Donnerhacke@Jena.Thur.De
161 .\" Modified Mon Jun 10 00:20:28 1996 by Martin Schulze (joey@linux.de)
162 .\"
163-.TH ISO_8859_1 7 "11. Juli 1995" "Linux" "Verschiedenes"
164+.TH ISO_8859-1 7 "11. Juli 1995" "Linux" "Verschiedenes"
165 .nh
166 .SH BEZEICHNUNG
167-iso_8859_1 \- Zeichentabelle ISO 8859-1 in oktaler, dezimaler und
168+iso_8859-1 \- Zeichentabelle ISO 8859-1 in oktaler, dezimaler und
169 hexadezimaler Kodierung
170