Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pax-utils:master commit in: man/
Date: Tue, 31 May 2016 22:27:09
Message-Id: 1464733581.c1f19095df0c1e6e3e31dc44f3e5ad02c35bb32e.vapier@gentoo
1 commit: c1f19095df0c1e6e3e31dc44f3e5ad02c35bb32e
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 22:26:21 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 22:26:21 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=c1f19095
7
8 man: drop redundant id sections
9
10 These aren't needed to format the man output correctly, and newer
11 libxml2 complains about their duplicate ids, so punt them.
12
13 man/dumpelf.docbook | 8 ++++----
14 man/pspax.docbook | 8 ++++----
15 man/scanelf.docbook | 10 +++++-----
16 man/scanmacho.docbook | 10 +++++-----
17 4 files changed, 18 insertions(+), 18 deletions(-)
18
19 diff --git a/man/dumpelf.docbook b/man/dumpelf.docbook
20 index a5074fb..15f5b61 100644
21 --- a/man/dumpelf.docbook
22 +++ b/man/dumpelf.docbook
23 @@ -7,12 +7,12 @@
24 <refmiscinfo class='source'>&project;</refmiscinfo>
25 </refmeta>
26
27 -<refnamediv id='name'>
28 +<refnamediv>
29 <refname>dumpelf</refname>
30 <refpurpose>dump internal ELF structure</refpurpose>
31 </refnamediv>
32
33 -<refsynopsisdiv id='synopsis'>
34 +<refsynopsisdiv>
35 <cmdsynopsis>
36 <command>dumpelf</command>
37 <arg choice='opt'>
38 @@ -24,7 +24,7 @@
39 </cmdsynopsis>
40 </refsynopsisdiv>
41
42 -<refsect1 id='description'>
43 +<refsect1>
44 <title>DESCRIPTION</title>
45 <para>
46 <command>dumpelf</command> is a user-space utility to dump all of the internal
47 @@ -33,7 +33,7 @@
48 </para>
49 </refsect1>
50
51 -<refsect1 id='options'>
52 +<refsect1>
53 <title>OPTIONS</title>
54 <variablelist>
55 <varlistentry>
56
57 diff --git a/man/pspax.docbook b/man/pspax.docbook
58 index 90e46bf..3604fdd 100644
59 --- a/man/pspax.docbook
60 +++ b/man/pspax.docbook
61 @@ -7,12 +7,12 @@
62 <refmiscinfo class='source'>&project;</refmiscinfo>
63 </refmeta>
64
65 -<refnamediv id='name'>
66 +<refnamediv>
67 <refname>pspax</refname>
68 <refpurpose>list ELF/PaX information about running processes</refpurpose>
69 </refnamediv>
70
71 -<refsynopsisdiv id='synopsis'>
72 +<refsynopsisdiv>
73 <cmdsynopsis>
74 <command>pspax</command>
75 <arg choice='opt'>
76 @@ -24,7 +24,7 @@
77 </cmdsynopsis>
78 </refsynopsisdiv>
79
80 -<refsect1 id='description'>
81 +<refsect1>
82 <title>DESCRIPTION</title>
83 <para>
84 <command>pspax</command> is a user-space utility that scans the proc
85 @@ -34,7 +34,7 @@
86 </para>
87 </refsect1>
88
89 -<refsect1 id='options'>
90 +<refsect1>
91 <title>OPTIONS</title>
92 <variablelist>
93 <varlistentry>
94
95 diff --git a/man/scanelf.docbook b/man/scanelf.docbook
96 index e6b34ee..d9032a9 100644
97 --- a/man/scanelf.docbook
98 +++ b/man/scanelf.docbook
99 @@ -7,12 +7,12 @@
100 <refmiscinfo class='source'>&project;</refmiscinfo>
101 </refmeta>
102
103 -<refnamediv id='name'>
104 +<refnamediv>
105 <refname>scanelf</refname>
106 <refpurpose>user-space utility to scan ELF files</refpurpose>
107 </refnamediv>
108
109 -<refsynopsisdiv id='synopsis'>
110 +<refsynopsisdiv>
111 <cmdsynopsis>
112 <command>scanelf</command>
113 <arg choice='opt'>
114 @@ -26,7 +26,7 @@
115 </cmdsynopsis>
116 </refsynopsisdiv>
117
118 -<refsect1 id='description'>
119 +<refsect1>
120 <title>DESCRIPTION</title>
121 <para>
122 <command>scanelf</command> is a user-space utility to quickly scan given
123 @@ -35,7 +35,7 @@
124 </para>
125 </refsect1>
126
127 -<refsect1 id='options'>
128 +<refsect1>
129 <title>OPTIONS</title>
130 <variablelist>
131 <varlistentry>
132 @@ -217,7 +217,7 @@
133 </variablelist>
134 </refsect1>
135
136 -<refsect1 id='format'>
137 +<refsect1>
138 <title>FORMAT</title>
139 <para>
140 The format string is much like a printf string in that it is a literal string
141
142 diff --git a/man/scanmacho.docbook b/man/scanmacho.docbook
143 index 6d895e2..6a6b5ef 100644
144 --- a/man/scanmacho.docbook
145 +++ b/man/scanmacho.docbook
146 @@ -7,12 +7,12 @@
147 <refmiscinfo class='source'>&project;</refmiscinfo>
148 </refmeta>
149
150 -<refnamediv id='name'>
151 +<refnamediv>
152 <refname>scanmacho</refname>
153 <refpurpose>user-space utility to scan Mach-O files</refpurpose>
154 </refnamediv>
155
156 -<refsynopsisdiv id='synopsis'>
157 +<refsynopsisdiv>
158 <cmdsynopsis>
159 <command>scanmacho</command>
160 <arg choice='opt'>
161 @@ -26,7 +26,7 @@
162 </cmdsynopsis>
163 </refsynopsisdiv>
164
165 -<refsect1 id='description'>
166 +<refsect1>
167 <title>DESCRIPTION</title>
168 <para>
169 <command>scanmacho</command> is a user-space utility to quickly scan given
170 @@ -42,7 +42,7 @@
171 </para>
172 </refsect1>
173
174 -<refsect1 id='options'>
175 +<refsect1>
176 <title>OPTIONS</title>
177 <variablelist>
178 <varlistentry>
179 @@ -153,7 +153,7 @@
180 </variablelist>
181 </refsect1>
182
183 -<refsect1 id='format'>
184 +<refsect1>
185 <title>FORMAT</title>
186 <para>
187 The format string is much like a printf string in that it is a literal string