Add missing end of semi colon of an example setkey command.

Submitted by: kuriyama
This commit is contained in:
Yoshinobu Inoue 2000-03-13 01:38:46 +00:00
parent 6a8633db4e
commit f9b3ac8d7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57953
2 changed files with 2 additions and 2 deletions

View File

@ -516,7 +516,7 @@ lzs rfc2395
.Sh EXAMPLES
.Bd -literal -offset
add 3ffe:501:4819::1 3ffe:501:481d::1 esp 123457
-E des-cbc "ESP SA!!"
-E des-cbc "ESP SA!!" ;
add 3ffe:501:4819::1 3ffe:501:481d::1 ah 123456
-A hmac-sha1 "AH SA configuration!" ;

View File

@ -516,7 +516,7 @@ lzs rfc2395
.Sh EXAMPLES
.Bd -literal -offset
add 3ffe:501:4819::1 3ffe:501:481d::1 esp 123457
-E des-cbc "ESP SA!!"
-E des-cbc "ESP SA!!" ;
add 3ffe:501:4819::1 3ffe:501:481d::1 ah 123456
-A hmac-sha1 "AH SA configuration!" ;