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:
David Sterba 2015-01-02 17:22:07 +01:00
parent 186ec29394
commit b4d03be635
1 changed files with 1 additions and 1 deletions

View File

@ -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.
+ +