diff options
author | beck <> | 2017-01-24 11:58:51 +0000 |
---|---|---|
committer | beck <> | 2017-01-24 11:58:51 +0000 |
commit | 53a531211a6d701cd541c3759b45f1873a9051a2 (patch) | |
tree | e3e815da2a12ac9e1da2f44b17676d1dffbd56ea /src/usr.sbin/ocspcheck | |
parent | 3d1d6f8837b71a62a91376e394f529e8749fd184 (diff) | |
download | openbsd-53a531211a6d701cd541c3759b45f1873a9051a2.tar.gz openbsd-53a531211a6d701cd541c3759b45f1873a9051a2.tar.bz2 openbsd-53a531211a6d701cd541c3759b45f1873a9051a2.zip |
Break run-on sentence into two.
Diffstat (limited to 'src/usr.sbin/ocspcheck')
-rw-r--r-- | src/usr.sbin/ocspcheck/ocspcheck.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/usr.sbin/ocspcheck/ocspcheck.8 b/src/usr.sbin/ocspcheck/ocspcheck.8 index a2ca8d6694..b791677f00 100644 --- a/src/usr.sbin/ocspcheck/ocspcheck.8 +++ b/src/usr.sbin/ocspcheck/ocspcheck.8 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ocspcheck.8,v 1.3 2017/01/24 09:39:43 jmc Exp $ | 1 | .\" $OpenBSD: ocspcheck.8,v 1.4 2017/01/24 11:58:51 beck Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2017 Bob Beck <beck@openbsd.org> | 3 | .\" Copyright (c) 2017 Bob Beck <beck@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -71,8 +71,9 @@ The | |||
71 | .Nm | 71 | .Nm |
72 | utility exits 0 if the OCSP response validates for the certificate in | 72 | utility exits 0 if the OCSP response validates for the certificate in |
73 | .Ar file | 73 | .Ar file |
74 | and all output is successfully written out, | 74 | and all output is successfully written out. |
75 | and >0 if an error occurs. | 75 | .Nm |
76 | returns >0 if an error occurs or the OCSP response fails to validate. | ||
76 | .Sh SEE ALSO | 77 | .Sh SEE ALSO |
77 | .Xr nc 1 , | 78 | .Xr nc 1 , |
78 | .Xr tls_config_set_ocsp_staple_file 3 , | 79 | .Xr tls_config_set_ocsp_staple_file 3 , |