summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_s_connect.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/BIO_s_connect.pod')
-rw-r--r--doc/man3/BIO_s_connect.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BIO_s_connect.pod b/doc/man3/BIO_s_connect.pod
index eb11557b64..01fae195fc 100644
--- a/doc/man3/BIO_s_connect.pod
+++ b/doc/man3/BIO_s_connect.pod
@@ -163,7 +163,7 @@ BIO_set_nbio() always returns 1.
BIO_do_connect() returns 1 if the connection was successfully
established and 0 or -1 if the connection failed.
-=head1 EXAMPLE
+=head1 EXAMPLES
This is example connects to a webserver on the local host and attempts
to retrieve a page and copy the result to standard output.