]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Docs updates:
authorPavel Machek <pavel@ucw.cz>
Mon, 5 Jun 2000 16:36:16 +0000 (16:36 +0000)
committerPavel Machek <pavel@ucw.cz>
Mon, 5 Jun 2000 16:36:16 +0000 (16:36 +0000)
make prog.dvi

do not overflow in .dvi

include filter documentation in the system

doc/Makefile
doc/bird.sgml
filter/Doc
proto/rip/Doc

index 1333693bf7577fc0d4dd393f9267fbf9de3f5eab..0a72feed5f840256a3866ad21e911649d9e65f65 100644 (file)
@@ -13,7 +13,7 @@ endif
 
 docs: progdocs userdocs
 
-progdocs: prog.html
+progdocs: prog.html prog.dvi
 
 prog.sgml:
        $(srcdir)/tools/progdoc $(srcdir_abs)
index 2adf9b5564378a20cdb46de93fc447dc6af0b153..fab540b3753aeb927d08b087268b884af874b415 100644 (file)
@@ -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
index 0063b827c939c16908ef674eb73804fd5d3aa1af..407a44ba01789b50b0387ba007c0c41a0fbba335 100644 (file)
@@ -1 +1,2 @@
 H Filters
+S filter.c
\ No newline at end of file
index c20bd3512f23fd0627d800f38c63b259d3a6970d..2c7f4c8fc7675f8880505fb13b16808c03e0e913 100644 (file)
@@ -1 +1,2 @@
 S rip.c
+S auth.c