summaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-06-06 00:43:05 -0400
committerRich Salz <rsalz@openssl.org>2016-06-06 10:09:39 -0400
commitbb9ad09e8ec91d1c3e9c571b4b5ba98980b5fa93 (patch)
tree1bad05f5a20d3f562f33e5bd93936d1850a95199 /doc/ssl
parent497e9863c62603e41c47e2ecca03d8022aaee089 (diff)
More doc nits
Update script to look for period or POD markup in NAME section, and fix them. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/DTLSv1_listen.pod2
-rw-r--r--doc/ssl/SSL_CONF_cmd_argv.pod2
-rw-r--r--doc/ssl/SSL_CTX_config.pod2
-rw-r--r--doc/ssl/SSL_get_version.pod2
-rw-r--r--doc/ssl/SSL_read.pod2
-rw-r--r--doc/ssl/SSL_write.pod2
6 files changed, 6 insertions, 6 deletions
diff --git a/doc/ssl/DTLSv1_listen.pod b/doc/ssl/DTLSv1_listen.pod
index ab7621de58..a839d9fec1 100644
--- a/doc/ssl/DTLSv1_listen.pod
+++ b/doc/ssl/DTLSv1_listen.pod
@@ -2,7 +2,7 @@
=head1 NAME
-DTLSv1_listen - listen for incoming DTLS connections.
+DTLSv1_listen - listen for incoming DTLS connections
=head1 SYNOPSIS
diff --git a/doc/ssl/SSL_CONF_cmd_argv.pod b/doc/ssl/SSL_CONF_cmd_argv.pod
index 8f38db1d3b..15529a5973 100644
--- a/doc/ssl/SSL_CONF_cmd_argv.pod
+++ b/doc/ssl/SSL_CONF_cmd_argv.pod
@@ -2,7 +2,7 @@
=head1 NAME
-SSL_CONF_cmd_argv - SSL configuration command line processing.
+SSL_CONF_cmd_argv - SSL configuration command line processing
=head1 SYNOPSIS
diff --git a/doc/ssl/SSL_CTX_config.pod b/doc/ssl/SSL_CTX_config.pod
index 40144f9de4..802c4c359e 100644
--- a/doc/ssl/SSL_CTX_config.pod
+++ b/doc/ssl/SSL_CTX_config.pod
@@ -2,7 +2,7 @@
=head1 NAME
-SSL_CTX_config, SSL_config - configure SSL_CTX or SSL structure.
+SSL_CTX_config, SSL_config - configure SSL_CTX or SSL structure
=head1 SYNOPSIS
diff --git a/doc/ssl/SSL_get_version.pod b/doc/ssl/SSL_get_version.pod
index 8d4416f196..45e2f1d45b 100644
--- a/doc/ssl/SSL_get_version.pod
+++ b/doc/ssl/SSL_get_version.pod
@@ -2,7 +2,7 @@
=head1 NAME
-SSL_get_version - get the protocol version of a connection.
+SSL_get_version - get the protocol version of a connection
=head1 SYNOPSIS
diff --git a/doc/ssl/SSL_read.pod b/doc/ssl/SSL_read.pod
index a3cbe4ec8e..8dff2448d0 100644
--- a/doc/ssl/SSL_read.pod
+++ b/doc/ssl/SSL_read.pod
@@ -2,7 +2,7 @@
=head1 NAME
-SSL_read - read bytes from a TLS/SSL connection.
+SSL_read - read bytes from a TLS/SSL connection
=head1 SYNOPSIS
diff --git a/doc/ssl/SSL_write.pod b/doc/ssl/SSL_write.pod
index 671796b16e..5ab079042e 100644
--- a/doc/ssl/SSL_write.pod
+++ b/doc/ssl/SSL_write.pod
@@ -2,7 +2,7 @@
=head1 NAME
-SSL_write - write bytes to a TLS/SSL connection.
+SSL_write - write bytes to a TLS/SSL connection
=head1 SYNOPSIS