diff options
| author | schwarze <> | 2017-03-25 17:15:59 +0000 |
|---|---|---|
| committer | schwarze <> | 2017-03-25 17:15:59 +0000 |
| commit | 9c3ad2c9faadea9f56fc1bd8b254fc2fa40558eb (patch) | |
| tree | 85acbd22ecfe0006911765431748d7857b1d6c0e /src/lib/libcrypto/man/Makefile | |
| parent | 880f4156816f562cb91df4affd1f3510f10d1431 (diff) | |
| download | openbsd-9c3ad2c9faadea9f56fc1bd8b254fc2fa40558eb.tar.gz openbsd-9c3ad2c9faadea9f56fc1bd8b254fc2fa40558eb.tar.bz2 openbsd-9c3ad2c9faadea9f56fc1bd8b254fc2fa40558eb.zip | |
OpenSSL documented the public function BIO_printf(3) (and friends)
in commit 2ca2e917. Document it here, too, but do not use their
text. Be more concise and more precise at the same time.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 75239dc387..70a73799c6 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.115 2017/02/20 23:21:19 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.116 2017/03/25 17:15:59 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -26,6 +26,7 @@ MAN= \ | |||
| 26 | BIO_find_type.3 \ | 26 | BIO_find_type.3 \ |
| 27 | BIO_get_ex_new_index.3 \ | 27 | BIO_get_ex_new_index.3 \ |
| 28 | BIO_new.3 \ | 28 | BIO_new.3 \ |
| 29 | BIO_printf.3 \ | ||
| 29 | BIO_push.3 \ | 30 | BIO_push.3 \ |
| 30 | BIO_read.3 \ | 31 | BIO_read.3 \ |
| 31 | BIO_s_accept.3 \ | 32 | BIO_s_accept.3 \ |
