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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e117a890caecc402ea57fb5ea26bcfddbedee6ce;p=thirdparty%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 dfec0196146..c00fda9b08b 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 ec90fc2228c..5ab702cb9ea 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 7270c743c5e..b0bc00daf0e 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 a5bb6922215..74e46bb1d24 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 8156b51b8fb..b057c184083 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 cc18c06228d..bd3b2561961 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 3c8f947da3e..53d56b2e6fa 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 5d0d39e4f06..8af1d3c0975 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 e7eb5ea0450..563806c206f 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 5c7c55fa896..6f0341e1ed4 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 b46c88c41b5..2331f464601 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 9eb1fc056a7..47f64b0f33d 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 c64c9838bc4..e5514f72389 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 cf4b47880c8..b8e25db22e3 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 c6ae12b21d2..90cde79ad04 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 6d291b18883..a0cfbc4076e 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