This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix typo in man pages


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]