Skip to content

Commit

Permalink
doc: fix some warnings
Browse files Browse the repository at this point in the history
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Acked-by: Paul Jakma <paul@jakma.org>
(cherry picked from commit f16195c)
  • Loading branch information
eqvinox authored and Daniel Walton committed May 26, 2016
1 parent 1407b02 commit 7781712
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions doc/basic.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/quagga.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7781712

Please sign in to comment.