mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-03 07:31:54 +00:00
Doc: Fix code blocks
Code blocks should not be indented, as the indendation is passed to the output,
This commit is contained in:
parent
72c2df562d
commit
cb40a666b9
@ -1728,13 +1728,10 @@ in the foot).
|
||||
<code>
|
||||
define one=1;
|
||||
define myas=64500;
|
||||
int set odds;
|
||||
pair set ps;
|
||||
ec set es;
|
||||
|
||||
odds = [ one, (2+1), (6-one), (2*2*2-1), 9, 11 ];
|
||||
ps = [ (1,one+one), (3,4)..(4,8), (5,*), (6,3..6), (7..9,*) ];
|
||||
es = [ (rt, myas, 3*10), (rt, myas+one, 0..16*16*16-1), (ro, myas+2, *) ];
|
||||
int set odds = [ one, (2+1), (6-one), (2*2*2-1), 9, 11 ];
|
||||
pair set ps = [ (1,one+one), (3,4)..(4,8), (5,*), (6,3..6), (7..9,*) ];
|
||||
ec set es = [ (rt, myas, *), (rt, myas+2, 0..16*16*16-1) ];
|
||||
</code>
|
||||
|
||||
Sets of prefixes are special: their literals does not allow ranges, but
|
||||
|
Loading…
Reference in New Issue
Block a user