diff options
| author | jmc <> | 2016-11-20 21:33:42 +0000 |
|---|---|---|
| committer | jmc <> | 2016-11-20 21:33:42 +0000 |
| commit | 7ca95cf5b9895635818ccf1680a26f8f102a1eee (patch) | |
| tree | 460a749ac04c5bb957a5867d9de62a911fd0a904 /src/lib/libc | |
| parent | 402993c0f925c451e4ec92952f1d0ff7c369f8ec (diff) | |
| download | openbsd-7ca95cf5b9895635818ccf1680a26f8f102a1eee.tar.gz openbsd-7ca95cf5b9895635818ccf1680a26f8f102a1eee.tar.bz2 openbsd-7ca95cf5b9895635818ccf1680a26f8f102a1eee.zip | |
grammar fix;
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/man/BUF_MEM_new.3 | 4 |
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 |
| 177 | and | 177 | and |
| 178 | .Fn BUF_MEM_grow_clean | 178 | .Fn BUF_MEM_grow_clean |
| 179 | returns zero on error or the new size (i.e.\& | 179 | return 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 |
