summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2016-11-20 21:33:42 +0000
committerjmc <>2016-11-20 21:33:42 +0000
commit003ad5f003175b888fc076aff1a6fc44fbf0eb99 (patch)
tree460a749ac04c5bb957a5867d9de62a911fd0a904 /src
parentfe64a020e3036e0fb56aa06b8dc77f567110c196 (diff)
downloadopenbsd-003ad5f003175b888fc076aff1a6fc44fbf0eb99.tar.gz
openbsd-003ad5f003175b888fc076aff1a6fc44fbf0eb99.tar.bz2
openbsd-003ad5f003175b888fc076aff1a6fc44fbf0eb99.zip
grammar fix;
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/BUF_MEM_new.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BUF_MEM_new.3 b/src/lib/libcrypto/man/BUF_MEM_new.3
index 70e7189545..23a77752a9 100644
--- a/src/lib/libcrypto/man/BUF_MEM_new.3
+++ b/src/lib/libcrypto/man/BUF_MEM_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BUF_MEM_new.3,v 1.6 2016/11/20 19:08:51 schwarze Exp $ 1.\" $OpenBSD: BUF_MEM_new.3,v 1.7 2016/11/20 21:33:42 jmc Exp $
2.\" OpenSSL 18edda0f Sep 20 03:28:54 2000 +0000 2.\" OpenSSL 18edda0f Sep 20 03:28:54 2000 +0000
3.\" 3.\"
4.\" This file was written by Ralf S. Engelschall <rse@openssl.org>. 4.\" This file was written by Ralf S. Engelschall <rse@openssl.org>.
@@ -176,7 +176,7 @@ on error.
176.Fn BUF_MEM_grow 176.Fn BUF_MEM_grow
177and 177and
178.Fn BUF_MEM_grow_clean 178.Fn BUF_MEM_grow_clean
179returns zero on error or the new size (i.e.\& 179return zero on error or the new size (i.e.\&
180.Fa len ) . 180.Fa len ) .
181.Sh SEE ALSO 181.Sh SEE ALSO
182.Xr bio 3 182.Xr bio 3