public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfsprogs: add sectsize/sectlog to the man page
@ 2017-08-17  7:38 Jan Tulak
  2017-08-17  8:35 ` Dave Chinner
  0 siblings, 1 reply; 9+ messages in thread
From: Jan Tulak @ 2017-08-17  7:38 UTC (permalink / raw)
  To: linux-xfs; +Cc: darrick.wong, Jan Tulak

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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-08-17 22:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-17  7:38 [PATCH] xfsprogs: add sectsize/sectlog to the man page Jan Tulak
2017-08-17  8:35 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox