Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp1524565pxf; Fri, 2 Apr 2021 13:03:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzEA3ElCG9INamVNRf+dQGG/tD/jpnpMeILG6GhIPimqiXaKJRph9LTDLUQ5nUl8UVa3P43 X-Received: by 2002:a17:906:f896:: with SMTP id lg22mr15303591ejb.124.1617393822163; Fri, 02 Apr 2021 13:03:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617393822; cv=none; d=google.com; s=arc-20160816; b=zsew/UZjH1+9AWjllbfII2fikpzY7rJUaojldHLa+FruLKC4ekN6SvZh60C/HV+gOE XCIQhovIUtkg30e2tHQsLOpT95+g4wmx6Zimwa9wdsVxleMIig9avB40GN65MDX/YU5m LBYGCn4TrJ2M3ephT1L1XnM7HwJ7Gz1cGmbsgbWRwRQBIdya3RXpBw2PlraSjTuMq4Dt HlHBDTrq1VBsjXmd+MuE0Xnmgo0DhUxxRSnfpitjIpH2j3Myg9r+fZ26GWh1Z0TOQamH kAERaI6w79PjNm3OmbLDiEpKRvtmmBvfkjvq3CH/c3tBkB6EgWhFMIKE9qgyWWnm4B29 LZmg== 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=fuEZNYyqM+JyaK7oeTvTO2mobmK+sTW9UWhhClGS3+E=; b=p/NuMSe0kj8UpIslYJ+5l+vxeR42K/AMWxu/5Q7FBuHIyuDio+nJSjYl61LvxKh+lv vqdl1nwvQ5NV8eQI38MVZJ/rXbAajJBvdVx2mgrTpEIuEVTzR+WR13li26161HHYucYE YuulG3o0CBf2c3Ar4csDOp03QxDOsxk8Kc3qadsztPTkY1GD4a1rr9Qn7t1YOy4H13Si sCkTeRbwVpqPnFjzoRWIxOBR+Fv+fD39yDwGc/sJZ3P/JY0gULvlUesTA7MSAXJ6RKAg NQORokpvN62lB0SA5+0WJ8j2gIXXLak9iiA4M99Lna2ik6ixtiaZ+2oSdPxLDoB/d0F+ Fuzw== 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 fx21si7104748ejb.91.2021.04.02.13.03.16; Fri, 02 Apr 2021 13:03:42 -0700 (PDT) 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 S231406AbhDBUDP (ORCPT + 99 others); Fri, 2 Apr 2021 16:03:15 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:54369 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229647AbhDBUDL (ORCPT ); Fri, 2 Apr 2021 16:03:11 -0400 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 132K36Ol028596 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 2 Apr 2021 16:03:06 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id DEFED15C3ACE; Fri, 2 Apr 2021 16:03:05 -0400 (EDT) Date: Fri, 2 Apr 2021 16:03:05 -0400 From: "Theodore Ts'o" To: Andreas Dilger Cc: linux-ext4@vger.kernel.org Subject: Re: [PATCH] e2image: add OPTIONS section to man page Message-ID: References: <20210309083508.30900-1-adilger@dilger.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210309083508.30900-1-adilger@dilger.ca> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Tue, Mar 09, 2021 at 01:35:08AM -0700, Andreas Dilger wrote: > Reorganize the e2image.8 man page so that the command-line options > are listed in a dedicated OPTIONS section, rather than being > interspersed among the text in the DESCRIPTION section. Otherwise, > it is difficult to determine which options are available, and to > find where each option is described. > > Signed-off-by: Andreas Dilger Applied, thanks. - Ted