From: Jan Tulak <jtulak@redhat.com>
To: linux-xfs@vger.kernel.org
Cc: darrick.wong@oracle.com, Jan Tulak <jtulak@redhat.com>
Subject: [PATCH] xfsprogs: add sectsize/sectlog to the man page
Date: Thu, 17 Aug 2017 09:38:44 +0200 [thread overview]
Message-ID: <20170817073844.1351-1-jtulak@redhat.com> (raw)
The man page is missing description of these options.
Add it.
Signed-off-by: Jan Tulak <jtulak@redhat.com>
---
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
--
2.13.3
next reply other threads:[~2017-08-17 7:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-17 7:38 Jan Tulak [this message]
2017-08-17 8:35 ` [PATCH] xfsprogs: add sectsize/sectlog to the man page Dave Chinner
2017-08-17 9:45 ` Jan Tulak
2017-08-17 11:22 ` Dave Chinner
2017-08-17 14:45 ` Jan Tulak
2017-08-17 16:01 ` Eric Sandeen
2017-08-17 19:50 ` Jan Tulak
2017-08-17 19:54 ` Eric Sandeen
2017-08-17 22:29 ` Dave Chinner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170817073844.1351-1-jtulak@redhat.com \
--to=jtulak@redhat.com \
--cc=darrick.wong@oracle.com \
--cc=linux-xfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox