From 1f8b585ef49501b9fcbd6f739862f7934d19a184 Mon Sep 17 00:00:00 2001 From: miod <> Date: Fri, 13 Feb 2015 21:48:21 +0000 Subject: End sentences with dots. --- src/lib/libssl/src/doc/crypto/BIO_read.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libssl/src/doc/crypto/BIO_read.pod b/src/lib/libssl/src/doc/crypto/BIO_read.pod index 37e269d055..e527bff8d0 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_read.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_read.pod @@ -9,9 +9,9 @@ BIO_read, BIO_write, BIO_gets, BIO_puts - BIO I/O functions #include int BIO_read(BIO *b, void *buf, int len); - int BIO_gets(BIO *b,char *buf, int size); + int BIO_gets(BIO *b, char *buf, int size); int BIO_write(BIO *b, const void *buf, int len); - int BIO_puts(BIO *b,const char *buf); + int BIO_puts(BIO *b, const char *buf); =head1 DESCRIPTION @@ -26,7 +26,7 @@ return the digest and other BIOs may not support BIO_gets() at all. BIO_write() attempts to write B bytes from B to BIO B. -BIO_puts() attempts to write a null terminated string B to BIO B +BIO_puts() attempts to write a null terminated string B to BIO B. =head1 RETURN VALUES -- cgit v1.2.3-55-g6feb