diff options
author | schweikh <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
commit | d3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8 (patch) | |
tree | f412dafc7d29429919e8770cdefeb37441fc1299 /sbin/setkey | |
parent | 718a7892bc6da2237db71c255051dd54a4e93a92 (diff) | |
download | FreeBSD-src-d3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8.zip FreeBSD-src-d3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8.tar.gz |
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
especially in troff files.
Diffstat (limited to 'sbin/setkey')
-rw-r--r-- | sbin/setkey/sample.cf | 4 | ||||
-rw-r--r-- | sbin/setkey/setkey.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/setkey/sample.cf b/sbin/setkey/sample.cf index 978289d..3318f9b 100644 --- a/sbin/setkey/sample.cf +++ b/sbin/setkey/sample.cf @@ -166,10 +166,10 @@ add fec0:0:0:2::1 fec0:0:0:1::1 esp 0x10004 -E rc5-cbc "kamekame" -A hmac-md5 "this is the test" ; -# By "get" command, you can get a entry of either SP or SA. +# By "get" command, you can get an entry of either SP or SA. get fec0:0:0:1::1 fec0:0:0:2::2 ah 0x10004 ; -# Also delete command, you can delete a entry of either SP or SA. +# Also delete command, you can delete an entry of either SP or SA. spddelete fec0:0:0:1::/64 fec0:0:0:2::/64 any -P out; delete fec0:0:0:1::1 fec0:0:0:2::2 ah 0x10004 ; diff --git a/sbin/setkey/setkey.8 b/sbin/setkey/setkey.8 index f25cf34f..7c8cf38 100644 --- a/sbin/setkey/setkey.8 +++ b/sbin/setkey/setkey.8 @@ -283,9 +283,9 @@ Specify hard/soft life time duration of the SA. .It Ar algorithm .Bl -tag -width Fl -compact .It Fl E Ar ealgo Ar key -Specify a encryption algorithm. +Specify an encryption algorithm. .It Fl A Ar aalgo Ar key -Specify a authentication algorithm. +Specify an authentication algorithm. If .Fl A is used with |