From unknown Fri Sep 05 08:42:13 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#33646 <33646@debbugs.gnu.org> To: bug#33646 <33646@debbugs.gnu.org> Subject: Status: [PATCH] doc: improve wording of the --kibibytes option description Reply-To: bug#33646 <33646@debbugs.gnu.org> Date: Fri, 05 Sep 2025 15:42:13 +0000 retitle 33646 [PATCH] doc: improve wording of the --kibibytes option descri= ption reassign 33646 coreutils submitter 33646 Kamil Dudka severity 33646 normal tag 33646 fixed patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 06 08:33:04 2018 Received: (at submit) by debbugs.gnu.org; 6 Dec 2018 13:33:04 +0000 Received: from localhost ([127.0.0.1]:35033 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gUtm4-00021P-Hr for submit@debbugs.gnu.org; Thu, 06 Dec 2018 08:33:04 -0500 Received: from eggs.gnu.org ([208.118.235.92]:33753) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gUtm3-00020v-9y for submit@debbugs.gnu.org; Thu, 06 Dec 2018 08:33:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUtlx-0005KB-DX for submit@debbugs.gnu.org; Thu, 06 Dec 2018 08:32:58 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40262) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gUtlx-0005K7-AL for submit@debbugs.gnu.org; Thu, 06 Dec 2018 08:32:57 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUtlw-0000Nn-9Q for bug-coreutils@gnu.org; Thu, 06 Dec 2018 08:32:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUtlt-0005Hw-5P for bug-coreutils@gnu.org; Thu, 06 Dec 2018 08:32:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53856) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gUtls-0005HN-St for bug-coreutils@gnu.org; Thu, 06 Dec 2018 08:32:53 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7DEE9C062EC6 for ; Thu, 6 Dec 2018 13:32:51 +0000 (UTC) Received: from localhost.localdomain (unknown [10.43.2.44]) by smtp.corp.redhat.com (Postfix) with ESMTP id A1AE326351; Thu, 6 Dec 2018 13:32:50 +0000 (UTC) From: Kamil Dudka To: bug-coreutils@gnu.org Subject: [PATCH] doc: improve wording of the --kibibytes option description Date: Thu, 6 Dec 2018 14:32:49 +0100 Message-Id: <20181206133249.12758-1-kdudka@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 06 Dec 2018 13:32:51 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -5.1 (-----) Bug: https://bugzilla.redhat.com/1527391 --- doc/coreutils.texi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index f8339d73f..e93fe71a0 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -7975,9 +7975,11 @@ Append @samp{*} for executable regular files, otherwise behave as for @opindex --kibibytes Set the default block size to its normal value of 1024 bytes, overriding any contrary specification in environment variables -(@pxref{Block size}). This option is in turn overridden by the -@option{--block-size}, @option{-h} or @option{--human-readable}, and -@option{--si} options. +(@pxref{Block size}). If @option{--block-size}, @option{-h}, +@option{--human-readable}, or @option{--si} options are used, +they take precedence over @option{-k} or @option{--kibibytes} +even if @option{-k} or @option{--kibibytes} is placed after +the other options. The @option{-k} or @option{--kibibytes} option affects the per-directory block count written by the @option{-l} and similar -- 2.17.2 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 18 02:26:29 2019 Received: (at 33646) by debbugs.gnu.org; 18 Jan 2019 07:26:29 +0000 Received: from localhost ([127.0.0.1]:35602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gkOXt-00058L-7h for submit@debbugs.gnu.org; Fri, 18 Jan 2019 02:26:29 -0500 Received: from mail-pl1-f181.google.com ([209.85.214.181]:35428) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gkOXr-000587-C2 for 33646@debbugs.gnu.org; Fri, 18 Jan 2019 02:26:27 -0500 Received: by mail-pl1-f181.google.com with SMTP id p8so5977697plo.2 for <33646@debbugs.gnu.org>; Thu, 17 Jan 2019 23:26:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=BAu9QK4zMHbDwbjte7kn/80P/ob9JVrDhrHaRc9YJ7o=; b=nkreLsfZWjjmMcOnyMxtTPfMXScAFfgP3lEe+BDiA/ZYgQto5xqOYE734KO6AJJppi KYVaXFCfKEnYJg4i1A3c1DEDPyZdpKnvZ6JwHppYodfatPUUnB52+Wmk/xfRXoQ0zYTG 3vxKJVnjOQ3NLl+FPb2PKR6A/Pam0CouTXBQlYz3akOlw+Su1IDq3rErzFLHI3xCBxdL 0mNiafa0MNZ8hcljTUWWpZ1aTR7d1z2P7sS2ZfVT8M1bGhvIkr7EEkbQvvTKzfuv8VAU NtFYo0H/Kq/8/lBTGRue7uEKwY0YTHiJBChC9k2Ki3xHe2YwFVM+ObfAdbRBzZyj1pRD SOMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=BAu9QK4zMHbDwbjte7kn/80P/ob9JVrDhrHaRc9YJ7o=; b=a6i77J92u/H4uTH1Ng6au8/q5dmIuyMciUC/cU75xr/AOnDH38iFPLqZ7wjXH10gVn 2jA0rkxjzVIvDbIJE6Xo2sZjwtE86N9SfADCt6b82kdzfbCTuMsligUIA18M6ET2wJG7 WAtxFnW8/IAlavdZ69cfUEbG3B9f2wKcyOIPKyS78+g4gHxVC9vrKBDbxy5k2UFBWFAj 8pOvUyG3GnAp9ZfeAMW6MDnlalhwaz1NKE4HqUD69bvVQ4IekDZpE58uVuy5wLljutdL CMKER89iICdNzCLK4rH3exBkStx+ZoDs9pCSIBZSfcXJ0XMJTpi2z9ro9gkIwzbs2syg MDMQ== X-Gm-Message-State: AJcUukdRwY0u3f8/DldaCbQgy1IOTS0G+8fcdOzP2ewJkekWsgl6PZte dxm1irnVdNvYeRA4ThVmYH8zNb0d7pA= X-Google-Smtp-Source: ALg8bN7QA+HrpKcuQcgHPe3ilnGX8K6Cj5AAsWGk3xFqriKEp82mTb6zaEWugyP0sOJlHOdj1uwO9Q== X-Received: by 2002:a17:902:aa8c:: with SMTP id d12mr18386019plr.25.1547796381130; Thu, 17 Jan 2019 23:26:21 -0800 (PST) Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38]) by smtp.googlemail.com with ESMTPSA id l64sm4636073pge.73.2019.01.17.23.26.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 Jan 2019 23:26:19 -0800 (PST) Subject: Re: bug#33646: [PATCH] doc: improve wording of the --kibibytes option description To: Kamil Dudka , 33646@debbugs.gnu.org References: <20181206133249.12758-1-kdudka@redhat.com> From: Assaf Gordon Message-ID: Date: Fri, 18 Jan 2019 00:26:18 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <20181206133249.12758-1-kdudka@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 33646 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -1.0 (-) Hello, On 2018-12-06 6:32 a.m., Kamil Dudka wrote: > Bug: https://bugzilla.redhat.com/1527391 > --- > doc/coreutils.texi | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/doc/coreutils.texi b/doc/coreutils.texi > index f8339d73f..e93fe71a0 100644 > --- a/doc/coreutils.texi > +++ b/doc/coreutils.texi > @@ -7975,9 +7975,11 @@ Append @samp{*} for executable regular files, otherwise behave as for > @opindex --kibibytes > Set the default block size to its normal value of 1024 bytes, > overriding any contrary specification in environment variables > -(@pxref{Block size}). This option is in turn overridden by the > -@option{--block-size}, @option{-h} or @option{--human-readable}, and > -@option{--si} options. > +(@pxref{Block size}). If @option{--block-size}, @option{-h}, > +@option{--human-readable}, or @option{--si} options are used, > +they take precedence over @option{-k} or @option{--kibibytes} > +even if @option{-k} or @option{--kibibytes} is placed after > +the other options. > > The @option{-k} or @option{--kibibytes} option affects the > per-directory block count written by the @option{-l} and similar > I'm ok with this improvement - if there are no comments I'll push in the next few days. -assaf From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 18 08:17:58 2019 Received: (at 33646) by debbugs.gnu.org; 18 Jan 2019 13:17:58 +0000 Received: from localhost ([127.0.0.1]:35802 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gkU22-0004CQ-Dh for submit@debbugs.gnu.org; Fri, 18 Jan 2019 08:17:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47570) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gkU21-0004CE-Di for 33646@debbugs.gnu.org; Fri, 18 Jan 2019 08:17:57 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6ACE981DF1; Fri, 18 Jan 2019 13:17:51 +0000 (UTC) Received: from kdudka-nb.localnet (unknown [10.43.2.44]) by smtp.corp.redhat.com (Postfix) with ESMTP id C66971001F50; Fri, 18 Jan 2019 13:17:50 +0000 (UTC) From: Kamil Dudka To: Assaf Gordon Subject: Re: bug#33646: [PATCH] doc: improve wording of the --kibibytes option description Date: Fri, 18 Jan 2019 14:18:31 +0100 Message-ID: <1658963.Xu30IvN8hW@kdudka-nb> In-Reply-To: References: <20181206133249.12758-1-kdudka@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Fri, 18 Jan 2019 13:17:51 +0000 (UTC) X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33646 Cc: 33646@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -6.0 (------) On Friday, January 18, 2019 8:26:18 AM CET Assaf Gordon wrote: > Hello, > > On 2018-12-06 6:32 a.m., Kamil Dudka wrote: > > Bug: https://bugzilla.redhat.com/1527391 > > --- > > > > doc/coreutils.texi | 8 +++++--- > > 1 file changed, 5 insertions(+), 3 deletions(-) > > > > diff --git a/doc/coreutils.texi b/doc/coreutils.texi > > index f8339d73f..e93fe71a0 100644 > > --- a/doc/coreutils.texi > > +++ b/doc/coreutils.texi > > @@ -7975,9 +7975,11 @@ Append @samp{*} for executable regular files, > > otherwise behave as for> > > @opindex --kibibytes > > Set the default block size to its normal value of 1024 bytes, > > overriding any contrary specification in environment variables > > > > -(@pxref{Block size}). This option is in turn overridden by the > > -@option{--block-size}, @option{-h} or @option{--human-readable}, and > > -@option{--si} options. > > +(@pxref{Block size}). If @option{--block-size}, @option{-h}, > > +@option{--human-readable}, or @option{--si} options are used, > > +they take precedence over @option{-k} or @option{--kibibytes} > > +even if @option{-k} or @option{--kibibytes} is placed after > > +the other options. > > > > The @option{-k} or @option{--kibibytes} option affects the > > per-directory block count written by the @option{-l} and similar > > I'm ok with this improvement - if there are no comments > I'll push in the next few days. > > -assaf Sounds good. Thank you for taking care of it! Kamil From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 15 10:38:18 2019 Received: (at 33646) by debbugs.gnu.org; 15 Mar 2019 14:38:18 +0000 Received: from localhost ([127.0.0.1]:45328 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h4nyU-0004wM-6x for submit@debbugs.gnu.org; Fri, 15 Mar 2019 10:38:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h4nyR-0004w8-F8 for 33646@debbugs.gnu.org; Fri, 15 Mar 2019 10:38:16 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9AD367EBAE; Fri, 15 Mar 2019 14:38:09 +0000 (UTC) Received: from kdudka-nb.localnet (unknown [10.43.2.82]) by smtp.corp.redhat.com (Postfix) with ESMTP id C5BB75DA2A; Fri, 15 Mar 2019 14:38:08 +0000 (UTC) From: Kamil Dudka To: Assaf Gordon Subject: Re: bug#33646: [PATCH] doc: improve wording of the --kibibytes option description Date: Fri, 15 Mar 2019 15:38:11 +0100 Message-ID: <1591852.1QC55lVGKS@kdudka-nb> In-Reply-To: References: <20181206133249.12758-1-kdudka@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Fri, 15 Mar 2019 14:38:09 +0000 (UTC) X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33646 Cc: bug-coreutils@gnu.org, 33646@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -6.0 (------) On Friday, January 18, 2019 8:26:18 AM CET Assaf Gordon wrote: > Hello, > > On 2018-12-06 6:32 a.m., Kamil Dudka wrote: > > Bug: https://bugzilla.redhat.com/1527391 > > --- > > > > doc/coreutils.texi | 8 +++++--- > > 1 file changed, 5 insertions(+), 3 deletions(-) > > > > diff --git a/doc/coreutils.texi b/doc/coreutils.texi > > index f8339d73f..e93fe71a0 100644 > > --- a/doc/coreutils.texi > > +++ b/doc/coreutils.texi > > @@ -7975,9 +7975,11 @@ Append @samp{*} for executable regular files, > > otherwise behave as for> > > @opindex --kibibytes > > Set the default block size to its normal value of 1024 bytes, > > overriding any contrary specification in environment variables > > > > -(@pxref{Block size}). This option is in turn overridden by the > > -@option{--block-size}, @option{-h} or @option{--human-readable}, and > > -@option{--si} options. > > +(@pxref{Block size}). If @option{--block-size}, @option{-h}, > > +@option{--human-readable}, or @option{--si} options are used, > > +they take precedence over @option{-k} or @option{--kibibytes} > > +even if @option{-k} or @option{--kibibytes} is placed after > > +the other options. > > > > The @option{-k} or @option{--kibibytes} option affects the > > per-directory block count written by the @option{-l} and similar > > I'm ok with this improvement - if there are no comments > I'll push in the next few days. > > -assaf I can see no more comments on this. Could you please proceed to push it? Kamil From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 15 14:31:08 2019 Received: (at 33646) by debbugs.gnu.org; 15 Mar 2019 18:31:08 +0000 Received: from localhost ([127.0.0.1]:45497 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h4rbn-0005Yv-SE for submit@debbugs.gnu.org; Fri, 15 Mar 2019 14:31:08 -0400 Received: from mail-pf1-f170.google.com ([209.85.210.170]:36093) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h4rbl-0005YK-Ha; Fri, 15 Mar 2019 14:31:06 -0400 Received: by mail-pf1-f170.google.com with SMTP id p10so102892pff.3; Fri, 15 Mar 2019 11:31:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=Fog3cQDPb/5uX6kp39fSkLCl2zUpfvsioTDw/rdcmzc=; b=rwQ2PoBdfRWedyny7R883nFxHEexuepe55xLgsWTXAsu9+d77fCvIrRMuL4XMPlqMn mjv6Ptkc0cG+UhBUXlh8t73H3JwUlv6oRiSUsFQ2dwAxAY59K0w4HVA2STVH2mtTaPAG xRjWbWmCgiBlQdNWv6vsQ0fttQSoTLJhTluJJLdUwewNNUkPMNtyLU5o6Hi4ILgfUiFY FNezM0eddrvu1nsozuu/G0T6jtC+LrGqrKSplVBiBoWEqKacCmVLK8Dv6mXgr5x4JnYR 2rRlNEZovcZu/UX+xb7vzslI7af4hOmZu8zB3P+S9X4Ne3TTP4JyQ07F7l/9/kg9lBhd YIEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Fog3cQDPb/5uX6kp39fSkLCl2zUpfvsioTDw/rdcmzc=; b=mj5XuFLyOBz5KwHLdry3lkUf/5xFQu1ifTIw0N1PrkBRqoq0Wqqu62pzUdTfxlVi5V j+Y2pFs0u3c4I4tg2hwmY+BTRRYszNYpBNYMjLsAiNzFy0uNgAcm56hZMOCNd3pjlc4f NRuDy15VNlmblzUqoLQozEKHAN/PNv1ju3LL0iwToKTTdo37gQKlMtze8ylUXDcD2GvD jpNFKoWFx/0GWlY1lO8/oFoMTrKVYWURDYHKGT8avGe0dP9UcVsYoaC6x7OpVBXVmqY1 isN4ZQ2a0xs3qtFzTO1jNdMh1NT8qBKz0QPS+bdHEQd0qpcXBT5QU7b7M9/eCSQzLkUj e1+g== X-Gm-Message-State: APjAAAUqrHXci7GXgjW89wZtYboSqfBXvfcGOiRQuseLt7UJrOl+ujqz tkvvF+RGdpCxI/Vd9Os0tXjk+bY+ X-Google-Smtp-Source: APXvYqwIFvqSOialSQpoVvpea7BdRSKaGzsSZTGt3XoZifibfi2rUCnJ7zG3oMF5HcMV4ZMvShrdaQ== X-Received: by 2002:a62:b415:: with SMTP id h21mr5466051pfn.26.1552674658638; Fri, 15 Mar 2019 11:30:58 -0700 (PDT) Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38]) by smtp.googlemail.com with ESMTPSA id o14sm3431794pgn.65.2019.03.15.11.30.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Mar 2019 11:30:56 -0700 (PDT) Subject: Re: bug#33646: [PATCH] doc: improve wording of the --kibibytes option description To: Kamil Dudka References: <20181206133249.12758-1-kdudka@redhat.com> <1591852.1QC55lVGKS@kdudka-nb> From: Assaf Gordon Message-ID: Date: Fri, 15 Mar 2019 12:30:55 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <1591852.1QC55lVGKS@kdudka-nb> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 33646 Cc: 33646@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -1.0 (-) tags 33646 fixed close 33646 stop On 2019-03-15 8:38 a.m., Kamil Dudka wrote: >>> Bug: https://bugzilla.redhat.com/1527391 >>> --- >>> >>> doc/coreutils.texi | 8 +++++--- > > I can see no more comments on this. Could you please proceed to push it? > Thanks for the reminder. Pushed here: https://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=6bd78f27fdc2df89b1219921c6f5735885f15e37 -assaf From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 15 17:27:10 2019 Received: (at 33646) by debbugs.gnu.org; 15 Mar 2019 21:27:10 +0000 Received: from localhost ([127.0.0.1]:45557 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h4uMA-0003Wl-7D for submit@debbugs.gnu.org; Fri, 15 Mar 2019 17:27:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38470) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h4uM8-0003WY-Oi for 33646@debbugs.gnu.org; Fri, 15 Mar 2019 17:27:09 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2249056FF; Fri, 15 Mar 2019 21:27:03 +0000 (UTC) Received: from kdudka-nb.localnet (ovpn-204-68.brq.redhat.com [10.40.204.68]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3EDAB5D704; Fri, 15 Mar 2019 21:27:02 +0000 (UTC) From: Kamil Dudka To: Assaf Gordon Subject: Re: bug#33646: [PATCH] doc: improve wording of the --kibibytes option description Date: Fri, 15 Mar 2019 22:27:05 +0100 Message-ID: <3658745.TZCGOKxFPa@kdudka-nb> In-Reply-To: References: <20181206133249.12758-1-kdudka@redhat.com> <1591852.1QC55lVGKS@kdudka-nb> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Fri, 15 Mar 2019 21:27:03 +0000 (UTC) X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33646 Cc: bug-coreutils@gnu.org, 33646@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -6.0 (------) On Friday, March 15, 2019 7:30:55 PM CET Assaf Gordon wrote: > Pushed here: > https://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=6bd78f27fdc2df89b > 1219921c6f5735885f15e37 > > -assaf Thanks! Kamil From unknown Fri Sep 05 08:42:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 13 Apr 2019 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator