summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-10-17 14:45:11 +0000
committerNick Clifton <nickc@redhat.com>2001-10-17 14:45:11 +0000
commit749fbb27b7460abdd8ae7689b5865ea85ef60f95 (patch)
tree6cde21a58cec7c423abd44da97b50be6e7ff2f91
parent74839d48ef6d6ab94013d50791dd2845ed4a20c3 (diff)
downloadbinutils-redhat-749fbb27b7460abdd8ae7689b5865ea85ef60f95.tar.gz
Remove .TP from SYNOPSIS section
-rw-r--r--binutils/ChangeLog11
-rw-r--r--binutils/addr2line.11
-rw-r--r--binutils/nlmconv.11
-rw-r--r--binutils/nm.11
-rw-r--r--binutils/objdump.11
-rw-r--r--binutils/size.11
-rw-r--r--binutils/strings.11
-rw-r--r--binutils/strip.11
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/ld.11
10 files changed, 16 insertions, 8 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 1227757303..5470118022 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,14 @@
+2001-10-17 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * addr2line.1: Remove .TP macro from SYNOPSIS section - it
+ prevents successful translation to DocBook format.
+ * nlmconv.1: As above.
+ * nm.1: As above.
+ * objdump.1: As above.
+ * size.1: As above.
+ * strings.1: As above.
+ * strip.1: As above.
+
2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
* readelf.c (display_debug_line, display_debug_pubnames,
diff --git a/binutils/addr2line.1 b/binutils/addr2line.1
index f8dde89be5..4294a502ec 100644
--- a/binutils/addr2line.1
+++ b/binutils/addr2line.1
@@ -13,7 +13,6 @@ addr2line \- convert addresses into file names and line numbers
.SH SYNOPSIS
.hy 0
.na
-.TP
.B addr2line
.RB "[\|" "\-b\ "\c
.I bfdname\c
diff --git a/binutils/nlmconv.1 b/binutils/nlmconv.1
index 816201740b..892106f2cd 100644
--- a/binutils/nlmconv.1
+++ b/binutils/nlmconv.1
@@ -13,7 +13,6 @@ nlmconv \- converts object code into an NLM
.SH SYNOPSIS
.hy 0
.na
-.TP
.B nlmconv
.RB "[\|" \-I\ \fIbfdname\fB\ |\ \-\-input\-target=\fIbfdname\fR "\|]"
.RB "[\|" \-O\ \fIbfdname\fB\ |\ \-\-output\-target=\fIbfdname\fR "\|]"
diff --git a/binutils/nm.1 b/binutils/nm.1
index dbb116c7b6..d6f4eba7e5 100644
--- a/binutils/nm.1
+++ b/binutils/nm.1
@@ -13,7 +13,6 @@ nm \- list symbols from object files.
.SH SYNOPSIS
.hy 0
.na
-.TP
.B nm
.RB "[\|" \-a | \-\-debug\-syms "\|]"
.RB "[\|" \-g | \-\-extern\-only "\|]"
diff --git a/binutils/objdump.1 b/binutils/objdump.1
index 1c2fa612a2..591a0f44bb 100644
--- a/binutils/objdump.1
+++ b/binutils/objdump.1
@@ -13,7 +13,6 @@ objdump \- display information from object files.
.SH SYNOPSIS
.hy 0
.na
-.TP
.B objdump
.RB "[\|" \-a | \-\-archive\-headers "\|]"
.RB "[\|" "\-b\ "\c
diff --git a/binutils/size.1 b/binutils/size.1
index 1d182aecdf..7f8f9ef4e6 100644
--- a/binutils/size.1
+++ b/binutils/size.1
@@ -13,7 +13,6 @@ size \- list section sizes and total size.
.SH SYNOPSIS
.hy 0
.na
-.TP
.B size
.RB "[\|" \-A \||\| \-B \||\| \c
.BI "\-\-format=" compatibility\c
diff --git a/binutils/strings.1 b/binutils/strings.1
index 4233630cde..6cbf041a4c 100644
--- a/binutils/strings.1
+++ b/binutils/strings.1
@@ -13,7 +13,6 @@ strings \- print the strings of printable characters in files
.SH SYNOPSIS
.hy 0
.na
-.TP
.B strings
.RB "[\|" \-a | \-\c
.RB | \-\-all "\|]"
diff --git a/binutils/strip.1 b/binutils/strip.1
index 5bd6dfbaeb..83c3fe6030 100644
--- a/binutils/strip.1
+++ b/binutils/strip.1
@@ -13,7 +13,6 @@ strip \- Discard symbols from object files.
.SH SYNOPSIS
.hy 0
.na
-.TP
.B strip
.RB "[\|" \-F\ \fIbfdname\fR\ |\ \fB\-\-target=\fIbfdname\fP "\|]"
.RB "[\|" \-I\ \fIbfdname\fR\ |\ \fB\-\-input\-target=\fIbfdname\fP "\|]"
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 63f11bceb1..0399c95762 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-17 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * ld.1: Remove .TP macro from SYNOPSIS section - it prevents
+ successful translation to DocBook format.
+
2001-09-30 Stephane Carrez <Stephane.Carrez@worldnet.fr>
Report 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
diff --git a/ld/ld.1 b/ld/ld.1
index 1cfbbba118..fa4d439e95 100644
--- a/ld/ld.1
+++ b/ld/ld.1
@@ -14,7 +14,6 @@ ld \- the GNU linker
.SH SYNOPSIS
.hy 0
.na
-.TP
.B ld
.RB "[\|" \-o "
.I output\c