提交 e117a890 编写于 作者: R Richard Levitte

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.
上级 5614bb91
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
=head1 NAME =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 =head1 SYNOPSIS
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
=head1 NAME =head1 NAME
BIO_f_base64 - base64 BIO BIO_f_base64 - base64 BIO
=head1 SYNOPSIS =head1 SYNOPSIS
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
=head1 NAME =head1 NAME
BIO_f_cipher - cipher BIO BIO_f_cipher - cipher BIO
=head1 SYNOPSIS =head1 SYNOPSIS
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
=head1 NAME =head1 NAME
BIO_f_md - message digest BIO BIO_f_md - message digest BIO
=head1 SYNOPSIS =head1 SYNOPSIS
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
=head1 NAME =head1 NAME
BIO_f_null - null filter BIO_f_null - null filter
=head1 SYNOPSIS =head1 SYNOPSIS
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
=head1 NAME =head1 NAME
BIO_find_type, BIO_next - BIO chain traversal BIO_find_type, BIO_next - BIO chain traversal
=head1 SYNOPSIS =head1 SYNOPSIS
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
=head1 NAME =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 =head1 SYNOPSIS
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
=head1 NAME =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 =head1 SYNOPSIS
......
...@@ -2,16 +2,16 @@ ...@@ -2,16 +2,16 @@
=head1 NAME =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 =head1 SYNOPSIS
#include <openssl/bio.h> #include <openssl/bio.h>
int BIO_read(BIO *b, void *buf, int len); 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_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 =head1 DESCRIPTION
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
=head1 NAME =head1 NAME
BIO_s_fd - file descriptor BIO BIO_s_fd - file descriptor BIO
=head1 SYNOPSIS =head1 SYNOPSIS
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
=head1 NAME =head1 NAME
BIO_s_file - FILE bio. BIO_s_file - FILE bio.
=head1 SYNOPSIS =head1 SYNOPSIS
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
=head1 NAME =head1 NAME
BIO_s_mem - memory BIO BIO_s_mem - memory BIO
=head1 SYNOPSIS =head1 SYNOPSIS
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
=head1 NAME =head1 NAME
BIO_s_null - null data sink BIO_s_null - null data sink
=head1 SYNOPSIS =head1 SYNOPSIS
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
=head1 NAME =head1 NAME
BIO_s_socket - socket BIO BIO_s_socket - socket BIO
=head1 SYNOPSIS =head1 SYNOPSIS
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
=head1 NAME =head1 NAME
BIO_set_callback, BIO_get_callback - BIO callback BIO_set_callback, BIO_get_callback - BIO callback
=head1 SYNOPSIS =head1 SYNOPSIS
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
=head1 NAME =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 =head1 SYNOPSIS
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册