monitor: Document argument type 'M'

Was forgotten in commit b6e098d7.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Markus Armbruster 2010-01-25 14:23:01 +01:00 committed by Anthony Liguori
parent 9da92c4944
commit 9fec543fa6

View File

@ -68,6 +68,8 @@
* 's' string (accept optional quote)
* 'i' 32 bit integer
* 'l' target long (32 or 64 bit)
* 'M' just like 'l', except in user mode the value is
* multiplied by 2^20 (think Mebibyte)
* '/' optional gdb-like print format (like "/10x")
*
* '?' optional type (for all types, except '/')