/[grub]/grub2/commands/i386/pc/halt.c
ViewVC logotype

Diff of /grub2/commands/i386/pc/halt.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by marco_g, Mon Jan 31 21:40:25 2005 UTC revision 1.2 by okuji, Sun Jul 17 20:26:07 2005 UTC
# Line 25  Line 25 
25    
26  static const struct grub_arg_option options[] =  static const struct grub_arg_option options[] =
27    {    {
28      {"no-apm", 'n', 0, "Don't use APM to halt the computer", 0, 0},      {"no-apm", 'n', 0, "do not use APM to halt the computer", 0, 0},
29      {0, 0, 0, 0, 0, 0}      {0, 0, 0, 0, 0, 0}
30    };    };
31    
# Line 63  GRUB_MOD_INIT Line 63  GRUB_MOD_INIT
63  {  {
64    (void)mod;                    /* To stop warning. */    (void)mod;                    /* To stop warning. */
65    grub_register_command ("halt", grub_cmd_halt, GRUB_COMMAND_FLAG_BOTH,    grub_register_command ("halt", grub_cmd_halt, GRUB_COMMAND_FLAG_BOTH,
66                           "halt [OPTIONS...]",                           "halt [-n]",
67                           "Halt the system, if possible using APM", options);                           "Halt the system, if possible using APM", options);
68  }  }
69    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26