diff options
author | 2016-12-13 12:59:36 +0000 | |
---|---|---|
committer | 2016-12-13 12:59:36 +0000 | |
commit | bda13fd68d8413ddddbcdbcd784d708a2871f4a8 (patch) | |
tree | f06506ac6cbb77242f760e9674b49c252e49c9be | |
parent | Filter DHCP reply messages that were not meant for us by looking at the (diff) | |
download | wireguard-openbsd-bda13fd68d8413ddddbcdbcd784d708a2871f4a8.tar.xz wireguard-openbsd-bda13fd68d8413ddddbcdbcd784d708a2871f4a8.zip |
typo fix; ok schwarze
-rw-r--r-- | lib/libcrypto/man/OCSP_SERVICELOC_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/OCSP_SERVICELOC_new.3 b/lib/libcrypto/man/OCSP_SERVICELOC_new.3 index 07200114e5f..ad0660a9bc9 100644 --- a/lib/libcrypto/man/OCSP_SERVICELOC_new.3 +++ b/lib/libcrypto/man/OCSP_SERVICELOC_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: OCSP_SERVICELOC_new.3,v 1.1 2016/12/12 22:48:02 schwarze Exp $ +.\" $OpenBSD: OCSP_SERVICELOC_new.3,v 1.2 2016/12/13 12:59:36 jmc Exp $ .\" .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 12 2016 $ +.Dd $Mdocdate: December 13 2016 $ .Dt OCSP_SERVICELOC_NEW 3 .Os .Sh NAME @@ -59,7 +59,7 @@ frees .Fn OCSP_url_svcloc_new requires an .Fa issuer -name and optionally accepts an array or +name and optionally accepts an array of .Fa urls . If .Fa urls |