This is still true in 0.9.6a
Package: openssl Version: 0.9.6-1 Severity: normal $ man s_server SYNOPSIS openssl s_client .... The rest of synopsis seems to be correct. Single s/// required. Patch to do this attached. (run in src/openssl-0.9.6/doc/apps)--- s_server.pod.orig Thu Mar 15 17:08:54 2001 +++ s_server.pod Thu Mar 15 17:09:00 2001 @@ -7,7 +7,7 @@ =head1 SYNOPSIS -B<openssl> B<s_client> +B<openssl> B<s_server> [B<-accept port>] [B<-context id>] [B<-verify depth>]
