Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp827128pxb; Tue, 2 Feb 2021 20:25:12 -0800 (PST) X-Google-Smtp-Source: ABdhPJz583GLjuakOyeIVjlLfVty79NXDIwJoNfZRdbRfmtcQT+aKq7+mvdqDJ7dDn7yk49YqpEB X-Received: by 2002:aa7:c3cf:: with SMTP id l15mr1215985edr.98.1612326312361; Tue, 02 Feb 2021 20:25:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612326312; cv=none; d=google.com; s=arc-20160816; b=mGDIs4+vyp0hec2VlUlBrL0fzVBzssnyPv1kQU4f0zWkw2nuDzg+0CR7ZdYGR/mVRt VEp11gCVSlSG06qXlrnXLNIyWzlinabtfjwzmSaf2sd3B7OvOH2UoXeZehhNisEo+4Cq zCYoHbIEpsXCDpnlc1tE2+D4UgOiLls5SXbMrNVLJYdLrzHRVtd35vqMUn7PfwQP+JX7 0bee2+JsOzjjIMzGvSZduoRKBj5kZQAs/18QTBoxzKGUWF703iH8n2aHozjVSYUrVjRe U5M5HEZ7DUKxiwFcEArDFg7+3qc3EiH9CBQ7yda3MtiYOaAx6IyVGFPWwdsp313woN/7 tjhQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=3Jx7w+dvr6IRkAxfQKsROmYO4nlKEoUxze+tgXinwfc=; b=L6lU+LLZQizbHXhlxSCpERMm+/Vqs8zmvGyp/mHHI1klkrDJevk/TTSO4MxqBofzxp SPQto/qyjNHY+paCxj2UFRpouxod5+TIplISbbWGbqHL2I9rxa9Uw69lXrpAHyXTxM0t RoJM+JyE0SryvqkGJKEAD2opyffnrhEk5yIo8Dh8vTdVAE0Pi+W3InkZjD/84XBWmfjP ADINCr2bShuXxvQ3NPupJmS661ptyXAMFh48x0ghCPJjLP8q+S7uIIrkoYr0mXvLaUyB pcV2sUherB+JttWyLzSL+IOyhaZ6VMp6o//mu8zxunzMgb3PZsS5LnVuZDK5M6KethiS bs0Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id lo12si550178ejb.736.2021.02.02.20.24.48; Tue, 02 Feb 2021 20:25:12 -0800 (PST) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231732AbhBCDw5 (ORCPT + 99 others); Tue, 2 Feb 2021 22:52:57 -0500 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:33535 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S230000AbhBCDw4 (ORCPT ); Tue, 2 Feb 2021 22:52:56 -0500 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 1133q4us017075 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 2 Feb 2021 22:52:05 -0500 Received: by cwcc.thunk.org (Postfix, from userid 15806) id A071215C39E2; Tue, 2 Feb 2021 22:52:04 -0500 (EST) Date: Tue, 2 Feb 2021 22:52:04 -0500 From: "Theodore Ts'o" To: Benno Schulenberg Cc: linux-ext4@vger.kernel.org Subject: Re: [PATCH 1/2] tune2fs.8: fix various wording and formatting issues Message-ID: References: <20201020094829.3234-1-bensberg@telfort.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201020094829.3234-1-bensberg@telfort.nl> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Tue, Oct 20, 2020 at 11:48:28AM +0200, Benno Schulenberg wrote: > For example: the argument of -c had a mistaken plural "s", the argument > of -o was misformatted, the main description spoke of "options" instead > of "parameters" and used a mistaken "i.e." instead of "e.g.", and so on. > > Also, sort the options in the synopsis alphabetically, to make it easier > to find a specific one and to match the order in which they are listed > further down. Also, remove some excess spaces, harmonize the style of > some decriptions, sort d, w, m in the order of ascending duration, and > for consistency use hyphens instead of underscores in option arguments. > > Signed-off-by: Benno Schulenberg Thanks, applied. (Apologies for missing this before the 1.45.7 release.) - Ted