From 46355096e15ee35bf0bc55a17fa7dbc2c5b80fac Mon Sep 17 00:00:00 2001 From: Joel Dahl Date: Mon, 26 Mar 2012 21:22:53 +0000 Subject: mdoc: correct .Bd/.Bl arguments. Reviewed by: brueffer --- sbin/setkey/setkey.8 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sbin/setkey') diff --git a/sbin/setkey/setkey.8 b/sbin/setkey/setkey.8 index 01c31fb94d60..6046bad268e2 100644 --- a/sbin/setkey/setkey.8 +++ b/sbin/setkey/setkey.8 @@ -651,48 +651,48 @@ deflate rfc2394 .Sh EXAMPLES Add an ESP SA between two IPv6 addresses using the des-cbc encryption algorithm. -.Bd -literal -offset +.Bd -literal -offset indent add 3ffe:501:4819::1 3ffe:501:481d::1 esp 123457 -E des-cbc 0x3ffe05014819ffff ; .Ed .\" Add an authentication SA between two FQDN specified hosts: -.Bd -literal -offset +.Bd -literal -offset indent add -6 myhost.example.com yourhost.example.com ah 123456 -A hmac-sha1 "AH SA configuration!" ; .Ed Use both ESP and AH between two numerically specified hosts: -.Bd -literal -offset +.Bd -literal -offset indent add 10.0.11.41 10.0.11.33 esp 0x10001 -E des-cbc 0x3ffe05014819ffff -A hmac-md5 "authentication!!" ; .Ed Get the SA information associated with first example above: -.Bd -literal -offset +.Bd -literal -offset indent get 3ffe:501:4819::1 3ffe:501:481d::1 ah 123456 ; .Ed Flush all entries from the database: -.Bd -literal -offset +.Bd -literal -offset indent flush ; .Ed Dump the ESP entries from the database: -.Bd -literal -offset +.Bd -literal -offset indent dump esp ; .Ed Add a security policy between two networks that uses ESP in tunnel mode: -.Bd -literal -offset +.Bd -literal -offset indent spdadd 10.0.11.41/32[21] 10.0.11.33/32[any] any -P out ipsec esp/tunnel/192.168.0.1-192.168.1.2/require ; .Ed Use TCP MD5 between two numerically specified hosts: -.Bd -literal -offset +.Bd -literal -offset indent add 10.1.10.34 10.1.10.36 tcp 0x1000 -A tcp-md5 "TCP-MD5 BGP secret" ; .Ed -- cgit v1.2.3