diff options
author | 2010-10-08 11:51:56 +0000 | |
---|---|---|
committer | 2010-10-08 11:51:56 +0000 | |
commit | ad377ae245a45b997b092a7bd3006d9bfcd3d17a (patch) | |
tree | e6cafb619875f847bed89f6573bf8f555a5d278c | |
parent | if non absolute paths are specified in install commands assume they (diff) | |
download | wireguard-openbsd-ad377ae245a45b997b092a7bd3006d9bfcd3d17a.tar.xz wireguard-openbsd-ad377ae245a45b997b092a7bd3006d9bfcd3d17a.zip |
tweak for nroff
-rw-r--r-- | usr.sbin/ikectl/ikectl.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/ikectl/ikectl.8 b/usr.sbin/ikectl/ikectl.8 index 33305a4ae99..bfb249c69f5 100644 --- a/usr.sbin/ikectl/ikectl.8 +++ b/usr.sbin/ikectl/ikectl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ikectl.8,v 1.14 2010/10/08 10:13:47 jsg Exp $ +.\" $OpenBSD: ikectl.8,v 1.15 2010/10/08 11:51:56 jsg Exp $ .\" $vantronix: ikectl.8,v 1.11 2010/06/03 15:55:51 reyk Exp $ .\" .\" Copyright (c) 2007, 2008, 2009, 2010 Reyk Floeter <reyk@vantronix.net> @@ -139,7 +139,10 @@ argument can be used to specify the address or FQDN of the local gateway which will be written into a text file .Pa peer.txt and included in the archives. -.It Cm ca Ar name Cm install Op Ar path +.It Xo +.Cm ca Ar name +.Cm install Op Ar path +.Xc Install the certificate and Certificate Revocation List (CRL) for CA .Ar name as the currently active CA or into the specified |