summaryrefslogtreecommitdiffstats
path: root/recipes-test/stress/files/stress-itemx-after-item-only.patch
blob: 5ef40bbde0d01fb9cdae985b0b5d75a2e170ac9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
stress: fix documentation build failure on Fedora

Building the documentation for stress failed due to errors like this
one:
  stress.texi:68: @itemx must follow @item

Upstream-Status: Submitted [Amos Waterland <apw@debian.org>]

Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
--- a/doc/stress.texi  2005-03-10 02:16:02.000000000 +0100
+++ b/doc/stress.texi  2014-04-17 17:10:25.826749256 +0200
@@ -65,7 +65,7 @@
 @itemx --help
 Show help information.

-@itemx --version
+@item --version
 Show version information.

 @item -v
@@ -84,7 +84,7 @@
 @itemx --timeout @var{secs}
 Time out after @var{secs} seconds.

-@itemx --backoff @var{usecs}
+@item --backoff @var{usecs}
 Wait for factor of @var{usecs} microseconds before starting work.

 @item -c @var{forks}
@@ -99,10 +99,10 @@
 @itemx --vm @var{forks}
 Spawn @var{forks} processes each spinning on @samp{malloc()}.

-@itemx --vm-bytes @var{bytes}
+@item --vm-bytes @var{bytes}
 Allocate @var{bytes} number of bytes.  The default is 1.

-@itemx --vm-hang
+@item --vm-hang
 Instruct each vm hog process to go to sleep after allocating memory.  This
 contrasts with their normal behavior, which is to free the memory and
 reallocate @emph{ad infinitum}.  This is useful for simulating low memory
@@ -117,10 +117,10 @@
 @itemx --hdd @var{forks}
 Spawn @var{forks} processes each spinning on @samp{write()}.

-@itemx --hdd-bytes @var{bytes}
+@item --hdd-bytes @var{bytes}
 Write @var{bytes} number of bytes.  The default is 1GB.

-@itemx --hdd-noclean
+@item --hdd-noclean
 Do not unlink file(s) to which random ASCII data is written.

 @end table