diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-01-17 21:32:03 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-01-17 21:32:03 +0000 | 
| commit | ee39d6d85cfcfa8e856c410c0ad4cd96e8fded55 (patch) | |
| tree | 4bd397d55198bfd01fc6744430f25faf08f18b0c /source/components/debugger/dbinput.c | |
| parent | b28e481ae9b051dab150e9b5a89730cdc1103a9c (diff) | |
Notes
Diffstat (limited to 'source/components/debugger/dbinput.c')
| -rw-r--r-- | source/components/debugger/dbinput.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/source/components/debugger/dbinput.c b/source/components/debugger/dbinput.c index 077ad7ebae8f..b7ee073345a9 100644 --- a/source/components/debugger/dbinput.c +++ b/source/components/debugger/dbinput.c @@ -5,7 +5,7 @@   ******************************************************************************/  /* - * Copyright (C) 2000 - 2012, Intel Corp. + * Copyright (C) 2000 - 2013, Intel Corp.   * All rights reserved.   *   * Redistribution and use in source and binary forms, with or without @@ -210,7 +210,7 @@ static const ACPI_DB_COMMAND_INFO   AcpiGbl_DbCommands[] =      {"RESOURCES",    1},      {"RESULTS",      0},      {"SET",          3}, -    {"SLEEP",        1}, +    {"SLEEP",        0},      {"STATS",        1},      {"STOP",         0},      {"TABLES",       0}, @@ -274,7 +274,7 @@ static const ACPI_DB_COMMAND_HELP   AcpiGbl_DbCommandHelp[] =      {1, "  References <Addr>",                 "Find all references to object at addr\n"},      {1, "  Resources <DeviceName | *>",        "Display Device resources (* = all devices)\n"},      {1, "  Set N <NamedObject> <Value>",       "Set value for named integer\n"}, -    {1, "  Sleep <SleepState>",                "Simulate sleep/wake sequence\n"}, +    {1, "  Sleep [SleepState]",                "Simulate sleep/wake sequence(s) (0-5)\n"},      {1, "  Template <Object>",                 "Format/dump a Buffer/ResourceTemplate\n"},      {1, "  Terminate",                         "Delete namespace and all internal objects\n"},      {1, "  Type <Object>",                     "Display object type\n"}, | 
