summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2021-06-14 13:38:02 +0200
committerDmitry Belyavskiy <beldmit@gmail.com>2021-06-15 15:16:15 +0200
commit04fb4ec8facc5555e1e289029c289ebc4b487db8 (patch)
tree7adbeef27a14305c920e5596a8a7ab09c0391cbe /doc
parent9067cf6ccdce0a73922f06937e54c2fce2752038 (diff)
s_server: make -rev option easier to find (mention echo)
Since the service is echo-like (see TCP port 7 from RFC 862 or gnutls-serv --echo), make it easier to find by mentioning "echo" in the description of it in the help message an man page Also fixes the man page inconsistency ("sends it back to the server") Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/15739)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-s_server.pod.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/man1/openssl-s_server.pod.in b/doc/man1/openssl-s_server.pod.in
index 97852ae7bf..c4289a12e3 100644
--- a/doc/man1/openssl-s_server.pod.in
+++ b/doc/man1/openssl-s_server.pod.in
@@ -545,9 +545,8 @@ output.
=item B<-rev>
-Simple test server which just reverses the text received from the client
-and sends it back to the server. Also sets B<-brief>. Cannot be used in
-conjunction with B<-early_data>.
+Simple echo server that sends back received text reversed. Also sets B<-brief>.
+Cannot be used in conjunction with B<-early_data>.
=item B<-async>