From 8798c811762f463b662108643d7c4c869deb7f98 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Mon, 5 Jun 2000 16:36:16 +0000 Subject: Docs updates: make prog.dvi do not overflow in .dvi include filter documentation in the system --- doc/bird.sgml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc/bird.sgml') 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 [] [table ] [filter ] [all] [primary] [(import|protocol)

] [stats] Show routing table +show route [] [table ] [filter ] [all] [primary] [(import|protocol)

]... 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"; +} Route attributes -- cgit v1.2.3