diff options
author | 2017-01-24 12:00:19 +0000 | |
---|---|---|
committer | 2017-01-24 12:00:19 +0000 | |
commit | ea94e6b80366519a3f456fa94930a0dfa134f6f5 (patch) | |
tree | e51a482d3327599745cb37136879f7db089482f0 | |
parent | logname(1) uses getlogin(2) to determine the user associated with the (diff) | |
download | wireguard-openbsd-ea94e6b80366519a3f456fa94930a0dfa134f6f5.tar.xz wireguard-openbsd-ea94e6b80366519a3f456fa94930a0dfa134f6f5.zip |
s/returns/exits/
-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 , |