From fb46660e98bfe239b374bcf336b96c95d16ea7e8 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Fri, 28 Aug 2009 15:27:27 -0300 Subject: [PATCH] monitor: Update supported types documentation Signed-off-by: Luiz Capitulino Signed-off-by: Anthony Liguori --- monitor.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/monitor.c b/monitor.c index 5322bc8dc7..f5f4d0e084 100644 --- a/monitor.c +++ b/monitor.c @@ -61,7 +61,9 @@ * 'l' target long (32 or 64 bit) * '/' optional gdb-like print format (like "/10x") * - * '?' optional type (for 'F', 's' and 'i') + * '?' optional type (for all types, except '/') + * '.' other form of optional type (for 'i' and 'l') + * '-' optional parameter (eg. '-f') * */