From patchwork Tue Apr 8 17:45:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Cercueil X-Patchwork-Id: 337707 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 9FAA71400EA for ; Wed, 9 Apr 2014 03:45:44 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D56618ABD9; Tue, 8 Apr 2014 17:45:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wrh0-ttVc0v7; Tue, 8 Apr 2014 17:45:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id A0F238AB24; Tue, 8 Apr 2014 17:45:42 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 142A61BF99C for ; Tue, 8 Apr 2014 17:45:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1077B8AB31 for ; Tue, 8 Apr 2014 17:45:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D2L-S0RVkj4k for ; Tue, 8 Apr 2014 17:45:35 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from marvin.crapouillou.net (rev33.vpn.fdn.fr [80.67.179.33]) by whitealder.osuosl.org (Postfix) with ESMTPS id 867BB8A931 for ; Tue, 8 Apr 2014 17:45:34 +0000 (UTC) Received: from 95-91-234-117-dynip.superkabel.de ([95.91.234.117] helo=debian.hitronhub.home) by marvin.crapouillou.net with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA256:128) (Exim 4.80) (envelope-from ) id 1WXa5T-00032S-6t; Tue, 08 Apr 2014 19:45:31 +0200 From: Paul Cercueil To: buildroot@busybox.net Date: Tue, 8 Apr 2014 19:45:09 +0200 Message-Id: <1396979109-10691-5-git-send-email-paul@crapouillou.net> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1396979109-10691-1-git-send-email-paul@crapouillou.net> References: <1396979109-10691-1-git-send-email-paul@crapouillou.net> Cc: maarten@treewalker.org Subject: [Buildroot] [PATCH 5/5] stress: Patch to fix documentation source X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Maarten ter Huurne Some versions of "makeinfo" consider @itemx not immediately following @item an error. It is a violation of the texinfo syntax, but silently ignored on most systems, for some reason. Signed-Off-By: Maarten ter Huurne --- package/stress/stress-0002-Fix-doc-itemx.patch | 47 ++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 package/stress/stress-0002-Fix-doc-itemx.patch diff --git a/package/stress/stress-0002-Fix-doc-itemx.patch b/package/stress/stress-0002-Fix-doc-itemx.patch new file mode 100644 index 0000000..8ef7fa4 --- /dev/null +++ b/package/stress/stress-0002-Fix-doc-itemx.patch @@ -0,0 +1,47 @@ +diff -ru stress-1.0.4.org/doc/stress.texi stress-1.0.4/doc/stress.texi +--- stress-1.0.4.org/doc/stress.texi 2005-03-10 02:16:02.000000000 +0100 ++++ stress-1.0.4/doc/stress.texi 2013-07-21 21:50:47.000000000 +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