From b5155e72f12f1a3e70217444a28ef58e19e97c17 Mon Sep 17 00:00:00 2001 From: Masanari Iida Date: Thu, 31 Mar 2016 13:04:45 +0900 Subject: [PATCH] Fix typo in SystemTap_Tapset_Reference/man3 This patch fix some spelling typos found in doc/SystemTap_Tapset_Reference/man3. Signed-off-by: Masanari Iida --- .../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 +- .../man3/function::qsq_blocked.3stap | 2 +- .../man3/function::qsq_start.3stap | 2 +- .../man3/function::speculate.3stap | 2 +- .../man3/function::task_ns_pid.3stap | 2 +- .../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 +- .../man3/probe::sunrpc.svc.drop.3stap | 2 +- .../man3/probe::sunrpc.svc.process.3stap | 2 +- .../man3/probe::sunrpc.svc.send.3stap | 2 +- doc/SystemTap_Tapset_Reference/man3/probe::tty.read.3stap | 2 +- .../man3/probe::tty.register.3stap | 2 +- doc/SystemTap_Tapset_Reference/man3/probe::tty.write.3stap | 2 +- .../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 b9bdda9e4..259587dd0 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 213832c38..6365bbe46 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 a2e6763ee..8efbe4653 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 085a80bd6..d42d7e1db 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 280129b47..471d6c20d 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 5a5f04c70..40238aa9c 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 71b317f4c..0bd21c276 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 57b09157b..9e27bb37a 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 057ce8e75..d165ae566 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 83994edef..d55b9c073 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 54c1d6766..62af01b2a 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 d7fbef68a..577520b9a 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 14ab71b81..f8149a38b 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 697a45c10..583a41a37 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 61fdefea8..650e4a75b 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 7c15eb9d2..263f40859 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 097412dd1..316e46eee 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 55d6352e7..128600b83 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.43.5