aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1992-02-28 01:01:24 +0000
committerRoland Pesch <pesch@cygnus>1992-02-28 01:01:24 +0000
commitb621d050502ddabfd2e1fbad9e25f6ebc389effe (patch)
treedc3eb39ecc4477a3eb1d8aab482208b4225f9df0 /readline
parente94b4a2b4c961baad7f45687d2fdb72412c8f812 (diff)
downloadfsf-binutils-gdb-b621d050502ddabfd2e1fbad9e25f6ebc389effe.zip
fsf-binutils-gdb-b621d050502ddabfd2e1fbad9e25f6ebc389effe.tar.gz
fsf-binutils-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')
-rw-r--r--readline/doc/inc-hist.texi2
-rw-r--r--readline/doc/rluser.texinfo2
2 files changed, 2 insertions, 2 deletions
diff --git a/readline/doc/inc-hist.texi b/readline/doc/inc-hist.texi
index 448fc83..539e372 100644
--- a/readline/doc/inc-hist.texi
+++ b/readline/doc/inc-hist.texi
@@ -28,7 +28,7 @@ into another language, under the above conditions for modified versions.
@end ignore
@node Using History Interactively
-@chapter Using History Interactively
+@appendix Using History Interactively
This chapter describes how to use the GNU History Library interactively,
from a user's standpoint.
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.