diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2017-01-24 12:00:20 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2017-01-24 12:00:20 +0000 |
commit | 04a1ee6a83461a987d3ca563473f4d0302a71f66 (patch) | |
tree | 5c07eb8dc948e1970b12360221f4cec821e4f8bd /usr.sbin/ocspcheck | |
parent | f8d0408c1b77585644c4eb21cc194c76b1ad2518 (diff) |
s/returns/exits/
Diffstat (limited to 'usr.sbin/ocspcheck')
-rw-r--r-- | usr.sbin/ocspcheck/ocspcheck.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ocspcheck/ocspcheck.8 b/usr.sbin/ocspcheck/ocspcheck.8 index b791677f004..5f34575ce13 100644 --- a/usr.sbin/ocspcheck/ocspcheck.8 +++ b/usr.sbin/ocspcheck/ocspcheck.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ocspcheck.8,v 1.4 2017/01/24 11:58:51 beck Exp $ +.\" $OpenBSD: ocspcheck.8,v 1.5 2017/01/24 12:00:19 beck Exp $ .\" .\" Copyright (c) 2017 Bob Beck <beck@openbsd.org> .\" @@ -73,7 +73,7 @@ utility exits 0 if the OCSP response validates for the certificate in .Ar file and all output is successfully written out. .Nm -returns >0 if an error occurs or the OCSP response fails to validate. +exits >0 if an error occurs or the OCSP response fails to validate. .Sh SEE ALSO .Xr nc 1 , .Xr tls_config_set_ocsp_staple_file 3 , |