summaryrefslogtreecommitdiffstats
path: root/commands/partition.c
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-10-22 18:45:04 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-10-22 20:47:02 +0200
commit66b6037f2e4a5635b2680d12e6ac416c02eddfac (patch)
tree8251b5270b8674bb6174379cd634b20c7a5518de /commands/partition.c
parente14b500c40887a858315ae8e6da5cdf1a206cfa0 (diff)
downloadbarebox-66b6037f2e4a5635b2680d12e6ac416c02eddfac.tar.gz
barebox-66b6037f2e4a5635b2680d12e6ac416c02eddfac.tar.xz
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 <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/partition.c')
-rw-r--r--commands/partition.c2
1 files changed, 1 insertions, 1 deletions
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],...
*
* \<device> 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.