From patchwork Thu Aug 17 07:38:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Tulak X-Patchwork-Id: 9905175 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id BEB646038C for ; Thu, 17 Aug 2017 07:39:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AEBD1283FE for ; Thu, 17 Aug 2017 07:39:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A1FCC2861B; Thu, 17 Aug 2017 07:39:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4619A283FE for ; Thu, 17 Aug 2017 07:39:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750993AbdHQHjW (ORCPT ); Thu, 17 Aug 2017 03:39:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38234 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750926AbdHQHjW (ORCPT ); Thu, 17 Aug 2017 03:39:22 -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 0C28B750E2; Thu, 17 Aug 2017 07:39:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 0C28B750E2 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jtulak@redhat.com Received: from jtulak-arch.redhat.com (unknown [10.43.17.156]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3531D5D75A; Thu, 17 Aug 2017 07:39:21 +0000 (UTC) From: Jan Tulak To: linux-xfs@vger.kernel.org Cc: darrick.wong@oracle.com, Jan Tulak Subject: [PATCH] xfsprogs: add sectsize/sectlog to the man page Date: Thu, 17 Aug 2017 09:38:44 +0200 Message-Id: <20170817073844.1351-1-jtulak@redhat.com> 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.39]); Thu, 17 Aug 2017 07:39:22 +0000 (UTC) Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The man page is missing description of these options. Add it. Signed-off-by: Jan Tulak --- man/man8/mkfs.xfs.8 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/man/man8/mkfs.xfs.8 b/man/man8/mkfs.xfs.8 index b2bc223b..8ee64660 100644 --- a/man/man8/mkfs.xfs.8 +++ b/man/man8/mkfs.xfs.8 @@ -297,6 +297,24 @@ suboption is used only to make a filesystem image. If the .I value is omitted then 1 is assumed. .TP +.BI sectsize= value +This is used to specify the sector size for data section. The size is specified +as a value in bytes. The minimum value is 512 bytes; the maximum is 32768 +(32 KiB). The sector size must be a power of 2 and cannot be made larger than +the filesystem block size. The default size is 512 bytes. This option is +mutually exclusive with +.B \-d sectlog +option. +.TP +.BI sectlog= value +This is used to specify the sector size for data section. The size is specified +as a base two logarithm. The minimum value is 512 bytes; the maximum is 32768 +(32 KiB). The sector size must be a power of 2 and cannot be made larger than +the filesystem block size. The default size is 512 bytes. This option is +mutually exclusive with +.B \-d sectsize +option. +.TP .BI size= value This is used to specify the size of the data section. This suboption is required if