summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gdb
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-11-06 07:24:04 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-11-06 07:24:04 +0000
commit904e724aa10380d324af050ce037110ff2080bd0 (patch)
tree467734a84698cd6fab7edef153898936062cd7ec /gnu/usr.bin/binutils/gdb
parent0a42b76c51050f92f4382bfeca7dc89f3588ce76 (diff)
Fix obnoxious makeinfo warnings during build.
Diffstat (limited to 'gnu/usr.bin/binutils/gdb')
-rw-r--r--gnu/usr.bin/binutils/gdb/doc/gdbint.texinfo6
-rw-r--r--gnu/usr.bin/binutils/gdb/doc/stabs.texinfo18
2 files changed, 12 insertions, 12 deletions
diff --git a/gnu/usr.bin/binutils/gdb/doc/gdbint.texinfo b/gnu/usr.bin/binutils/gdb/doc/gdbint.texinfo
index d72f023b0a1..82f0734ea3e 100644
--- a/gnu/usr.bin/binutils/gdb/doc/gdbint.texinfo
+++ b/gnu/usr.bin/binutils/gdb/doc/gdbint.texinfo
@@ -1,6 +1,6 @@
\input texinfo
@setfilename gdbint.info
-@c $Id: gdbint.texinfo,v 1.3 2002/05/28 09:01:16 mpech Exp $
+@c $Id: gdbint.texinfo,v 1.4 2002/11/06 07:24:03 miod Exp $
@ifinfo
@format
@@ -42,7 +42,7 @@ regarded as a program in the language TeX).
@page
@tex
\def\$#1${{#1}} % Kluge: collect RCS revision info without $...$
-\xdef\manvers{\$Revision: 1.3 $} % For use in headers, footers too
+\xdef\manvers{\$Revision: 1.4 $} % For use in headers, footers too
{\parskip=0pt
\hfill Cygnus Support\par
\hfill \manvers\par
@@ -1660,7 +1660,7 @@ are compiled in.
@item MALLOC_INCOMPATIBLE
Define this if the system's prototype for @code{malloc} differs from the
-@sc{ANSI} definition.
+ANSI definition.
@item MMAP_BASE_ADDRESS
When using HAVE_MMAP, the first mapping should go at this address.
diff --git a/gnu/usr.bin/binutils/gdb/doc/stabs.texinfo b/gnu/usr.bin/binutils/gdb/doc/stabs.texinfo
index bc909a9473a..5a9879b2581 100644
--- a/gnu/usr.bin/binutils/gdb/doc/stabs.texinfo
+++ b/gnu/usr.bin/binutils/gdb/doc/stabs.texinfo
@@ -43,7 +43,7 @@ regarded as a program in the language TeX).
@page
@tex
\def\$#1${{#1}} % Kluge: collect RCS revision info without $...$
-\xdef\manvers{\$Revision: 1.2 $} % For use in headers, footers too
+\xdef\manvers{\$Revision: 1.3 $} % For use in headers, footers too
{\parskip=0pt
\hfill Cygnus Support\par
\hfill \manvers\par
@@ -852,9 +852,9 @@ produces the following stabs:
.stabn 224,0,0,LBE2 # @r{224 is N_RBRAC}
@end example
-@xref{Procedures} for more information on the @code{N_FUN} stab, and
-@ref{Block Structure} for more information on the @code{N_LBRAC} and
-@code{N_RBRAC} stabs.
+For more information on the @code{N_FUN} stab, see @xref{Procedures},
+and for more information on the @code{N_LBRAC} and
+@code{N_RBRAC} stabs, see @ref{Block Structure}.
@node Global Variables
@section Global Variables
@@ -2016,8 +2016,8 @@ definition narrows the symbol type to structure.
Following the @samp{s} type descriptor is the number of bytes the
structure occupies, followed by a description of each structure element.
-The structure element descriptions are of the form @var{name:type, bit
-offset from the start of the struct, number of bits in the element}.
+The structure element descriptions are of the form @var{name:type}, @var{bit
+offset from the start of the struct}, @var{number of bits in the element}.
@c FIXME: phony line break. Can probably be fixed by using an example
@c with fewer fields.
@@ -2114,8 +2114,8 @@ the stab describes an enumeration, structure, or union tag. The type
descriptor @samp{u}, following the @samp{23=} of the type definition,
narrows it down to a union type definition. Following the @samp{u} is
the number of bytes in the union. After that is a list of union element
-descriptions. Their format is @var{name:type, bit offset into the
-union, number of bytes for the element;}.
+descriptions. Their format is @var{name:type}, @var{bit offset into the
+union}, @var{number of bytes for the element;}.
The stab for the union variable is:
@@ -3344,7 +3344,7 @@ for more information about their use.
Variable on the stack; see @ref{Stack Variables}.
@item :
-C++ nested symbol; see @xref{Nested Symbols}
+C++ nested symbol; see @xref{Nested Symbols}.
@item a
Parameter passed by reference in register; see @ref{Reference Parameters}.