Changes from 1.0.0-stable.
[openssl.git] / doc / crypto / BIO_new.pod
index 3c8f947da3e6c932857a4c8b2568596c5d346af5..2a245fc8de83e962aec0153cf22a872199144c66 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-       BIO_new, BIO_set, BIO_free, BIO_vfree, BIO_free_all - BIO allocation and freeing functions
+BIO_new, BIO_set, BIO_free, BIO_vfree, BIO_free_all - BIO allocation and freeing functions
 
 =head1 SYNOPSIS
 
@@ -40,7 +40,7 @@ BIO_free_all() and BIO_vfree() do not return values.
 =head1 NOTES
 
 Some BIOs (such as memory BIOs) can be used immediately after calling
-BIO_new(). Others (such as file BIOs) need some additional initialisation,
+BIO_new(). Others (such as file BIOs) need some additional initialization,
 and frequently a utility function exists to create and initialize such BIOs.
 
 If BIO_free() is called on a BIO chain it will only free one BIO resulting