aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-02-14 17:52:31 +0000
committerMike Frysinger <vapier@gentoo.org>2010-02-14 17:52:31 +0000
commitc00523430d0fa0a64591ad5c5fab006865a3de55 (patch)
treeced6b5ae77c3d34eaf9b793f70c758dfe8d46d3e /man
parentadd an arm attributes todo (diff)
downloadpax-utils-c00523430d0fa0a64591ad5c5fab006865a3de55.tar.gz
pax-utils-c00523430d0fa0a64591ad5c5fab006865a3de55.tar.bz2
pax-utils-c00523430d0fa0a64591ad5c5fab006865a3de55.zip
fix up man page display a bit
Diffstat (limited to 'man')
-rw-r--r--man/Makefile2
-rw-r--r--man/scanelf.docbook6
2 files changed, 7 insertions, 1 deletions
diff --git a/man/Makefile b/man/Makefile
index 40fc850..5332962 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -3,6 +3,8 @@ all: man
XMLTO_FLAGS_man = -x custom.xsl --skip-validation
man pdf txt xhtml xhtml-nochunks:
@xmlto $@ $(XMLTO_FLAGS_$@) pax-utils.docbook || echo "If this failed, you probably need to emerge ~app-text/docbook-xml-dtd-4.4 app-text/xmlto dev-tex/xmltex"
+ @# scanelf.1 has funky indented lists ... hack it back
+ @sed -i 's:^[.]TP 4:.TP 2:' scanelf.1
clean distclean:
rm -f *.1 *.html
diff --git a/man/scanelf.docbook b/man/scanelf.docbook
index 1c33433..19a8ff8 100644
--- a/man/scanelf.docbook
+++ b/man/scanelf.docbook
@@ -257,7 +257,9 @@
<refsect1 id='elf-etypes'>
<title>Symbol Matching</title>
<para>
- A <emphasis remap='B'>-</emphasis> prefix will only show undefined references while a <emphasis remap='B'>+</emphasis> prefix will only show defined references while no prefix will show both.
+ A <emphasis remap='B'>-</emphasis> prefix will only show undefined references
+ while a <emphasis remap='B'>+</emphasis> prefix will only show defined
+ references while no prefix will show both.
</para>
</refsect1>
@@ -288,6 +290,8 @@
<para>
You can also narrow your search by specifying the ELF bitsize. Again, specify
the numeric value or the symbolic define.
+ </para>
+ <para>
<itemizedlist>
<listitem><para><emphasis remap='B'>32 - ELFCLASS32</emphasis> - 32bit ELFs</para></listitem>
<listitem><para><emphasis remap='B'>64 - ELFCLASS64</emphasis> - 64bit ELFs</para></listitem>