diff options
author | sobrado <> | 2015-07-27 17:28:39 +0000 |
---|---|---|
committer | sobrado <> | 2015-07-27 17:28:39 +0000 |
commit | e111baa13f44b70338db94543fb1b4be272de880 (patch) | |
tree | 2da6018f4808171091704025b497ede5e4845dc6 /src | |
parent | 329725ec2f2295fac673ff68ea8899086cfec87e (diff) | |
download | openbsd-e111baa13f44b70338db94543fb1b4be272de880.tar.gz openbsd-e111baa13f44b70338db94543fb1b4be272de880.tar.bz2 openbsd-e111baa13f44b70338db94543fb1b4be272de880.zip |
use file system path (.Pa) semantic markup macros where appropriate.
ok jmc@
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index ecf2eda2ea..5f849d7a30 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.16 2015/07/08 16:37:25 sthen Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.17 2015/07/27 17:28:39 sobrado Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -112,7 +112,7 @@ | |||
112 | .\" | 112 | .\" |
113 | .\" OPENSSL | 113 | .\" OPENSSL |
114 | .\" | 114 | .\" |
115 | .Dd $Mdocdate: July 8 2015 $ | 115 | .Dd $Mdocdate: July 27 2015 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -10177,17 +10177,17 @@ or similar. | |||
10177 | .\" | 10177 | .\" |
10178 | .Sh FILES | 10178 | .Sh FILES |
10179 | .Bl -tag -width "/etc/ssl/openssl.cnf" -compact | 10179 | .Bl -tag -width "/etc/ssl/openssl.cnf" -compact |
10180 | .It /etc/ssl/ | 10180 | .It Pa /etc/ssl/ |
10181 | Default config directory for | 10181 | Default config directory for |
10182 | .Nm openssl . | 10182 | .Nm openssl . |
10183 | .It /etc/ssl/lib/ | 10183 | .It Pa /etc/ssl/lib/ |
10184 | Unused. | 10184 | Unused. |
10185 | .It /etc/ssl/private/ | 10185 | .It Pa /etc/ssl/private/ |
10186 | Default private key directory. | 10186 | Default private key directory. |
10187 | .It /etc/ssl/openssl.cnf | 10187 | .It Pa /etc/ssl/openssl.cnf |
10188 | Default configuration file for | 10188 | Default configuration file for |
10189 | .Nm openssl . | 10189 | .Nm openssl . |
10190 | .It /etc/ssl/x509v3.cnf | 10190 | .It Pa /etc/ssl/x509v3.cnf |
10191 | Default configuration file for | 10191 | Default configuration file for |
10192 | .Nm x509 | 10192 | .Nm x509 |
10193 | certificates. | 10193 | certificates. |