public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in SystemTap_Tapset_Reference/man3
@ 2016-03-31  4:04 Masanari Iida
  0 siblings, 0 replies; only message in thread
From: Masanari Iida @ 2016-03-31  4:04 UTC (permalink / raw)
  To: systemtap, fche; +Cc: Masanari Iida

This patch fix some spelling typos found in
doc/SystemTap_Tapset_Reference/man3.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 doc/SystemTap_Tapset_Reference/man3/function::ansi_set_color.3stap  | 6 +++---
 doc/SystemTap_Tapset_Reference/man3/function::ns_ppid.3stap         | 2 +-
 doc/SystemTap_Tapset_Reference/man3/function::ppid.3stap            | 2 +-
 doc/SystemTap_Tapset_Reference/man3/function::qsq_blocked.3stap     | 2 +-
 doc/SystemTap_Tapset_Reference/man3/function::qsq_start.3stap       | 2 +-
 doc/SystemTap_Tapset_Reference/man3/function::speculate.3stap       | 2 +-
 doc/SystemTap_Tapset_Reference/man3/function::task_ns_pid.3stap     | 2 +-
 doc/SystemTap_Tapset_Reference/man3/function::task_pid.3stap        | 2 +-
 .../man3/probe::ioscheduler_trace.elv_requeue_request.3stap         | 2 +-
 .../man3/probe::scheduler.ctxswitch.3stap                           | 2 +-
 .../man3/probe::stapio.receive_control_message.3stap                | 2 +-
 doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.drop.3stap    | 2 +-
 doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.process.3stap | 2 +-
 doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.send.3stap    | 2 +-
 doc/SystemTap_Tapset_Reference/man3/probe::tty.read.3stap           | 2 +-
 doc/SystemTap_Tapset_Reference/man3/probe::tty.register.3stap       | 2 +-
 doc/SystemTap_Tapset_Reference/man3/probe::tty.write.3stap          | 2 +-
 doc/SystemTap_Tapset_Reference/man3/probe::vm.kmalloc_node.3stap    | 2 +-
 18 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/doc/SystemTap_Tapset_Reference/man3/function::ansi_set_color.3stap b/doc/SystemTap_Tapset_Reference/man3/function::ansi_set_color.3stap
index b9bdda9e42da..259587dd0d04 100644
--- a/doc/SystemTap_Tapset_Reference/man3/function::ansi_set_color.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/function::ansi_set_color.3stap
@@ -60,10 +60,10 @@ Color attribute to set\&.
 .RE
 .SH "DESCRIPTION"
 .PP
-1) Sends ansi code for Select Graphic Rendition mode for the given forground color\&. Black (30), Blue (34), Green (32), Cyan (36), Red (31), Purple (35), Brown (33), Light Gray (37)\&.
+1) Sends ansi code for Select Graphic Rendition mode for the given foreground color\&. Black (30), Blue (34), Green (32), Cyan (36), Red (31), Purple (35), Brown (33), Light Gray (37)\&.
 .PP
-2) Sends ansi code for Select Graphic Rendition mode for the given forground color, Black (30), Blue (34), Green (32), Cyan (36), Red (31), Purple (35), Brown (33), Light Gray (37) and the given background color, Black (40), Red (41), Green (42), Yellow (43), Blue (44), Magenta (45), Cyan (46), White (47)\&.
+2) Sends ansi code for Select Graphic Rendition mode for the given foreground color, Black (30), Blue (34), Green (32), Cyan (36), Red (31), Purple (35), Brown (33), Light Gray (37) and the given background color, Black (40), Red (41), Green (42), Yellow (43), Blue (44), Magenta (45), Cyan (46), White (47)\&.
 .PP
-3) Sends ansi code for Select Graphic Rendition mode for the given forground color, Black (30), Blue (34), Green (32), Cyan (36), Red (31), Purple (35), Brown (33), Light Gray (37), the given background color, Black (40), Red (41), Green (42), Yellow (43), Blue (44), Magenta (45), Cyan (46), White (47) and the color attribute All attributes off (0), Intensity Bold (1), Underline Single (4), Blink Slow (5), Blink Rapid (6), Image Negative (7)\&.
+3) Sends ansi code for Select Graphic Rendition mode for the given foreground color, Black (30), Blue (34), Green (32), Cyan (36), Red (31), Purple (35), Brown (33), Light Gray (37), the given background color, Black (40), Red (41), Green (42), Yellow (43), Blue (44), Magenta (45), Cyan (46), White (47) and the color attribute All attributes off (0), Intensity Bold (1), Underline Single (4), Blink Slow (5), Blink Rapid (6), Image Negative (7)\&.
 .SH SEE ALSO\n 
 .IR tapset::ansi (3stap)
