Add missing =back.
[openssl.git] / doc / man / s_client.pod
index a316eeffea03fc7328e60df52bb8451525d4cfa0..98a3a06f9379c29344d0e8b457aab694a4e339e7 100644 (file)
@@ -147,6 +147,8 @@ option enables various workarounds.
 this allows the cipher list sent by the client to be modified. See the
 B<ciphers> command for more information.
 
+=back
+
 =head1 CONNECTED COMMANDS
 
 If a connection is established with an SSL server then any data received
@@ -192,7 +194,7 @@ B<-showcerts> option can be used to show the whole chain.
 =head1 BUGS
 
 Because this program has a lot of options and also because some of
-the techniques used are rather old the C source of s_client is rather
+the techniques used are rather old, the C source of s_client is rather
 hard to read and not a model of how things should be done. A typical
 SSL client program would be much simpler.