From: David Lamparter Date: Fri, 28 Nov 2014 07:40:58 +0000 (+0100) Subject: doc: fix some warnings X-Git-Tag: frr-2.0-rc1~763 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=7781712024a39523bb2b492a60a8d2847b064cd4;p=matthieu%2Ffrr.git doc: fix some warnings Signed-off-by: David Lamparter Acked-by: Paul Jakma (cherry picked from commit f16195c173f8e2e17ea35f143b6ffcd50c0619fb) --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 5ba103f2fc..18f7108ee4 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 b3b23ca996..0f7bec9c2e 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 083a9a28c5..65089621a3 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