Merge bip.conf.5 fix from debian.

This commit is contained in:
Arnaud Cornet 2008-04-02 23:56:21 +02:00
parent 82dbe852f8
commit f618d05af8
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ The bip.conf skeleton should be something like this :
.nf .nf
option1 = value; option1 = value;
option2 = value; option2 = value;
... ...
network { network {
net_opt = value; net_opt = value;
@ -24,7 +24,7 @@ network {
server { ... }; server { ... };
server { ... }; server { ... };
}; };
... ...
user { user {
user_opt = value; user_opt = value;