diff options
author | Roland Pesch <pesch@cygnus> | 1992-02-28 01:01:24 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-02-28 01:01:24 +0000 |
commit | b621d050502ddabfd2e1fbad9e25f6ebc389effe (patch) | |
tree | dc3eb39ecc4477a3eb1d8aab482208b4225f9df0 /readline/doc/rluser.texinfo | |
parent | e94b4a2b4c961baad7f45687d2fdb72412c8f812 (diff) | |
download | gdb-b621d050502ddabfd2e1fbad9e25f6ebc389effe.zip gdb-b621d050502ddabfd2e1fbad9e25f6ebc389effe.tar.gz gdb-b621d050502ddabfd2e1fbad9e25f6ebc389effe.tar.bz2 |
Hard-code "@appendix" instead of "@chapter" at the beginning of each of these.
This will eventually be supported with a trivial macro, but those aren't
standard texinfo yet; in the meantime, I think GDB is the only manual we
print that uses these---and it wants appendices.
Diffstat (limited to 'readline/doc/rluser.texinfo')
-rw-r--r-- | readline/doc/rluser.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readline/doc/rluser.texinfo b/readline/doc/rluser.texinfo index 8549947..feaeef6 100644 --- a/readline/doc/rluser.texinfo +++ b/readline/doc/rluser.texinfo @@ -34,7 +34,7 @@ into another language, under the above conditions for modified versions. @end ignore @node Command Line Editing -@chapter Command Line Editing +@appendix Command Line Editing This text describes GNU's command line editing interface. |