summaryrefslogtreecommitdiffstats
path: root/usr.sbin/keyadmin/keyadmin.8
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2000-05-29 20:21:46 +0000
committercharnier <charnier@FreeBSD.org>2000-05-29 20:21:46 +0000
commit647e94937e9fa8b6d49af8a63e118a4e50ed3325 (patch)
treef176c92af0cfb9bf963a36a7f85087ad86961c56 /usr.sbin/keyadmin/keyadmin.8
parent66eb05ff879d686e9296dac38fc8615ab7b24cb7 (diff)
downloadFreeBSD-src-647e94937e9fa8b6d49af8a63e118a4e50ed3325.zip
FreeBSD-src-647e94937e9fa8b6d49af8a63e118a4e50ed3325.tar.gz
Make use of .Ic asked by Sheldon. Spelling fix I missed yesterday.
Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
Diffstat (limited to 'usr.sbin/keyadmin/keyadmin.8')
-rw-r--r--usr.sbin/keyadmin/keyadmin.832
1 files changed, 16 insertions, 16 deletions
diff --git a/usr.sbin/keyadmin/keyadmin.8 b/usr.sbin/keyadmin/keyadmin.8
index f848b7f..da734ed 100644
--- a/usr.sbin/keyadmin/keyadmin.8
+++ b/usr.sbin/keyadmin/keyadmin.8
@@ -97,7 +97,7 @@ to enter a single
.Ar Command
can be one of the following:
.Bl -inset
-.It Nm del Ar type spi source destination
+.It Ic del Ar type spi source destination
.Pp
Delete a security association between
.Ar source
@@ -111,7 +111,7 @@ Example:
.Bd -literal
delete esp 90125 anderson.yes.org rabin.yes.org
.Ed
-.It Nm get Ar type spi source destination
+.It Ic get Ar type spi source destination
.Pp
Retrieve (and print) a security association between
.Ar source
@@ -125,11 +125,11 @@ Example:
.Bd -literal
get ah 5150 eddie.vanhalen.com alex.vanhalen.com
.Ed
-.It Nm dump
+.It Ic dump
.Pp
Display the entire security association table. WARNING: This prints a lot
of data.
-.It Nm load Ar filename
+.It Ic load Ar filename
.Pp
Load security association information from a file formatted as documented in
.Xr keys 5 . If
@@ -137,7 +137,7 @@ Load security association information from a file formatted as documented in
is specified for the
.Ar filename ,
load keys from the standard input.
-.It Nm save Ar filename
+.It Ic save Ar filename
.Pp
Save security association information to a file formatted as documented in
.Xr keys 5 . If
@@ -146,21 +146,21 @@ is specified for the
.Ar filename ,
place the key file out on the standard output. (This can be used as a sort
of lightweight
-.Nm dump
+.Ic dump
command.)
NOTE: The
-.Nm save
+.Ic save
command must create a new file; it will not write into an
existing file. This is to prevent writing into a world-readable file, or a
named pipe or UNIX socket (see
.Xr socket 2
and
.Xr mkfifo 1 ).
-.It Nm help Op command
+.It Ic help Op command
.Pp
Offer brief help without an argument, or slightly more specific help on a
particular command.
-.It Nm flush
+.It Ic flush
.Pp
Erase all entries in the kernel security association table.
.El
@@ -172,7 +172,7 @@ are only available by using
.Nm
in its interactive mode of operation:
.Bl -inset
-.It Nm add Ar type spi source destination transform key
+.It Ic add Ar type spi source destination transform key
.Op Ar iv
.Pp
Add a security association of a particular
@@ -192,18 +192,18 @@ If a transform requires an initialization vector, the
argument contains it. This command is available only in interactive mode
because
.Nm
-makes no attempt to destroy its argument vector after use. A malicous user
+makes no attempt to destroy its argument vector after use. A malicious user
of the
.Xr ps 1
command could determine security keys if
-.Nm add
+.Ic add
were allowed to be used straight from the command line. Example:
.Bd -literal
add esp 2112 temples.syrinx.org priests.syrinx.org des-cbc \\
a652a476a652a476 87ac9876deac9876
.Ed
-.It Nm exit
-.It Nm quit
+.It Ic exit
+.It Ic quit
.Pp
Exit interaction with
.Nm Ns .
@@ -240,7 +240,7 @@ needs a -n flag like
to avoid name lookups.
.Pp
The
-.Nm dump
+.Ic dump
and
-.Nm save
+.Ic save
commands currently display the first 30 or so entries.
OpenPOWER on IntegriCloud