diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-07-27 17:28:41 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-07-27 17:28:41 +0000 |
commit | 75eea74d10b522bd545fda3e2cdc7a6e949ed3cd (patch) | |
tree | 495a5a0b179d7b1712936f6f303729c639d37355 /usr.sbin/ikectl | |
parent | ddd4d609d9ac469c6b282cb30efe1dc8ca596ae1 (diff) |
use file system path (.Pa) semantic markup macros where appropriate.
ok jmc@
Diffstat (limited to 'usr.sbin/ikectl')
-rw-r--r-- | usr.sbin/ikectl/ikectl.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/ikectl/ikectl.8 b/usr.sbin/ikectl/ikectl.8 index 278fc462b1e..e03d9f779c6 100644 --- a/usr.sbin/ikectl/ikectl.8 +++ b/usr.sbin/ikectl/ikectl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ikectl.8,v 1.22 2015/02/28 21:51:57 bentley Exp $ +.\" $OpenBSD: ikectl.8,v 1.23 2015/07/27 17:28:39 sobrado Exp $ .\" .\" Copyright (c) 2007-2013 Reyk Floeter <reyk@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 28 2015 $ +.Dd $Mdocdate: July 27 2015 $ .Dt IKECTL 8 .Os .Sh NAME @@ -250,17 +250,17 @@ from the named .El .Sh FILES .Bl -tag -width "/var/run/iked.sockXX" -compact -.It /etc/iked/ +.It Pa /etc/iked/ Active configuration. -.It /etc/ssl/ +.It Pa /etc/ssl/ Directory to store the CA files. -.It /usr/share/iked +.It Pa /usr/share/iked If this optional directory exists, .Nm will include the contents with the .Cm ca export commands. -.It /var/run/iked.sock +.It Pa /var/run/iked.sock default .Ux Ns -domain socket used for communication with |