All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rt-tests] manpages: fix typos found by lintian
@ 2016-04-27  6:51 Uwe Kleine-König
  2016-04-27  8:14 ` John Kacur
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2016-04-27  6:51 UTC (permalink / raw)
  To: Clark Williams, John Kacur; +Cc: linux-rt-users

This fixes these spelling errors:

	mutiple -> multiple
	occuring -> occurring
	specifed -> specified
	synchonized -> synchronized

---
BTW, I wonder if the manpages are using dos line endings on purpose.

 src/hwlatdetect/hwlatdetect.8 | 4 ++--
 src/pi_tests/README           | 2 +-
 src/pmqtest/pmqtest.8         | 2 +-
 src/ptsematest/ptsematest.8   | 2 +-
 src/sigwaittest/sigwaittest.8 | 4 ++--
 src/svsematest/svsematest.8   | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/hwlatdetect/hwlatdetect.8 b/src/hwlatdetect/hwlatdetect.8
index 2904e5fd8fde..6f5501445ce1 100644
--- a/src/hwlatdetect/hwlatdetect.8
+++ b/src/hwlatdetect/hwlatdetect.8
@@ -38,7 +38,7 @@ written for use by the "RT" patch since the Real Time kernel is highly
 latency sensitive. 
 
 SMIs are usually not serviced by the Linux kernel, which typically does not
-even know that they are occuring. SMIs are instead are set up by BIOS code
+even know that they are occurring. SMIs are instead are set up by BIOS code
 and are serviced by BIOS code, usually for "critical" events such as
 management of thermal sensors and fans. Sometimes though, SMIs are used for
 other tasks and those tasks can spend an inordinate amount of time in the
@@ -68,7 +68,7 @@ optional suffix may be specified to indicate minutes, hours or days.
 .TP
 .B \-\-threshold=<microsecond value>
 Specify the TSC gap used to detect an SMI. Any gap value greater than
-<theshold> is considered to be the result of an SMI occuring. 
+<theshold> is considered to be the result of an SMI occurring.
 
 .TP
 .B \-\-window=<time value>{us,ms,s,m,d}
diff --git a/src/pi_tests/README b/src/pi_tests/README
index 6b2850d6b970..f40b972db716 100644
--- a/src/pi_tests/README
+++ b/src/pi_tests/README
@@ -74,7 +74,7 @@ that have been performed. To stop the test, press any key and a
 summary will be printed to show how many inversions were performed and
 how long the test ran.
 
-To run the test for a specifed time, use the --duraton=<seconds>
+To run the test for a specified time, use the --duraton=<seconds>
 option.
 
 
diff --git a/src/pmqtest/pmqtest.8 b/src/pmqtest/pmqtest.8
index 6e9719815165..5e00ff8596e7 100644
--- a/src/pmqtest/pmqtest.8
+++ b/src/pmqtest/pmqtest.8
@@ -37,7 +37,7 @@ Set the priority of the process.
 Test mode for symmetric multi-processing, implies -a and -t and uses the same priority on all threads.
 .TP
 .B \-t, \-\-threads[=NUM]
-Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specifed, NUM is set to the number of available CPUs.
+Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specified, NUM is set to the number of available CPUs.
 .TP
 .B \-T, \-\-timeout=TO
 Use mq_timedreceive() instead of mq_receive() and specify timeout TO in seconds.
diff --git a/src/ptsematest/ptsematest.8 b/src/ptsematest/ptsematest.8
index 001e80936349..f4af37c1a7b5 100644
--- a/src/ptsematest/ptsematest.8
+++ b/src/ptsematest/ptsematest.8
@@ -31,7 +31,7 @@ Set the number of loops. The default is 0 (endless). This option is useful for a
 Set the priority of the process.
 .TP
 .B \-t, \-\-threads[=NUM]
-Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specifed, NUM is set to the number of available CPUs.
+Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specified, NUM is set to the number of available CPUs.
 .SH "EXAMPLES"
 The following example was running on a 4-way processor:
 .LP
diff --git a/src/sigwaittest/sigwaittest.8 b/src/sigwaittest/sigwaittest.8
index 89a97f1e7557..078f33a7c81c 100644
--- a/src/sigwaittest/sigwaittest.8
+++ b/src/sigwaittest/sigwaittest.8
@@ -8,7 +8,7 @@ sigwaittest [-a|-a PROC] [-b USEC] [-d DIST] [-f] [-i INTV] [-l loops] [-p PRIO]
 .br
 .SH "DESCRIPTION"
 .LP
-The program \fBsigwaittest\fR starts two threads or, optionally, forks two processes that are synchonized via signals and measures the latency between sending a signal and returning from sigwait().
+The program \fBsigwaittest\fR starts two threads or, optionally, forks two processes that are synchronized via signals and measures the latency between sending a signal and returning from sigwait().
 .SH "OPTIONS"
 .TP
 .B \-a, \-\-affinity[=PROC]
@@ -34,7 +34,7 @@ Set the number of loops. The default is 0 (endless). This option is useful for a
 Set the priority of the process.
 .TP
 .B \-t, \-\-threads[=NUM]
-Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specifed, NUM is set to the number of available CPUs.
+Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specified, NUM is set to the number of available CPUs.
 .SH "EXAMPLES"
 The following example was running on a 4-way CPU:
 .LP
diff --git a/src/svsematest/svsematest.8 b/src/svsematest/svsematest.8
index 93b163ea4dc0..14af8d431ece 100644
--- a/src/svsematest/svsematest.8
+++ b/src/svsematest/svsematest.8
@@ -34,7 +34,7 @@ Set the number of loops. The default is 0 (endless). This option is useful for a
 Set the priority of the process.
 .TP
 .B \-t, \-\-threads[=NUM]
-Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specifed, NUM is set to the number of available CPUs.
+Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specified, NUM is set to the number of available CPUs.
 .SH "EXAMPLES"
 The following example was running on a 4-way CPU:
 .LP
-- 
2.8.0.rc3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH rt-tests] manpages: fix typos found by lintian
  2016-04-27  6:51 [PATCH rt-tests] manpages: fix typos found by lintian Uwe Kleine-König
@ 2016-04-27  8:14 ` John Kacur
  0 siblings, 0 replies; 2+ messages in thread
