commit:     c1f19095df0c1e6e3e31dc44f3e5ad02c35bb32e
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 22:26:21 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue May 31 22:26:21 2016 +0000
URL:        https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=c1f19095

man: drop redundant id sections

These aren't needed to format the man output correctly, and newer
libxml2 complains about their duplicate ids, so punt them.

 man/dumpelf.docbook   |  8 ++++----
 man/pspax.docbook     |  8 ++++----
 man/scanelf.docbook   | 10 +++++-----
 man/scanmacho.docbook | 10 +++++-----
 4 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/man/dumpelf.docbook b/man/dumpelf.docbook
index a5074fb..15f5b61 100644
--- a/man/dumpelf.docbook
+++ b/man/dumpelf.docbook
@@ -7,12 +7,12 @@
  <refmiscinfo class='source'>&project;</refmiscinfo>
 </refmeta>
 
-<refnamediv id='name'>
+<refnamediv>
  <refname>dumpelf</refname>
  <refpurpose>dump internal ELF structure</refpurpose>
 </refnamediv>
 
-<refsynopsisdiv id='synopsis'>
+<refsynopsisdiv>
  <cmdsynopsis>
   <command>dumpelf</command>
   <arg choice='opt'>
@@ -24,7 +24,7 @@
  </cmdsynopsis>
 </refsynopsisdiv>
 
-<refsect1 id='description'>
+<refsect1>
  <title>DESCRIPTION</title>
  <para>
   <command>dumpelf</command> is a user-space utility to dump all of the 
internal
@@ -33,7 +33,7 @@
  </para>
 </refsect1>
 
-<refsect1 id='options'>
+<refsect1>
  <title>OPTIONS</title>
  <variablelist>
   <varlistentry>

diff --git a/man/pspax.docbook b/man/pspax.docbook
index 90e46bf..3604fdd 100644
--- a/man/pspax.docbook
+++ b/man/pspax.docbook
@@ -7,12 +7,12 @@
  <refmiscinfo class='source'>&project;</refmiscinfo>
 </refmeta>
 
-<refnamediv id='name'>
+<refnamediv>
  <refname>pspax</refname>
  <refpurpose>list ELF/PaX information about running processes</refpurpose>
 </refnamediv>
 
-<refsynopsisdiv id='synopsis'>
+<refsynopsisdiv>
  <cmdsynopsis>
   <command>pspax</command>
   <arg choice='opt'>
@@ -24,7 +24,7 @@
  </cmdsynopsis>
 </refsynopsisdiv>
 
-<refsect1 id='description'>
+<refsect1>
  <title>DESCRIPTION</title>
  <para>
   <command>pspax</command> is a user-space utility that scans the proc
@@ -34,7 +34,7 @@
  </para>
 </refsect1>
 
-<refsect1 id='options'>
+<refsect1>
  <title>OPTIONS</title>
  <variablelist>
   <varlistentry>

diff --git a/man/scanelf.docbook b/man/scanelf.docbook
index e6b34ee..d9032a9 100644
--- a/man/scanelf.docbook
+++ b/man/scanelf.docbook
@@ -7,12 +7,12 @@
  <refmiscinfo class='source'>&project;</refmiscinfo>
 </refmeta>
 
-<refnamediv id='name'>
+<refnamediv>
  <refname>scanelf</refname>
  <refpurpose>user-space utility to scan ELF files</refpurpose>
 </refnamediv>
 
-<refsynopsisdiv id='synopsis'>
+<refsynopsisdiv>
  <cmdsynopsis>
   <command>scanelf</command>
   <arg choice='opt'>
@@ -26,7 +26,7 @@
  </cmdsynopsis>
 </refsynopsisdiv>
 
-<refsect1 id='description'>
+<refsect1>
  <title>DESCRIPTION</title>
  <para>
   <command>scanelf</command> is a user-space utility to quickly scan given
@@ -35,7 +35,7 @@
  </para>
 </refsect1>
 
-<refsect1 id='options'>
+<refsect1>
  <title>OPTIONS</title>
  <variablelist>
   <varlistentry>
@@ -217,7 +217,7 @@
  </variablelist>
 </refsect1>
 
-<refsect1 id='format'>
+<refsect1>
  <title>FORMAT</title>
  <para>
   The format string is much like a printf string in that it is a literal string

diff --git a/man/scanmacho.docbook b/man/scanmacho.docbook
index 6d895e2..6a6b5ef 100644
--- a/man/scanmacho.docbook
+++ b/man/scanmacho.docbook
@@ -7,12 +7,12 @@
  <refmiscinfo class='source'>&project;</refmiscinfo>
 </refmeta>
 
-<refnamediv id='name'>
+<refnamediv>
  <refname>scanmacho</refname>
  <refpurpose>user-space utility to scan Mach-O files</refpurpose>
 </refnamediv>
 
-<refsynopsisdiv id='synopsis'>
+<refsynopsisdiv>
  <cmdsynopsis>
   <command>scanmacho</command>
   <arg choice='opt'>
@@ -26,7 +26,7 @@
  </cmdsynopsis>
 </refsynopsisdiv>
 
-<refsect1 id='description'>
+<refsect1>
  <title>DESCRIPTION</title>
  <para>
   <command>scanmacho</command> is a user-space utility to quickly scan given
@@ -42,7 +42,7 @@
  </para>
 </refsect1>
 
-<refsect1 id='options'>
+<refsect1>
  <title>OPTIONS</title>
  <variablelist>
   <varlistentry>
@@ -153,7 +153,7 @@
  </variablelist>
 </refsect1>
 
-<refsect1 id='format'>
+<refsect1>
  <title>FORMAT</title>
  <para>
   The format string is much like a printf string in that it is a literal string

Reply via email to