(ORIG: date: 1991/09/21 02:55:37; author: pesch; state: Exp; lines: +4 -2)
authorRoland Pesch <pesch@cygnus>
Wed, 9 Oct 1991 00:28:39 +0000 (00:28 +0000)
committerRoland Pesch <pesch@cygnus>
Wed, 9 Oct 1991 00:28:39 +0000 (00:28 +0000)
add missing index entries for set/show print sevenbit-strings.

gdb/doc/gdb.texinfo

index 4c4e1e2b32c71be304b64bde6827141fdd61856a..8c382e8b9c48c164e5a4fc3a249a1f872ee118c5 100644 (file)
@@ -3671,6 +3671,7 @@ This is the default format.
 Show which format _GDBN__ will use to print structures.
 
 @item set print sevenbit-strings on
+@kindex set print sevenbit-strings
 Print using only seven-bit characters; if this option is set, 
 _GDBN__ will display any eight-bit characters (in strings or character
 values) using the notation @code{\}@var{nnn}.  For example, @kbd{M-a} is
@@ -3681,6 +3682,7 @@ Print using either seven-bit or eight-bit characters, as required.  This
 is the default.
 
 @item show print sevenbit-strings
+@kindex show print sevenbit-strings
 Show whether or not _GDBN__ will print only seven-bit characters.
 
 @item set print union on