summaryrefslogtreecommitdiff
path: root/doc/main.texi
diff options
context:
space:
mode:
authorpaul <paul>2004-11-06 17:13:09 +0000
committerpaul <paul>2004-11-06 17:13:09 +0000
commit76b89b4a9cba0ce19033458f69f76f4130e9c628 (patch)
tree38546628efecddf769ff0e387a392c447abf8111 /doc/main.texi
parent1f8f61a7d51c59f392f897d6654cac28ae08ea70 (diff)
2004-11-06 Paul Jakma <paul@dishone.st>
* defines.texi.in: New file, texi variables should be set here, autoconf substitution is available. Define common AUTHORS, COPYRIGHT_YEAR and COPYRIGHT_STR vars. * (global): Make use of makeinfo node pointer auto-creation to avoid having to fully specify links for nodes, so we only have to specify current node name - simplifies text slightly. Remove extraneous newlines which appear to cause extra blank pages to be added in output. Update copyright strings which appear in various places to use the new COPYRIGHT_STR texinfo variable. Change url to uref, the former need not output an actual hyperlink depending on version of texinfo, the latter should if supported by the format (eg PDF). * texinfo.tex: Update to a more recent version. previous file was many many years old. This file should possibly be removed altogether, and allowed to be installed by automake. * quagga.texi: Make use of automake's version.texi feature to have VERSION and some other vars auto-defined. include defines.texi. Change copyright strings to use the COPYRIGHT_STR variable. * install.texi: Make the privs section an actual section. Ditto for the Linux notes. * overview.texi: Supply URL for Quagga, where format allows. Tidy up one or two paragraphs slightly. Update the section on supported platforms. Remove the ZNOG list stuff, direct reader to the website for further information on email lists. * vtysh.texi: Update the integrated config file section. Make the commands sections so correct PDF indexes are built.
Diffstat (limited to 'doc/main.texi')
-rw-r--r--doc/main.texi13
1 files changed, 4 insertions, 9 deletions
diff --git a/doc/main.texi b/doc/main.texi
index 81808e59..c13bdef5 100644
--- a/doc/main.texi
+++ b/doc/main.texi
@@ -1,5 +1,4 @@
@node Zebra
-@comment node-name, next, previous, up
@chapter Zebra
@c SYNOPSIS
@@ -15,8 +14,7 @@ different routing protocols.
@end menu
-@node Invoking zebra, Interface Commands, Zebra, Zebra
-@comment node-name, next, previous, up
+@node Invoking zebra
@section Invoking zebra
Besides the common invocation options (@pxref{Common Invocation Options}), the
@@ -42,8 +40,7 @@ When program terminates, retain routes added by zebra.
@end table
-@node Interface Commands, Static Route Commands, Invoking zebra, Zebra
-@comment node-name, next, previous, up
+@node Interface Commands
@section Interface Commands
@deffn Command {interface @var{ifname}} {}
@@ -90,8 +87,7 @@ only linux and with certain drivers - those which properly support the
IFF_RUNNING flag.
@end deffn
-@node Static Route Commands, zebra Terminal Mode Commands, Interface Commands, Zebra
-@comment node-name, next, previous, up
+@node Static Route Commands
@section Static Route Commands
Static routing is a very fundamental feature of routing technology. It
@@ -191,8 +187,7 @@ and later). After setting @var{tableno} with this command,
static routes defined after this are added to the specified table.
@end deffn
-@node zebra Terminal Mode Commands, , Static Route Commands, Zebra
-@comment node-name, next, previous, up
+@node zebra Terminal Mode Commands
@section zebra Terminal Mode Commands
@deffn Command {show ip route} {}