diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-28 09:01:17 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-28 09:01:17 +0000 |
commit | 49bae0431656af1f24d9d7fdf238ef8cf55ba686 (patch) | |
tree | 6a030110200a2316ae7d538bd0097225c74a0572 /gnu | |
parent | 2a98051bbfed88ae0fee77862ed31af2c01683bd (diff) |
Fix *.texinfo warnings in gnu/.
espie@ request and OK
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/egcs/gcc/f/intdoc.texi | 4 | ||||
-rw-r--r-- | gnu/egcs/gcc/rtl.texi | 2 | ||||
-rw-r--r-- | gnu/lib/libreadline/doc/rluser.texinfo | 2 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/gdb/doc/gdb.texinfo | 8 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/gdb/doc/gdbint.texinfo | 6 |
5 files changed, 11 insertions, 11 deletions
diff --git a/gnu/egcs/gcc/f/intdoc.texi b/gnu/egcs/gcc/f/intdoc.texi index a34f700570d..6e8ccb74470 100644 --- a/gnu/egcs/gcc/f/intdoc.texi +++ b/gnu/egcs/gcc/f/intdoc.texi @@ -9499,7 +9499,7 @@ See @code{signal(2)}. Note that @var{Handler} will be called using C conventions, so the value of its argument in Fortran terms -Fortran terms is obtained by applying @code{%LOC()} (or @var{LOC()}) to it. +Fortran terms is obtained by applying @code{%LOC()} (or @code{LOC()}) to it. The value returned by @code{signal(2)} is written to @var{Status}, if that argument is supplied. @@ -9578,7 +9578,7 @@ See @code{signal(2)}. Note that @var{Handler} will be called using C conventions, so the value of its argument in Fortran terms -is obtained by applying @code{%LOC()} (or @var{LOC()}) to it. +is obtained by applying @code{%LOC()} (or @code{LOC()}) to it. The value returned by @code{signal(2)} is returned. diff --git a/gnu/egcs/gcc/rtl.texi b/gnu/egcs/gcc/rtl.texi index ebb07acabb2..b15baab6c01 100644 --- a/gnu/egcs/gcc/rtl.texi +++ b/gnu/egcs/gcc/rtl.texi @@ -866,7 +866,7 @@ mode @var{m}. This macro can only be used for modes whose bitsize is less than or equal to @code{HOST_BITS_PER_INT}. @findex GET_MODE_ALIGNMENT -@item GET_MODE_ALIGNMENT (@var{m)}) +@item GET_MODE_ALIGNMENT (@var{m}) Return the required alignment, in bits, for an object of mode @var{m}. @findex GET_MODE_UNIT_SIZE diff --git a/gnu/lib/libreadline/doc/rluser.texinfo b/gnu/lib/libreadline/doc/rluser.texinfo index 9f088ff3d48..316aa4d0aec 100644 --- a/gnu/lib/libreadline/doc/rluser.texinfo +++ b/gnu/lib/libreadline/doc/rluser.texinfo @@ -1328,7 +1328,7 @@ been executed. While the Readline library does not have a full set of @code{vi} editing functions, it does contain enough to allow simple editing of the line. The Readline @code{vi} mode behaves as specified in -the @sc{POSIX} 1003.2 standard. +the @sc{posix} 1003.2 standard. @ifset BashFeatures In order to switch interactively between @code{emacs} and @code{vi} diff --git a/gnu/usr.bin/binutils/gdb/doc/gdb.texinfo b/gnu/usr.bin/binutils/gdb/doc/gdb.texinfo index 5cd3e0ba9ad..fb2d1830b24 100644 --- a/gnu/usr.bin/binutils/gdb/doc/gdb.texinfo +++ b/gnu/usr.bin/binutils/gdb/doc/gdb.texinfo @@ -4019,7 +4019,7 @@ and string constants. It unfortunately does not include symbols defined by preprocessor @code{#define} commands. @value{GDBN} now supports array constants in expressions input by -the user. The syntax is @var{@{element, element@dots{}@}}. For example, +the user. The syntax is @samp{@{ELEMENT, ELEMENT@dots{}@}}. For example, you can now use the command @code{print @{1, 2, 3@}} to build up an array in memory that is malloc'd in the target program. @@ -4652,7 +4652,7 @@ If the number is 0, then the printing is unlimited. @kindex set print null-stop @item set print null-stop Cause @value{GDBN} to stop printing the characters of an array when the first -@sc{NULL} is encountered. This is useful when large arrays actually +@sc{null} is encountered. This is useful when large arrays actually contain only short strings. @kindex set print pretty @@ -5767,7 +5767,7 @@ following ways: @node C Constants @section C constants -@value{GDBN} allows you to express the constants of C in the +@value{gdbn} allows you to express the constants of C in the following ways: @end ifset @@ -5793,7 +5793,7 @@ integral equivalents. @item Character constants are a single character surrounded by single quotes (@code{'}), or a number---the ordinal value of the corresponding character -(usually its @sc{ASCII} value). Within quotes, the single character may +(usually its @sc{ascii} value). Within quotes, the single character may be represented by a letter or by @dfn{escape sequences}, which are of the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation of the character's ordinal value; or of the form @samp{\@var{x}}, where diff --git a/gnu/usr.bin/binutils/gdb/doc/gdbint.texinfo b/gnu/usr.bin/binutils/gdb/doc/gdbint.texinfo index 969fb45f899..d72f023b0a1 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.2 1996/11/23 03:45:39 niklas Exp $ +@c $Id: gdbint.texinfo,v 1.3 2002/05/28 09:01:16 mpech 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.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 @@ -1557,7 +1557,7 @@ infcmd.c Define this if the system declares @code{fclose} in the headers included in @code{defs.h}. This isn't needed unless your compiler is unusually anal. -@sc{ANSI} definition. +@sc{ansi} definition. @item FILES_INFO_HOOK target.c |