]> git.proxmox.com Git - mirror_frr.git/commitdiff
doc: fix some warnings
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 28 Nov 2014 07:40:58 +0000 (08:40 +0100)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 26 May 2016 15:25:13 +0000 (15:25 +0000)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Acked-by: Paul Jakma <paul@jakma.org>
(cherry picked from commit f16195c173f8e2e17ea35f143b6ffcd50c0619fb)

doc/Makefile.am
doc/basic.texi
doc/quagga.texi

index 5ba103f2fc32e83687adb35f6f42cfc9d5316f03..18f7108ee41009d9d53c986643ceb59843fed69a 100644 (file)
@@ -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 \
index b3b23ca9968b402a65347a27cb6a2cd3ba284223..0f7bec9c2e1cc8f672a1fea710cdcd9519efd37f 100644 (file)
@@ -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.
index 083a9a28c53a4cdd6bbdddeebd5e6fb678416ba8..65089621a30801bce7bda7dbae9129a5ae0d9e82 100644 (file)
@@ -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