summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeck <>2017-01-24 11:58:51 +0000
committerbeck <>2017-01-24 11:58:51 +0000
commitd1a8cdad809232bd4305b147489a973689a507cd (patch)
treee3e815da2a12ac9e1da2f44b17676d1dffbd56ea
parentfe061e1512154f32cb50b3aeb15690496997ab14 (diff)
downloadopenbsd-d1a8cdad809232bd4305b147489a973689a507cd.tar.gz
openbsd-d1a8cdad809232bd4305b147489a973689a507cd.tar.bz2
openbsd-d1a8cdad809232bd4305b147489a973689a507cd.zip
Break run-on sentence into two.
-rw-r--r--src/usr.sbin/ocspcheck/ocspcheck.87
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
72utility exits 0 if the OCSP response validates for the certificate in 72utility exits 0 if the OCSP response validates for the certificate in
73.Ar file 73.Ar file
74and all output is successfully written out, 74and all output is successfully written out.
75and >0 if an error occurs. 75.Nm
76returns >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 ,