From unknown Sat Sep 06 09:27:34 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18394: [PATCH] typo in manual Resent-From: OKANO Takayoshi Original-Sender: "Debbugs-submit" Resent-CC: bug-coreutils@gnu.org Resent-Date: Wed, 03 Sep 2014 15:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 18394 X-GNU-PR-Package: coreutils X-GNU-PR-Keywords: patch To: 18394@debbugs.gnu.org X-Debbugs-Original-To: bug-coreutils@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.140975856423203 (code B ref -1); Wed, 03 Sep 2014 15:37:02 +0000 Received: (at submit) by debbugs.gnu.org; 3 Sep 2014 15:36:04 +0000 Received: from localhost ([127.0.0.1]:57968 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XPCbL-00062A-JF for submit@debbugs.gnu.org; Wed, 03 Sep 2014 11:36:04 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35933) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XP7jQ-0005It-O9 for submit@debbugs.gnu.org; Wed, 03 Sep 2014 06:24:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XP7jE-0002B3-U9 for submit@debbugs.gnu.org; Wed, 03 Sep 2014 06:23:59 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48160) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XP7jE-0002Ay-RS for submit@debbugs.gnu.org; Wed, 03 Sep 2014 06:23:52 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XP7j8-0003eF-Th for bug-coreutils@gnu.org; Wed, 03 Sep 2014 06:23:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XP7j3-000283-11 for bug-coreutils@gnu.org; Wed, 03 Sep 2014 06:23:46 -0400 Received: from mail113.siriuscloud.jp ([219.118.72.113]:39747 helo=mail03.SiriusCloud.jp) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XP7j2-00026l-O2 for bug-coreutils@gnu.org; Wed, 03 Sep 2014 06:23:40 -0400 Received: from [192.168.1.100] (g1-27-253-251-110.bmobile.ne.jp [27.253.251.110]) (Authenticated sender: kano@na.rim.or.jp) by access03.SiriusCloud.jp (Postfix) with ESMTPA id AB50C3001C739 for ; Wed, 3 Sep 2014 19:23:36 +0900 (JST) Authentication-Results: access03.SiriusCloud.jp; dkim=none (no signature) header.i=unknown; x-dkim-adsp=none (insecure policy) Message-ID: <5406EC28.4090402@na.rim.or.jp> Date: Wed, 03 Sep 2014 19:23:36 +0900 From: OKANO Takayoshi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------030600070003090209080007" X-Virus-Scanned: clamav-milter 0.97.8 at si-mail03 X-Virus-Status: Clean X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Mailman-Approved-At: Wed, 03 Sep 2014 11:36:02 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) This is a multi-part message in MIME format. --------------030600070003090209080007 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit There is a typo in the coreutils manual (description for "timeout --preserve-status"). It is pointed out by Yureruchihirosan (twitter @tboffice) at https://github.com/nanaka-inside/kaisetsu-CoreUtils/blob/master/all.rst Patch for git-master attached. --------------030600070003090209080007 Content-Type: text/x-texinfo; name="patch-doc-coreutils.texi" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-doc-coreutils.texi" diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 47d698e..c3d12f5 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -16678,7 +16678,7 @@ Options must precede operands. @opindex --preserve-status Return the exit status of the managed @var{command} on timeout, rather than a specific exit status indicating a timeout. This is useful if the -managed @var{command} supports running for an indeterminite amount of time. +managed @var{command} supports running for an indeterminate amount of time. @item --foreground @opindex --foreground --------------030600070003090209080007-- From unknown Sat Sep 06 09:27:34 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: OKANO Takayoshi Subject: bug#18394: closed (Re: bug#18394: [PATCH] typo in manual) Message-ID: References: <5407479F.4090405@cs.ucla.edu> <5406EC28.4090402@na.rim.or.jp> X-Gnu-PR-Message: they-closed 18394 X-Gnu-PR-Package: coreutils X-Gnu-PR-Keywords: patch Reply-To: 18394@debbugs.gnu.org Date: Wed, 03 Sep 2014 16:55:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1409763304-31241-1" This is a multi-part message in MIME format... ------------=_1409763304-31241-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #18394: [PATCH] typo in manual which was filed against the coreutils package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 18394@debbugs.gnu.org. --=20 18394: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D18394 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1409763304-31241-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 18394-done) by debbugs.gnu.org; 3 Sep 2014 16:54:10 +0000 Received: from localhost ([127.0.0.1]:58002 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XPDow-00086b-1R for submit@debbugs.gnu.org; Wed, 03 Sep 2014 12:54:10 -0400 Received: from smtp.cs.ucla.edu ([131.179.128.62]:55894) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XPDos-000861-RB for 18394-done@debbugs.gnu.org; Wed, 03 Sep 2014 12:54:07 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id A492A39E8016; Wed, 3 Sep 2014 09:54:00 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LzDRDMy-gccv; Wed, 3 Sep 2014 09:53:52 -0700 (PDT) Received: from [192.168.1.9] (pool-71-177-17-123.lsanca.dsl-w.verizon.net [71.177.17.123]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 0594539E8011; Wed, 3 Sep 2014 09:53:52 -0700 (PDT) Message-ID: <5407479F.4090405@cs.ucla.edu> Date: Wed, 03 Sep 2014 09:53:51 -0700 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: OKANO Takayoshi , 18394-done@debbugs.gnu.org Subject: Re: bug#18394: [PATCH] typo in manual References: <5406EC28.4090402@na.rim.or.jp> In-Reply-To: <5406EC28.4090402@na.rim.or.jp> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: 18394-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Thanks for reporting that typo; I installed the fix. ------------=_1409763304-31241-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 3 Sep 2014 15:36:04 +0000 Received: from localhost ([127.0.0.1]:57968 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XPCbL-00062A-JF for submit@debbugs.gnu.org; Wed, 03 Sep 2014 11:36:04 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35933) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XP7jQ-0005It-O9 for submit@debbugs.gnu.org; Wed, 03 Sep 2014 06:24:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XP7jE-0002B3-U9 for submit@debbugs.gnu.org; Wed, 03 Sep 2014 06:23:59 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48160) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XP7jE-0002Ay-RS for submit@debbugs.gnu.org; Wed, 03 Sep 2014 06:23:52 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XP7j8-0003eF-Th for bug-coreutils@gnu.org; Wed, 03 Sep 2014 06:23:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XP7j3-000283-11 for bug-coreutils@gnu.org; Wed, 03 Sep 2014 06:23:46 -0400 Received: from mail113.siriuscloud.jp ([219.118.72.113]:39747 helo=mail03.SiriusCloud.jp) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XP7j2-00026l-O2 for bug-coreutils@gnu.org; Wed, 03 Sep 2014 06:23:40 -0400 Received: from [192.168.1.100] (g1-27-253-251-110.bmobile.ne.jp [27.253.251.110]) (Authenticated sender: kano@na.rim.or.jp) by access03.SiriusCloud.jp (Postfix) with ESMTPA id AB50C3001C739 for ; Wed, 3 Sep 2014 19:23:36 +0900 (JST) Authentication-Results: access03.SiriusCloud.jp; dkim=none (no signature) header.i=unknown; x-dkim-adsp=none (insecure policy) Message-ID: <5406EC28.4090402@na.rim.or.jp> Date: Wed, 03 Sep 2014 19:23:36 +0900 From: OKANO Takayoshi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: bug-coreutils@gnu.org Subject: [PATCH] typo in manual Content-Type: multipart/mixed; boundary="------------030600070003090209080007" X-Virus-Scanned: clamav-milter 0.97.8 at si-mail03 X-Virus-Status: Clean X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 03 Sep 2014 11:36:02 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) This is a multi-part message in MIME format. --------------030600070003090209080007 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit There is a typo in the coreutils manual (description for "timeout --preserve-status"). It is pointed out by Yureruchihirosan (twitter @tboffice) at https://github.com/nanaka-inside/kaisetsu-CoreUtils/blob/master/all.rst Patch for git-master attached. --------------030600070003090209080007 Content-Type: text/x-texinfo; name="patch-doc-coreutils.texi" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-doc-coreutils.texi" diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 47d698e..c3d12f5 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -16678,7 +16678,7 @@ Options must precede operands. @opindex --preserve-status Return the exit status of the managed @var{command} on timeout, rather than a specific exit status indicating a timeout. This is useful if the -managed @var{command} supports running for an indeterminite amount of time. +managed @var{command} supports running for an indeterminate amount of time. @item --foreground @opindex --foreground --------------030600070003090209080007-- ------------=_1409763304-31241-1--