From 66b6037f2e4a5635b2680d12e6ac416c02eddfac Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Fri, 22 Oct 2010 18:45:04 +0200 Subject: doc: add missing quoting Silence this warning: /home/rsc/git/barebox/commands/partition.c:177: Warning: Found unknown command `\offset1' /home/rsc/git/barebox/commands/partition.c:177: Warning: Found unknown command `\offset2' Signed-off-by: Robert Schwebel Signed-off-by: Sascha Hauer --- commands/partition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/partition.c') diff --git a/commands/partition.c b/commands/partition.c index 7794925943..a1edcf67e0 100644 --- a/commands/partition.c +++ b/commands/partition.c @@ -176,7 +176,7 @@ BAREBOX_CMD_END * Adds a partition description to a device. The partition description has the * form * - * size1[@offset1](name1)[ro],size2[@offset2](name2)[ro],... + * size1[\@offset1](name1)[ro],size2[\@offset2](name2)[ro],... * * \ is the device name under. Size and offset can be given in decimal * or - if prefixed with 0x - in hex. Both can have an optional suffix K,M,G. -- cgit v1.2.3