diff options
author | Ondrej Filip <feela@majklik.network.cz> | 2010-01-08 21:06:06 +0100 |
---|---|---|
committer | Ondrej Filip <feela@majklik.network.cz> | 2010-01-08 21:06:06 +0100 |
commit | 3242ab437f47f34d6734726003d647d0f493a163 (patch) | |
tree | 760814a1646dc26118b271c15eba883a0efa9298 | |
parent | 538dd2e486c3cc95ffebbdf73c934ddc71d70e09 (diff) | |
download | bird-3242ab437f47f34d6734726003d647d0f493a163.tar bird-3242ab437f47f34d6734726003d647d0f493a163.zip |
Typo in documentation.
-rw-r--r-- | doc/bird.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index c7d8b79..220ac94 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1370,7 +1370,7 @@ protocol ospf <name> { rx buffer [normal|large|<num>]; type [broadcast|nonbroadcast|pointopoint]; strict nonbroadcast <switch>; - authentication [none|simple|cryptographics]; + authentication [none|simple|cryptographic]; password "<text>"; password "<text>" { id <num>; @@ -1390,7 +1390,7 @@ protocol ospf <name> { wait <num>; dead count <num>; dead <num>; - authentication [none|simple|cryptographics]; + authentication [none|simple|cryptographic]; password "<text>"; }; }; |