man: fix typo in OPENSSL_fork_prepare.pod
[openssl.git] / doc / man3 / BIO_s_null.pod
index 5a1d84dd2cfb3565df79c6ddb0425528929cbd1c..c8951c0a80b95bcaf43ecc88d69f82f3e131dc3f 100644 (file)
@@ -8,7 +8,7 @@ BIO_s_null - null data sink
 
  #include <openssl/bio.h>
 
- const BIO_METHOD *     BIO_s_null(void);
+ const BIO_METHOD *BIO_s_null(void);
 
 =head1 DESCRIPTION
 
@@ -36,7 +36,7 @@ BIO_s_null() returns the null sink BIO method.
 
 Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.