btrfs-progs: doc filesystem, fix quoting of size suffixes
Escape the first quote of two to cancel effects of ordinary '...' . Reported-by: Chris Murphy <lists@colorremedies.com> Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
186ec29394
commit
b4d03be635
|
@ -102,7 +102,7 @@ If the prefix + or - is present the size is increased or decreased
|
||||||
by the quantity <size>.
|
by the quantity <size>.
|
||||||
If no units are specified, the unit of the <size> parameter defaults to
|
If no units are specified, the unit of the <size> parameter defaults to
|
||||||
bytes. Optionally, the size parameter may be suffixed by one of the following
|
bytes. Optionally, the size parameter may be suffixed by one of the following
|
||||||
units designators: \'K\', \'M\', \'G\', \'T\', \'P\', or \'E\', which represent
|
units designators: \'K', \'M', \'G', \'T', \'P', or \'E', which represent
|
||||||
KiB, MiB, GiB, TiB, PiB, or EiB, respectively.
|
KiB, MiB, GiB, TiB, PiB, or EiB, respectively.
|
||||||
|
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in New Issue