From b4d03be6358d82754ec52ea674c08513da6134b6 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 2 Jan 2015 17:22:07 +0100 Subject: [PATCH] btrfs-progs: doc filesystem, fix quoting of size suffixes Escape the first quote of two to cancel effects of ordinary '...' . Reported-by: Chris Murphy Signed-off-by: David Sterba --- Documentation/btrfs-filesystem.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/btrfs-filesystem.txt b/Documentation/btrfs-filesystem.txt index 917a8333..654847ca 100644 --- a/Documentation/btrfs-filesystem.txt +++ b/Documentation/btrfs-filesystem.txt @@ -102,7 +102,7 @@ If the prefix + or - is present the size is increased or decreased by the quantity . If no units are specified, the unit of the parameter defaults to 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. +