diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-01 18:12:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-01 18:12:56 +0000 |
commit | ac0835f233111e2d7d13bca33c768a8ccd8978c6 (patch) | |
tree | 49adc64720d58edac450111a58dbc8c8ca5312b4 /binutils/binutils.texi | |
parent | 2151467d634f694974fd5ec3652db44bbebdd8bb (diff) | |
download | gdb-ac0835f233111e2d7d13bca33c768a8ccd8978c6.zip gdb-ac0835f233111e2d7d13bca33c768a8ccd8978c6.tar.gz gdb-ac0835f233111e2d7d13bca33c768a8ccd8978c6.tar.bz2 |
Wed Apr 1 13:11:23 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* binutils.texi: Use @itemx for a secondary item in a table.
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index b56035e..040df8f 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -1318,7 +1318,7 @@ relocation entries. Using @samp{-x} is equivalent to specifying all of @samp{-a -f -h -r -t}. @item -w -@item --wide +@itemx --wide @cindex wide output, printing Format some lines for output devices that have more than 80 columns. @end table @@ -1488,8 +1488,8 @@ Print the name of the file before each string. @item --help Print a summary of the program usage on the standard output and exit. -@itemx -@var{min-len} -@item -n @var{min-len} +@item -@var{min-len} +@itemx -n @var{min-len} @itemx --bytes=@var{min-len} Print sequences of characters that are at least @var{min-len} characters long, instead of the default 4. |