btrfs-progs: doc: fix incorrect format of 'l' option in mkfs.btrfs
authorTsutomu Itoh <t-itoh@jp.fujitsu.com>
Wed, 24 Dec 2014 07:10:52 +0000 (16:10 +0900)
committerDavid Sterba <dsterba@suse.cz>
Sat, 3 Jan 2015 01:30:37 +0000 (02:30 +0100)
commit15541064eda246374487ae3e0bc5b17be4f874af
tree03c6b692efae0c343cea5d5f8a318a0bf6aa28bf
parent18bf3f15a3cdac7055773d308d07408043c57b27
btrfs-progs: doc: fix incorrect format of 'l' option in mkfs.btrfs

The format of 'l' option in mkfs.btrfs.txt is wrong.
And, when the head of the character string is 65536, the following warning
is displayed.

    $ make
    Making all in Documentation
        [ASCII]  mkfs.btrfs.xml
    asciidoc: WARNING: mkfs.btrfs.xml.tmp1: line 67: list item index: expected 1 got 65536
        [XMLTO]  mkfs.btrfs.8
        [GZ]     mkfs.btrfs.8.gz
    rm mkfs.btrfs.8 mkfs.btrfs.xml

So, fix it.

Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Documentation/mkfs.btrfs.txt