diff --git a/doc/SystemTap_Tapset_Reference/man3/function::ns_ppid.3stap b/doc/SystemTap_Tapset_Reference/man3/function::ns_ppid.3stap
index 213832c38a57..6365bbe4617b 100644
--- a/doc/SystemTap_Tapset_Reference/man3/function::ns_ppid.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/function::ns_ppid.3stap
@@ -39,6 +39,6 @@ function::ns_ppid \- Returns the process ID of a target process\*(Aqs parent pro
 None
 .SH "DESCRIPTION"
 .PP
-This function return the process ID of the target proccess\*(Aqs parent process as seen in the target pid namespace if provided, or the stap process namespace\&.
+This function return the process ID of the target process\*(Aqs parent process as seen in the target pid namespace if provided, or the stap process namespace\&.
 .SH SEE ALSO\n 
 .IR tapset::context (3stap)
diff --git a/doc/SystemTap_Tapset_Reference/man3/function::ppid.3stap b/doc/SystemTap_Tapset_Reference/man3/function::ppid.3stap
index a2e6763eefba..8efbe4653378 100644
--- a/doc/SystemTap_Tapset_Reference/man3/function::ppid.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/function::ppid.3stap
@@ -39,6 +39,6 @@ function::ppid \- Returns the process ID of a target process\*(Aqs parent proces
 None
 .SH "DESCRIPTION"
 .PP
-This function return the process ID of the target proccess\*(Aqs parent process\&.
+This function return the process ID of the target process\*(Aqs parent process\&.
 .SH SEE ALSO\n 
 .IR tapset::context (3stap)
diff --git a/doc/SystemTap_Tapset_Reference/man3/function::qsq_blocked.3stap b/doc/SystemTap_Tapset_Reference/man3/function::qsq_blocked.3stap
index 085a80bd6620..d42d7e1dbfe0 100644
--- a/doc/SystemTap_Tapset_Reference/man3/function::qsq_blocked.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/function::qsq_blocked.3stap
@@ -28,7 +28,7 @@
 .\" * MAIN CONTENT STARTS HERE *
 .\" -----------------------------------------------------------------
 .SH "NAME"
-function::qsq_blocked \- Returns the time reqest was on the wait queue
+function::qsq_blocked \- Returns the time request was on the wait queue
 .SH "SYNOPSIS"
 .sp
 .nf
diff --git a/doc/SystemTap_Tapset_Reference/man3/function::qsq_start.3stap b/doc/SystemTap_Tapset_Reference/man3/function::qsq_start.3stap
index 280129b47d3e..471d6c20d64e 100644
--- a/doc/SystemTap_Tapset_Reference/man3/function::qsq_start.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/function::qsq_start.3stap
@@ -42,6 +42,6 @@ the name of the service that finished
 .RE
 .SH "DESCRIPTION"
 .PP
-This function resets the statistics counters for the given queue, and restarts tracking from the moment the function was called\&. This function is also used to create intialize a queue\&.
+This function resets the statistics counters for the given queue, and restarts tracking from the moment the function was called\&. This function is also used to create initialize a queue\&.
 .SH SEE ALSO\n 
 .IR tapset::queue_stats (3stap)
diff --git a/doc/SystemTap_Tapset_Reference/man3/function::speculate.3stap b/doc/SystemTap_Tapset_Reference/man3/function::speculate.3stap
index 5a5f04c70611..40238aa9c6c5 100644
--- a/doc/SystemTap_Tapset_Reference/man3/function::speculate.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/function::speculate.3stap
@@ -47,6 +47,6 @@ string to write out when commit occurs
 .RE
 .SH "DESCRIPTION"
 .PP
-Add a string to the speculaive buffer for id\&.
+Add a string to the speculative buffer for id\&.
 .SH SEE ALSO\n 
 .IR tapset::speculative (3stap)
diff --git a/doc/SystemTap_Tapset_Reference/man3/function::task_ns_pid.3stap b/doc/SystemTap_Tapset_Reference/man3/function::task_ns_pid.3stap
index 71b317f4c147..0bd21c276495 100644
--- a/doc/SystemTap_Tapset_Reference/man3/function::task_ns_pid.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/function::task_ns_pid.3stap
@@ -42,6 +42,6 @@ task_struct pointer
 .RE
 .SH "DESCRIPTION"
 .PP
-This fucntion returns the process id of the given task based on the specified pid namespace\&.\&.
+This function returns the process id of the given task based on the specified pid namespace\&.\&.
 .SH SEE ALSO\n 
 .IR tapset::task (3stap)
diff --git a/doc/SystemTap_Tapset_Reference/man3/function::task_pid.3stap b/doc/SystemTap_Tapset_Reference/man3/function::task_pid.3stap
index 57b09157bfa3..9e27bb37a13c 100644
--- a/doc/SystemTap_Tapset_Reference/man3/function::task_pid.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/function::task_pid.3stap
@@ -42,6 +42,6 @@ task_struct pointer
 .RE
 .SH "DESCRIPTION"
 .PP
-This fucntion returns the process id of the given task\&.
+This function returns the process id of the given task\&.
 .SH SEE ALSO\n 
 .IR tapset::task (3stap)
diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_requeue_request.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_requeue_request.3stap
index 057ce8e75ae3..d165ae566880 100644
--- a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_requeue_request.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_requeue_request.3stap
@@ -67,6 +67,6 @@ Name of the probe point
 .RE
 .SH "DESCRIPTION"
 .PP
-put back on the queue, when the hadware cannot accept more requests\&.
+put back on the queue, when the hardware cannot accept more requests\&.
 .SH SEE ALSO\n 
 .IR tapset::ioscheduler (3stap)
diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.ctxswitch.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.ctxswitch.3stap
index 83994edef416..d55b9c073cea 100644
--- a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.ctxswitch.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.ctxswitch.3stap
@@ -28,7 +28,7 @@
 .\" * MAIN CONTENT STARTS HERE *
 .\" -----------------------------------------------------------------
 .SH "NAME"
-probe::scheduler.ctxswitch \- A context switch is occuring\&.
+probe::scheduler.ctxswitch \- A context switch is occurring\&.
 .SH "SYNOPSIS"
 .sp
 .nf
diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::stapio.receive_control_message.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::stapio.receive_control_message.3stap
index 54c1d67662c3..62af01b2a1de 100644
--- a/doc/SystemTap_Tapset_Reference/man3/probe::stapio.receive_control_message.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/probe::stapio.receive_control_message.3stap
@@ -52,6 +52,6 @@ the length (in bytes) of the data blob
 .RE
 .SH "DESCRIPTION"
 .PP
-Fires just after a message was receieved and before it\*(Aqs processed\&.
+Fires just after a message was received and before it\*(Aqs processed\&.
 .SH SEE ALSO\n 
 .IR tapset::stap_staticmarkers (3stap)
diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.drop.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.drop.3stap
index d7fbef68a397..577520b9a5cd 100644
--- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.drop.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.drop.3stap
@@ -68,7 +68,7 @@ the procedure number in the request
 .PP
 \fIrq_prot\fR
 .RS 4
-the IP protocol of the reqeust
+the IP protocol of the request
 .RE
 .SH SEE ALSO\n 
 .IR tapset::rpc (3stap)
diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.process.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.process.3stap
index 14ab71b81700..f8149a38ba2c 100644
--- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.process.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.process.3stap
@@ -73,7 +73,7 @@ the procedure number in the request
 .PP
 \fIrq_prot\fR
 .RS 4
-the IP protocol of the reqeust
+the IP protocol of the request
 .RE
 .PP
 \fIpeer_ip\fR
diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.send.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.send.3stap
index 697a45c10600..583a41a37327 100644
--- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.send.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.send.3stap
@@ -58,7 +58,7 @@ the transmission id in the request
 .PP
 \fIrq_prot\fR
 .RS 4
-the IP protocol of the reqeust
+the IP protocol of the request
 .RE
 .PP
 \fIrq_proc\fR
diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tty.read.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tty.read.3stap
index 61fdefea8803..650e4a75b353 100644
--- a/doc/SystemTap_Tapset_Reference/man3/probe::tty.read.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/probe::tty.read.3stap
@@ -48,7 +48,7 @@ the driver name
 .PP
 \fIfile_name\fR
 .RS 4
-the file name lreated to the tty
+the file name related to the tty
 .RE
 .PP
 \fInr\fR
diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tty.register.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tty.register.3stap
index 7c15eb9d286a..263f40859ed7 100644
--- a/doc/SystemTap_Tapset_Reference/man3/probe::tty.register.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/probe::tty.register.3stap
@@ -28,7 +28,7 @@
 .\" * MAIN CONTENT STARTS HERE *
 .\" -----------------------------------------------------------------
 .SH "NAME"
-probe::tty.register \- Called when a tty device is registred
+probe::tty.register \- Called when a tty device is registered
 .SH "SYNOPSIS"
 .sp
 .nf
diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tty.write.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tty.write.3stap
index 097412dd16a2..316e46eee025 100644
--- a/doc/SystemTap_Tapset_Reference/man3/probe::tty.write.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/probe::tty.write.3stap
@@ -43,7 +43,7 @@ the buffer that will be written
 .PP
 \fIfile_name\fR
 .RS 4
-the file name lreated to the tty
+the file name related to the tty
 .RE
 .PP
 \fIdriver_name\fR
diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmalloc_node.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmalloc_node.3stap
index 55d6352e71ef..128600b839cc 100644
--- a/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmalloc_node.3stap
+++ b/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmalloc_node.3stap
@@ -58,7 +58,7 @@ name of the caller function
 .PP
 \fIcall_site\fR
 .RS 4
-address of the function caling this kmemory function
+address of the function calling this kmemory function
 .RE
 .PP
 \fIgfp_flag_name\fR
-- 
2.8.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-03-31  4:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-31  4:04 [PATCH] Fix typo in SystemTap_Tapset_Reference/man3 Masanari Iida

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).