summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2016-05-13 14:48:56 +0200
committerJohn Kacur <jkacur@redhat.com>2016-05-13 14:54:13 +0200
commit4594d66e7880d835044ba5fa910ec0e182fa265b (patch)
tree594e0b2435b08e5b176679240e251e64e4ca1100
parente09c5cf849457255b2dc9e76d269c5bccba8ba76 (diff)
downloadrt-tests-4594d66e7880d835044ba5fa910ec0e182fa265b.tar.gz
rt-tests-4594d66e7880d835044ba5fa910ec0e182fa265b.tar.xz
rt-tests: Housekeeping fix some spelling errors.
Fix a number of errors like procesor->processor, specifed->specified and cylictest->cyclictest. Note, Uwe Kleine-König <ukleinek@debian.org> pointed out some of these spelling errors previously. Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--src/backfire/sendme.82
-rw-r--r--src/pi_tests/pi_stress.82
-rw-r--r--src/pmqtest/pmqtest.84
-rw-r--r--src/ptsematest/ptsematest.86
-rw-r--r--src/signaltest/signaltest.82
-rw-r--r--src/sigwaittest/sigwaittest.88
-rw-r--r--src/svsematest/svsematest.86
7 files changed, 15 insertions, 15 deletions
diff --git a/src/backfire/sendme.8 b/src/backfire/sendme.8
index b9857ab..05f3a1c 100644
--- a/src/backfire/sendme.8
+++ b/src/backfire/sendme.8
@@ -12,7 +12,7 @@ The program \fBsendme\fR uses the \fBbackfire\fR driver to send a signal from dr
.SH "OPTIONS"
.TP
.B \-a, \-\-affinity[=PROC]
-Run on procesor number PROC. If PROC is not specified, run on current processor.
+Run on processor number PROC. If PROC is not specified, run on current processor.
.TP
.B \-b, \-\-breaktrace=USEC
Send break trace command when latency > USEC. This is a debugging option to control the latency tracer in the realtime preemption patch.
diff --git a/src/pi_tests/pi_stress.8 b/src/pi_tests/pi_stress.8
index 4fecab5..c92b4bd 100644
--- a/src/pi_tests/pi_stress.8
+++ b/src/pi_tests/pi_stress.8
@@ -38,7 +38,7 @@ code paths for POSIX mutexes, in both the Linux kernel and the C
library. It runs as a realtime-priority task and launches
.IR "inversion machine"
thread groups. Each inversion group causes a
-.IR "priorty inversion"
+.IR "priority inversion"
condition that will deadlock if
.IR "priority inheritance"
doesn't work.
diff --git a/src/pmqtest/pmqtest.8 b/src/pmqtest/pmqtest.8
index 6e97198..05421e0 100644
--- a/src/pmqtest/pmqtest.8
+++ b/src/pmqtest/pmqtest.8
@@ -12,7 +12,7 @@ The program \fBpmqtest\fR starts pairs of threads that are synchronized via mq_s
.SH "OPTIONS"
.TP
.B \-a, \-\-affinity[=PROC]
-Run on procesor number PROC. If PROC is not specified, run on current processor.
+Run on processor number PROC. If PROC is not specified, run on current processor.
.TP
.B \-b, \-\-breaktrace=USEC
Send break trace command when latency > USEC. This is a debugging option to control the latency tracer in the realtime preemption patch.
@@ -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 001e809..9d83533 100644
--- a/src/ptsematest/ptsematest.8
+++ b/src/ptsematest/ptsematest.8
@@ -12,14 +12,14 @@ The program \fBptsematest\fR starts two threads that are synchronized via pthrea
.SH "OPTIONS"
.TP
.B \-a, \-\-affinity[=PROC]
-Run on procesor number PROC. If PROC is not specified, run on current processor.
+Run on processor number PROC. If PROC is not specified, run on current processor.
.TP
.B \-b, \-\-breaktrace=USEC
Send break trace command when latency > USEC. This is a debugging option to control the latency tracer in the realtime preemption patch.
It is useful to track down unexpected large latencies of a system.
.TP
.B \-d, \-\-distance=DIST
-Set the distance of thread intervals in microseconds (default is 500 us). When cylictest is called with the -t option and more than one thread is created, then this distance value is added to the interval of the threads: Interval(thread N) = Interval(thread N-1) + DIST
+Set the distance of thread intervals in microseconds (default is 500 us). When cyclictest is called with the -t option and more than one thread is created, then this distance value is added to the interval of the threads: Interval(thread N) = Interval(thread N-1) + DIST
.TP
.B \-i, \-\-interval=INTV
Set the base interval of the thread(s) in microseconds (default is 1000 us). This sets the interval of the first thread. See also -d.
@@ -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/signaltest/signaltest.8 b/src/signaltest/signaltest.8
index d6c11c2..634d392 100644
--- a/src/signaltest/signaltest.8
+++ b/src/signaltest/signaltest.8
@@ -11,7 +11,7 @@ These programs follow the usual GNU command line syntax, with long options
starting with two dashes ('\-\-').
.TP
.B \-b, \-\-breaktrace=USEC
-Send break trace command whn latency > USEC
+Send break trace command when latency > USEC
.TP
.B \-l, \-\-loops=LOOPS
Number of loops: default=0 (endless)
diff --git a/src/sigwaittest/sigwaittest.8 b/src/sigwaittest/sigwaittest.8
index 89a97f1..2290ca2 100644
--- a/src/sigwaittest/sigwaittest.8
+++ b/src/sigwaittest/sigwaittest.8
@@ -8,18 +8,18 @@ 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]
-Run on procesor number PROC. If PROC is not specified, run on current processor.
+Run on processor number PROC. If PROC is not specified, run on current processor.
.TP
.B \-b, \-\-breaktrace=USEC
Send break trace command when latency > USEC. This is a debugging option to control the latency tracer in the realtime preemption patch.
It is useful to track down unexpected large latencies of a system.
.TP
.B \-d, \-\-distance=DIST
-Set the distance of thread intervals in microseconds (default is 500 us). When cylictest is called with the -t option and more than one thread is created, then this distance value is added to the interval of the threads: Interval(thread N) = Interval(thread N-1) + DIST
+Set the distance of thread intervals in microseconds (default is 500 us). When cyclictest is called with the -t option and more than one thread is created, then this distance value is added to the interval of the threads: Interval(thread N) = Interval(thread N-1) + DIST
.TP
.B \-f, \-\-fork
Instead of creating threads (which is the default), fork new processes
@@ -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 93b163e..0d4eaf3 100644
--- a/src/svsematest/svsematest.8
+++ b/src/svsematest/svsematest.8
@@ -12,14 +12,14 @@ The program \fBsvsematest\fR starts two threads or, optionally, forks two proces
.SH "OPTIONS"
.TP
.B \-a, \-\-affinity[=PROC]
-Run on procesor number PROC. If PROC is not specified, run on current processor.
+Run on processor number PROC. If PROC is not specified, run on current processor.
.TP
.B \-b, \-\-breaktrace=USEC
Send break trace command when latency > USEC. This is a debugging option to control the latency tracer in the realtime preemption patch.
It is useful to track down unexpected large latencies of a system.
.TP
.B \-d, \-\-distance=DIST
-Set the distance of thread intervals in microseconds (default is 500 us). When cylictest is called with the -t option and more than one thread is created, then this distance value is added to the interval of the threads: Interval(thread N) = Interval(thread N-1) + DIST
+Set the distance of thread intervals in microseconds (default is 500 us). When cyclictest is called with the -t option and more than one thread is created, then this distance value is added to the interval of the threads: Interval(thread N) = Interval(thread N-1) + DIST
.TP
.B \-f, \-\-fork
Instead of creating threads (which is the default), fork new processes
@@ -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