This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[PATCH] Fix typo in man pages
- From: Masanari Iida <standby24x7 at gmail dot com>
- To: systemtap at sourceware dot org
- Cc: fche at redhat dot com, Masanari Iida <standby24x7 at gmail dot com>
- Date: Sat, 7 Feb 2015 02:38:23 +0900
- Subject: [PATCH] Fix typo in man pages
- Authentication-results: sourceware.org; auth=none
This patch fix spelling typo in stap.1 and stap-server.8
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
man/stap-server.8 | 2 +-
man/stap.1 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/stap-server.8 b/man/stap-server.8
index 8a5b1fa..2787ac6 100644
--- a/man/stap-server.8
+++ b/man/stap-server.8
@@ -407,7 +407,7 @@ NICKNAME=my-server
SSL=/path/to/NSS/certificate/database
.ESAMPLE
-.SH SERVER AUTHENTICAION
+.SH SERVER AUTHENTICATION
The security of the SSL network connection between the client and server
depends on the proper
management of server certificates.
diff --git a/man/stap.1 b/man/stap.1
index 7d50d63..21df9a4 100644
--- a/man/stap.1
+++ b/man/stap.1
@@ -1935,7 +1935,7 @@ for the probe handler's own needs, plus a safety margin.
MAXUPROBES
Maximum number of concurrently armed user-space probes (uprobes), default
somewhat larger than the number of user-space probe points named in the script.
-This pool needs to be potentialy large because individual uprobe objects (about
+This pool needs to be potentially large because individual uprobe objects (about
64 bytes each) are allocated for each process for each matching script-level probe.
.TP
STP_MAXMEMORY
--
2.3.0.rc1.30.g76afe74