9
0
Fork 0

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>
This commit is contained in:
Robert Schwebel 2010-10-22 18:45:04 +02:00 committed by Sascha Hauer
parent e14b500c40
commit 66b6037f2e
1 changed files with 1 additions and 1 deletions

View File

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