diff options
author | charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
commit | d2168fe021bd1693c1038503e09d3d74dd8b6f36 (patch) | |
tree | 1cffbfcbeace5b3e6b01d3c6b67a9c10233bc810 /sbin | |
parent | 745a7b1537c2ebb511bcf928366eefe72af77dac (diff) | |
download | FreeBSD-src-d2168fe021bd1693c1038503e09d3d74dd8b6f36.zip FreeBSD-src-d2168fe021bd1693c1038503e09d3d74dd8b6f36.tar.gz |
The .Nm utility
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/setkey/setkey.8 | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/sbin/setkey/setkey.8 b/sbin/setkey/setkey.8 index f56e22b..5861ced 100644 --- a/sbin/setkey/setkey.8 +++ b/sbin/setkey/setkey.8 @@ -54,13 +54,15 @@ .Fl x .\" .Sh DESCRIPTION +The .Nm -adds, updates, dumps, or flushes +utility adds, updates, dumps, or flushes Security Association Database (SAD) entries as well as Security Policy Database (SPD) entries in the kernel. .Pp +The .Nm -takes a series of operations from the standard input +utility takes a series of operations from the standard input (if invoked with .Fl c ) or the file named @@ -79,8 +81,7 @@ If with .Fl P , the SPD entries are flushed. .It Fl a -.Nm -usually does not display dead SAD entries with +Dead SAD entries are usually not displayed with .Fl D . If with .Fl a , @@ -195,8 +196,9 @@ Meta-arguments are as follows: .It Ar dst Source/destination of the secure communication is specified as IPv4/v6 address. +The .Nm -does not consult hostname-to-address for arguments +utility does not consult hostname-to-address for arguments .Ar src and .Ar dst . @@ -368,8 +370,9 @@ The square bracket around is really necessary. They are not manpage metacharacters. .Pp +The .Nm -does not consult hostname-to-address for arguments +utility does not consult hostname-to-address for arguments .Ar src and .Ar dst . @@ -623,7 +626,7 @@ The command exits with 0 on success, and non-zero on errors. .Sh HISTORY The .Nm -command first appeared in WIDE Hydrangea IPv6 protocol stack kit. +utility first appeared in WIDE Hydrangea IPv6 protocol stack kit. The command was completely re-designed in June 1998. .\" .\" .Sh BUGS |