From: John Kacur @ 2016-04-27  8:14 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: Clark Williams, linux-rt-users

[-- Attachment #1: Type: text/plain, Size: 7057 bytes --]



On Wed, 27 Apr 2016, Uwe Kleine-König wrote:

> This fixes these spelling errors:
> 
> 	mutiple -> multiple
> 	occuring -> occurring
> 	specifed -> specified
> 	synchonized -> synchronized
> 
> ---
> BTW, I wonder if the manpages are using dos line endings on purpose.
> 
>  src/hwlatdetect/hwlatdetect.8 | 4 ++--
>  src/pi_tests/README           | 2 +-
>  src/pmqtest/pmqtest.8         | 2 +-
>  src/ptsematest/ptsematest.8   | 2 +-
>  src/sigwaittest/sigwaittest.8 | 4 ++--
>  src/svsematest/svsematest.8   | 2 +-
>  6 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/src/hwlatdetect/hwlatdetect.8 b/src/hwlatdetect/hwlatdetect.8
> index 2904e5fd8fde..6f5501445ce1 100644
> --- a/src/hwlatdetect/hwlatdetect.8
> +++ b/src/hwlatdetect/hwlatdetect.8
> @@ -38,7 +38,7 @@ written for use by the "RT" patch since the Real Time kernel is highly
>  latency sensitive. 
>  
>  SMIs are usually not serviced by the Linux kernel, which typically does not
> -even know that they are occuring. SMIs are instead are set up by BIOS code
> +even know that they are occurring. SMIs are instead are set up by BIOS code
>  and are serviced by BIOS code, usually for "critical" events such as
>  management of thermal sensors and fans. Sometimes though, SMIs are used for
>  other tasks and those tasks can spend an inordinate amount of time in the
> @@ -68,7 +68,7 @@ optional suffix may be specified to indicate minutes, hours or days.
>  .TP
>  .B \-\-threshold=<microsecond value>
>  Specify the TSC gap used to detect an SMI. Any gap value greater than
> -<theshold> is considered to be the result of an SMI occuring. 
> +<theshold> is considered to be the result of an SMI occurring.
>  
>  .TP
>  .B \-\-window=<time value>{us,ms,s,m,d}
> diff --git a/src/pi_tests/README b/src/pi_tests/README
> index 6b2850d6b970..f40b972db716 100644
> --- a/src/pi_tests/README
> +++ b/src/pi_tests/README
> @@ -74,7 +74,7 @@ that have been performed. To stop the test, press any key and a
>  summary will be printed to show how many inversions were performed and
>  how long the test ran.
>  
> -To run the test for a specifed time, use the --duraton=<seconds>
> +To run the test for a specified time, use the --duraton=<seconds>
>  option.
>  
>  
> diff --git a/src/pmqtest/pmqtest.8 b/src/pmqtest/pmqtest.8
> index 6e9719815165..5e00ff8596e7 100644
> --- a/src/pmqtest/pmqtest.8
> +++ b/src/pmqtest/pmqtest.8
> @@ -37,7 +37,7 @@ Set the priority of the process.
>  Test mode for symmetric multi-processing, implies -a and -t and uses the same priority on all threads.
>  .TP
>  .B \-t, \-\-threads[=NUM]
> -Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specifed, NUM is set to the number of available CPUs.
> +Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specified, NUM is set to the number of available CPUs.
>  .TP
>  .B \-T, \-\-timeout=TO
>  Use mq_timedreceive() instead of mq_receive() and specify timeout TO in seconds.
> diff --git a/src/ptsematest/ptsematest.8 b/src/ptsematest/ptsematest.8
> index 001e80936349..f4af37c1a7b5 100644
> --- a/src/ptsematest/ptsematest.8
> +++ b/src/ptsematest/ptsematest.8
> @@ -31,7 +31,7 @@ Set the number of loops. The default is 0 (endless). This option is useful for a
>  Set the priority of the process.
>  .TP
>  .B \-t, \-\-threads[=NUM]
> -Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specifed, NUM is set to the number of available CPUs.
> +Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specified, NUM is set to the number of available CPUs.
>  .SH "EXAMPLES"
>  The following example was running on a 4-way processor:
>  .LP
> diff --git a/src/sigwaittest/sigwaittest.8 b/src/sigwaittest/sigwaittest.8
> index 89a97f1e7557..078f33a7c81c 100644
> --- a/src/sigwaittest/sigwaittest.8
> +++ b/src/sigwaittest/sigwaittest.8
> @@ -8,7 +8,7 @@ sigwaittest [-a|-a PROC] [-b USEC] [-d DIST] [-f] [-i INTV] [-l loops] [-p PRIO]
>  .br
>  .SH "DESCRIPTION"
>  .LP
> -The program \fBsigwaittest\fR starts two threads or, optionally, forks two processes that are synchonized via signals and measures the latency between sending a signal and returning from sigwait().
> +The program \fBsigwaittest\fR starts two threads or, optionally, forks two processes that are synchronized via signals and measures the latency between sending a signal and returning from sigwait().
>  .SH "OPTIONS"
>  .TP
>  .B \-a, \-\-affinity[=PROC]
> @@ -34,7 +34,7 @@ Set the number of loops. The default is 0 (endless). This option is useful for a
>  Set the priority of the process.
>  .TP
>  .B \-t, \-\-threads[=NUM]
> -Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specifed, NUM is set to the number of available CPUs.
> +Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specified, NUM is set to the number of available CPUs.
>  .SH "EXAMPLES"
>  The following example was running on a 4-way CPU:
>  .LP
> diff --git a/src/svsematest/svsematest.8 b/src/svsematest/svsematest.8
> index 93b163ea4dc0..14af8d431ece 100644
> --- a/src/svsematest/svsematest.8
> +++ b/src/svsematest/svsematest.8
> @@ -34,7 +34,7 @@ Set the number of loops. The default is 0 (endless). This option is useful for a
>  Set the priority of the process.
>  .TP
>  .B \-t, \-\-threads[=NUM]
> -Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specifed, NUM is set to the number of available CPUs.
> +Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specified, NUM is set to the number of available CPUs.
>  .SH "EXAMPLES"
>  The following example was running on a 4-way CPU:
>  .LP
> -- 
> 2.8.0.rc3
> 
> --


Your patch doesn't apply

git am -s ~/patches/uwe_spell.patch
Applying: manpages: fix typos found by lintian
error: patch failed: src/ptsematest/ptsematest.8:31
error: src/ptsematest/ptsematest.8: patch does not apply
error: patch failed: src/sigwaittest/sigwaittest.8:8
error: src/sigwaittest/sigwaittest.8: patch does not apply
error: patch failed: src/svsematest/svsematest.8:34
error: src/svsematest/svsematest.8: patch does not apply
Patch failed at 0001 manpages: fix typos found by lintian
The copy of the patch that failed is found in:
   /home/jkacur/src/rt-tests/.git/rebase-apply/patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
[jkacur@riemann rt-tests]$ git this
devel/v0.98

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-27  8:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-27  6:51 [PATCH rt-tests] manpages: fix typos found by lintian Uwe Kleine-König
2016-04-27  8:14 ` John Kacur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.