From: Richard Levitte Date: Thu, 14 Sep 2000 12:14:41 +0000 (+0000) Subject: Remove indentation in the NAME section. There's really no need to X-Git-Tag: OpenSSL-engine-0_9_6-beta2~9^2~23 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e117a890caecc402ea57fb5ea26bcfddbedee6ce;p=oweals%2Fopenssl.git Remove indentation in the NAME section. There's really no need to indent there, especially since the pod2* scripts will regard that as preformated text. In one case, indent a code section one step. --- diff --git a/doc/crypto/BIO_ctrl.pod b/doc/crypto/BIO_ctrl.pod index dfec019614..c00fda9b08 100644 --- a/doc/crypto/BIO_ctrl.pod +++ b/doc/crypto/BIO_ctrl.pod @@ -2,7 +2,7 @@ =head1 NAME - BIO_ctrl, BIO_callback_ctrl, BIO_ptr_ctrl, BIO_int_ctrl - BIO control operations +BIO_ctrl, BIO_callback_ctrl, BIO_ptr_ctrl, BIO_int_ctrl - BIO control operations =head1 SYNOPSIS diff --git a/doc/crypto/BIO_f_base64.pod b/doc/crypto/BIO_f_base64.pod index ec90fc2228..5ab702cb9e 100644 --- a/doc/crypto/BIO_f_base64.pod +++ b/doc/crypto/BIO_f_base64.pod @@ -2,7 +2,7 @@ =head1 NAME - BIO_f_base64 - base64 BIO +BIO_f_base64 - base64 BIO =head1 SYNOPSIS diff --git a/doc/crypto/BIO_f_cipher.pod b/doc/crypto/BIO_f_cipher.pod index 7270c743c5..b0bc00daf0 100644 --- a/doc/crypto/BIO_f_cipher.pod +++ b/doc/crypto/BIO_f_cipher.pod @@ -2,7 +2,7 @@ =head1 NAME - BIO_f_cipher - cipher BIO +BIO_f_cipher - cipher BIO =head1 SYNOPSIS diff --git a/doc/crypto/BIO_f_md.pod b/doc/crypto/BIO_f_md.pod index a5bb692221..74e46bb1d2 100644 --- a/doc/crypto/BIO_f_md.pod +++ b/doc/crypto/BIO_f_md.pod @@ -2,7 +2,7 @@ =head1 NAME - BIO_f_md - message digest BIO +BIO_f_md - message digest BIO =head1 SYNOPSIS diff --git a/doc/crypto/BIO_f_null.pod b/doc/crypto/BIO_f_null.pod index 8156b51b8f..b057c18408 100644 --- a/doc/crypto/BIO_f_null.pod +++ b/doc/crypto/BIO_f_null.pod @@ -2,7 +2,7 @@ =head1 NAME - BIO_f_null - null filter +BIO_f_null - null filter =head1 SYNOPSIS diff --git a/doc/crypto/BIO_find_type.pod b/doc/crypto/BIO_find_type.pod index cc18c06228..bd3b256196 100644 --- a/doc/crypto/BIO_find_type.pod +++ b/doc/crypto/BIO_find_type.pod @@ -2,7 +2,7 @@ =head1 NAME - BIO_find_type, BIO_next - BIO chain traversal +BIO_find_type, BIO_next - BIO chain traversal =head1 SYNOPSIS diff --git a/doc/crypto/BIO_new.pod b/doc/crypto/BIO_new.pod index 3c8f947da3..53d56b2e6f 100644 --- a/doc/crypto/BIO_new.pod +++ b/doc/crypto/BIO_new.pod @@ -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 diff --git a/doc/crypto/BIO_push.pod b/doc/crypto/BIO_push.pod index 5d0d39e4f0..8af1d3c097 100644 --- a/doc/crypto/BIO_push.pod +++ b/doc/crypto/BIO_push.pod @@ -2,7 +2,7 @@ =head1 NAME - BIO_push, BIO_pop - add and remove BIOs from a chain. +BIO_push, BIO_pop - add and remove BIOs from a chain. =head1 SYNOPSIS diff --git a/doc/crypto/BIO_read.pod b/doc/crypto/BIO_read.pod index e7eb5ea045..563806c206 100644 --- a/doc/crypto/BIO_read.pod +++ b/doc/crypto/BIO_read.pod @@ -2,16 +2,16 @@ =head1 NAME - BIO_read, BIO_write, BIO_gets, BIO_puts - BIO I/O functions +BIO_read, BIO_write, BIO_gets, BIO_puts - BIO I/O functions =head1 SYNOPSIS #include -int BIO_read(BIO *b, void *buf, int len); -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_read(BIO *b, void *buf, int len); + 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); =head1 DESCRIPTION diff --git a/doc/crypto/BIO_s_fd.pod b/doc/crypto/BIO_s_fd.pod index 5c7c55fa89..6f0341e1ed 100644 --- a/doc/crypto/BIO_s_fd.pod +++ b/doc/crypto/BIO_s_fd.pod @@ -2,7 +2,7 @@ =head1 NAME - BIO_s_fd - file descriptor BIO +BIO_s_fd - file descriptor BIO =head1 SYNOPSIS diff --git a/doc/crypto/BIO_s_file.pod b/doc/crypto/BIO_s_file.pod index b46c88c41b..2331f46460 100644 --- a/doc/crypto/BIO_s_file.pod +++ b/doc/crypto/BIO_s_file.pod @@ -2,7 +2,7 @@ =head1 NAME - BIO_s_file - FILE bio. +BIO_s_file - FILE bio. =head1 SYNOPSIS diff --git a/doc/crypto/BIO_s_mem.pod b/doc/crypto/BIO_s_mem.pod index 9eb1fc056a..47f64b0f33 100644 --- a/doc/crypto/BIO_s_mem.pod +++ b/doc/crypto/BIO_s_mem.pod @@ -2,7 +2,7 @@ =head1 NAME - BIO_s_mem - memory BIO +BIO_s_mem - memory BIO =head1 SYNOPSIS diff --git a/doc/crypto/BIO_s_null.pod b/doc/crypto/BIO_s_null.pod index c64c9838bc..e5514f7238 100644 --- a/doc/crypto/BIO_s_null.pod +++ b/doc/crypto/BIO_s_null.pod @@ -2,7 +2,7 @@ =head1 NAME - BIO_s_null - null data sink +BIO_s_null - null data sink =head1 SYNOPSIS diff --git a/doc/crypto/BIO_s_socket.pod b/doc/crypto/BIO_s_socket.pod index cf4b47880c..b8e25db22e 100644 --- a/doc/crypto/BIO_s_socket.pod +++ b/doc/crypto/BIO_s_socket.pod @@ -2,7 +2,7 @@ =head1 NAME - BIO_s_socket - socket BIO +BIO_s_socket - socket BIO =head1 SYNOPSIS diff --git a/doc/crypto/BIO_set_callback.pod b/doc/crypto/BIO_set_callback.pod index c6ae12b21d..90cde79ad0 100644 --- a/doc/crypto/BIO_set_callback.pod +++ b/doc/crypto/BIO_set_callback.pod @@ -2,7 +2,7 @@ =head1 NAME - BIO_set_callback, BIO_get_callback - BIO callback +BIO_set_callback, BIO_get_callback - BIO callback =head1 SYNOPSIS diff --git a/doc/crypto/BIO_should_retry.pod b/doc/crypto/BIO_should_retry.pod index 6d291b1888..a0cfbc4076 100644 --- a/doc/crypto/BIO_should_retry.pod +++ b/doc/crypto/BIO_should_retry.pod @@ -2,7 +2,7 @@ =head1 NAME - BIO_should_retry, BIO_should_read, BIO_should_write - BIO retry functions +BIO_should_retry, BIO_should_read, BIO_should_write - BIO retry functions =head1 SYNOPSIS