diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-11-20 21:33:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-11-20 21:33:43 +0000 |
commit | 769dc8b3d3e904333074ddfe62b7fb559d2ba6d7 (patch) | |
tree | 60df40db32e737864664f523ed26ec83816a6c89 /lib/libcrypto/man/BUF_MEM_new.3 | |
parent | 1430158fc4c295e6af4bc1af206954cf9284d94f (diff) |
grammar fix;
Diffstat (limited to 'lib/libcrypto/man/BUF_MEM_new.3')
-rw-r--r-- | lib/libcrypto/man/BUF_MEM_new.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/man/BUF_MEM_new.3 b/lib/libcrypto/man/BUF_MEM_new.3 index 70e71895450..23a77752a9f 100644 --- a/lib/libcrypto/man/BUF_MEM_new.3 +++ b/lib/libcrypto/man/BUF_MEM_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BUF_MEM_new.3,v 1.6 2016/11/20 19:08:51 schwarze Exp $ +.\" $OpenBSD: BUF_MEM_new.3,v 1.7 2016/11/20 21:33:42 jmc Exp $ .\" OpenSSL 18edda0f Sep 20 03:28:54 2000 +0000 .\" .\" This file was written by Ralf S. Engelschall <rse@openssl.org>. @@ -176,7 +176,7 @@ on error. .Fn BUF_MEM_grow and .Fn BUF_MEM_grow_clean -returns zero on error or the new size (i.e.\& +return zero on error or the new size (i.e.\& .Fa len ) . .Sh SEE ALSO .Xr bio 3 |