From 7781712024a39523bb2b492a60a8d2847b064cd4 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 28 Nov 2014 08:40:58 +0100 Subject: doc: fix some warnings Signed-off-by: David Lamparter Acked-by: Paul Jakma (cherry picked from commit f16195c173f8e2e17ea35f143b6ffcd50c0619fb) --- doc/Makefile.am | 2 +- doc/basic.texi | 6 +++--- doc/quagga.texi | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 5ba103f2f..18f7108ee 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -44,7 +44,7 @@ info_TEXINFOS = quagga.texi # because it cant just work from the png's directly it seems - contrary # to the documentation... quagga.pdf: $(info_TEXINFOS) $(figures_pdf) $(quagga_TEXINFOS) - $(TEXI2PDF) -o "$@" $< + $(TEXI2PDF) -o "$@" $< || true quagga_TEXINFOS = appendix.texi basic.texi bgpd.texi filter.texi \ install.texi ipv6.texi kernel.texi main.texi ospf6d.texi ospfd.texi \ diff --git a/doc/basic.texi b/doc/basic.texi index b3b23ca99..0f7bec9c2 100644 --- a/doc/basic.texi +++ b/doc/basic.texi @@ -15,8 +15,8 @@ The following sections discuss commands common to all the routing daemons. @menu -* Terminal Mode Commands:: Common commands used in a VTY * Config Commands:: Commands used in config files +* Terminal Mode Commands:: Common commands used in a VTY * Common Invocation Options:: Starting the daemons * Virtual Terminal Interfaces:: Interacting with the daemons @end menu @@ -580,8 +580,8 @@ Move up to previous line in the history buffer. @kindex @key{TAB} Use command line completion by typing @key{TAB}. -@item -@kindex ? +@item ? +@kindex @key{?} You can use command line help by typing @code{help} at the beginning of the line. Typing @kbd{?} at any point in the line will show possible completions. diff --git a/doc/quagga.texi b/doc/quagga.texi index 083a9a28c..65089621a 100644 --- a/doc/quagga.texi +++ b/doc/quagga.texi @@ -2,9 +2,9 @@ @c %**start of header @setfilename quagga.info -@settitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}} @c Set variables - sourced from defines.texi @include defines.texi +@settitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}} @c %**end of header @c automake will automatically generate version.texi -- cgit v1.2.3