summaryrefslogtreecommitdiffstats
path: root/recipes-test/stress/files/stress-itemx-after-item-only.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-test/stress/files/stress-itemx-after-item-only.patch')
-rw-r--r--recipes-test/stress/files/stress-itemx-after-item-only.patch55
1 files changed, 55 insertions, 0 deletions
diff --git a/recipes-test/stress/files/stress-itemx-after-item-only.patch b/recipes-test/stress/files/stress-itemx-after-item-only.patch
new file mode 100644
index 0000000..5ef40bb
--- /dev/null
+++ b/recipes-test/stress/files/stress-itemx-after-item-only.patch
@@ -0,0 +1,55 @@
1stress: fix documentation build failure on Fedora
2
3Building the documentation for stress failed due to errors like this
4one:
5 stress.texi:68: @itemx must follow @item
6
7Upstream-Status: Submitted [Amos Waterland <apw@debian.org>]
8
9Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
10--- a/doc/stress.texi 2005-03-10 02:16:02.000000000 +0100
11+++ b/doc/stress.texi 2014-04-17 17:10:25.826749256 +0200
12@@ -65,7 +65,7 @@
13 @itemx --help
14 Show help information.
15
16-@itemx --version
17+@item --version
18 Show version information.
19
20 @item -v
21@@ -84,7 +84,7 @@
22 @itemx --timeout @var{secs}
23 Time out after @var{secs} seconds.
24
25-@itemx --backoff @var{usecs}
26+@item --backoff @var{usecs}
27 Wait for factor of @var{usecs} microseconds before starting work.
28
29 @item -c @var{forks}
30@@ -99,10 +99,10 @@
31 @itemx --vm @var{forks}
32 Spawn @var{forks} processes each spinning on @samp{malloc()}.
33
34-@itemx --vm-bytes @var{bytes}
35+@item --vm-bytes @var{bytes}
36 Allocate @var{bytes} number of bytes. The default is 1.
37
38-@itemx --vm-hang
39+@item --vm-hang
40 Instruct each vm hog process to go to sleep after allocating memory. This
41 contrasts with their normal behavior, which is to free the memory and
42 reallocate @emph{ad infinitum}. This is useful for simulating low memory
43@@ -117,10 +117,10 @@
44 @itemx --hdd @var{forks}
45 Spawn @var{forks} processes each spinning on @samp{write()}.
46
47-@itemx --hdd-bytes @var{bytes}
48+@item --hdd-bytes @var{bytes}
49 Write @var{bytes} number of bytes. The default is 1GB.
50
51-@itemx --hdd-noclean
52+@item --hdd-noclean
53 Do not unlink file(s) to which random ASCII data is written.
54
55 @end table