summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-06-05 18:36:16 +0200
committerPavel Machek <pavel@ucw.cz>2000-06-05 18:36:16 +0200
commit8798c811762f463b662108643d7c4c869deb7f98 (patch)
treee59ca2c58334e8b0860fb2bec00a74612dba276b /doc
parenteb2c99a132c87c5560edc77909edfab2df44f0a2 (diff)
downloadbird-8798c811762f463b662108643d7c4c869deb7f98.tar
bird-8798c811762f463b662108643d7c4c869deb7f98.zip
Docs updates:
make prog.dvi do not overflow in .dvi include filter documentation in the system
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile2
-rw-r--r--doc/bird.sgml7
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 1333693..0a72fee 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -13,7 +13,7 @@ endif
docs: progdocs userdocs
-progdocs: prog.html
+progdocs: prog.html prog.dvi
prog.sgml:
$(srcdir)/tools/progdoc $(srcdir_abs)
diff --git a/doc/bird.sgml b/doc/bird.sgml
index 2adf9b5..fab540b 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -397,7 +397,7 @@ bird> show route
195.113.30.2/32 dev tunl1 [direct1 23:21] (240)
127.0.0.0/8 dev lo [direct1 23:21] (240)
bird> show route ?
-show route [<prefix>] [table <t>] [filter <f>] [all] [primary] [(import|protocol) <p>] [stats] Show routing table
+show route [<prefix>] [table <t>] [filter <f>] [all] [primary] [(import|protocol) <p>]...
bird> show route filter { if 127.0.0.5 ~ net then accept; }
127.0.0.0/8 dev lo [direct1 23:21] (240)
bird>
@@ -507,7 +507,10 @@ case arg1 {
else: print "something else";
}
-if 1234 = i then printn "."; else { print "not 1234"; print "You need {} around multiple commands"; }
+if 1234 = i then printn "."; else {
+ print "not 1234";
+ print "You need {} around multiple commands";
+}
</code>
<sect>Route attributes