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