diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-08-11 09:49:00 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-08-11 09:49:00 +0200 |
commit | 3fbf8552c3f966794a18baa53f50b56697a2f9b3 (patch) | |
tree | 993555b4994eee7e57d6ff62ecb05493f31dc70f | |
parent | e679283a5ae5555db19d613fa3299f96cfc94eb7 (diff) | |
download | systemtap-steved-3fbf8552c3f966794a18baa53f50b56697a2f9b3.tar.gz systemtap-steved-3fbf8552c3f966794a18baa53f50b56697a2f9b3.tar.xz systemtap-steved-3fbf8552c3f966794a18baa53f50b56697a2f9b3.zip |
RH516691. SSL typo in manpage.
* stap-server.8.in: Fix SLL typo to read SSL.
-rw-r--r-- | stap-server.8.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stap-server.8.in b/stap-server.8.in index 0480b6d5..23769ace 100644 --- a/stap-server.8.in +++ b/stap-server.8.in @@ -35,7 +35,7 @@ stap-server \- systemtap server and related utilities The systemtap server listens for connections from .I stap\-client -on a secure SLL network port and accepts requests to run the +on a secure SSL network port and accepts requests to run the .I stap front end. |