diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 20:10:44 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 20:10:44 +0000 |
commit | 71e2293ad43d8745a8e735483e3f07631714be05 (patch) | |
tree | eb7d53179ad22344ae698f8aa866faa0e415686c /usr.sbin/keyadmin | |
parent | bb7634eb859aa29d7425840bb3ae3c7391c27b87 (diff) | |
download | FreeBSD-src-71e2293ad43d8745a8e735483e3f07631714be05.zip FreeBSD-src-71e2293ad43d8745a8e735483e3f07631714be05.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'usr.sbin/keyadmin')
-rw-r--r-- | usr.sbin/keyadmin/keyadmin.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/keyadmin/keyadmin.8 b/usr.sbin/keyadmin/keyadmin.8 index da734ed..b14b199 100644 --- a/usr.sbin/keyadmin/keyadmin.8 +++ b/usr.sbin/keyadmin/keyadmin.8 @@ -63,7 +63,7 @@ .Nm keyadmin .Nd manually manipulate the kernel key management database .Sh SYNOPSIS -.Nm keyadmin +.Nm .Op Ar command Op Ar args .Sh DESCRIPTION The @@ -75,7 +75,7 @@ key/security association database. (See Almost any operation offered in the .Xr key 4 API is available to privileged users running -.Nm Ns . +.Nm . Until there is an implementation of an automated key management protocol, which will manipulate the key database in a manner similar to how .Xr routed 8 @@ -206,9 +206,9 @@ were allowed to be used straight from the command line. Example: .It Ic quit .Pp Exit interaction with -.Nm Ns . +.Nm . An EOF will also end interaction with -.Nm Ns . +.Nm . .El .Sh SEE ALSO .Xr ipsec 4 , |