git ssb

0+

cel / sslh



Commit 718fe0e2e9f339a022d9bc13285017fdd76a32e1

Merge pull request #106 from nckx/man-trivialities

Fix a few typos in the man page
yrutschle authored on 12/19/2016, 8:55:03 PM
GitHub committed on 12/19/2016, 8:55:03 PM
Parent: 864b7badd2ddb767a0af545be19030e8e1dbc6dd
Parent: e492c2808c90ee151362420d6ac0b0d22cb943db

Files changed

sslh.podchanged
sslh.podView
@@ -57,9 +57,9 @@
5757
5858 =head2 Probing protocols
5959
6060 When receiving an incoming connection, B<sslh> will read the
61-first bytes sent be the connecting client. It will then
61+first bytes sent by the connecting client. It will then
6262 probe for the protocol in the order specified on the command
6363 line (or the configuration file). Therefore B<--anyprot>
6464 should alway be used last, as it always succeeds and further
6565 protocols will never be tried.
@@ -79,9 +79,9 @@
7979 =over 4
8080
8181 =item B<-F>I<filename>, B<--config> I<filename>
8282
83-Uses I<filename> has configuration file. If other
83+Uses I<filename> as configuration file. If other
8484 command-line options are specified, they will override the
8585 configuration file's settings.
8686
8787 When using the shorthand version, make sure there should be
@@ -125,9 +125,9 @@
125125 inside your network to just connect directly to B<httpd>.
126126
127127 Also, B<sslh> probes for SSLv3 (or TLSv1) handshake and will
128128 reject connections from clients requesting SSLv2. This is
129-compliant to RFC6176 which prohibits the usage of SSLv2. If
129+compliant with RFC6176 which prohibits the usage of SSLv2. If
130130 you wish to accept SSLv2, use B<--default> instead.
131131
132132 =item B<--ssh> I<target address>
133133
@@ -228,11 +228,11 @@
228228 =back
229229
230230 =head1 SEE ALSO
231231
232-Last version available from
232+The latest version is available from
233233 L<http://www.rutschle.net/tech/sslh>, and can be tracked
234234 from L<http://freecode.com/projects/sslh>.
235235
236236 =head1 AUTHOR
237237
238-Written by Yves Rutschle
238+Written by Yves Rutschle.

Built with git-ssb-web