/[grub]/grub/stage2/builtins.c
ViewVC logotype

Diff of /grub/stage2/builtins.c

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

revision 1.122 by okuji, Mon Feb 4 22:48:59 2002 UTC revision 1.123 by okuji, Tue Feb 5 04:15:22 2002 UTC
# Line 2820  static struct builtin builtin_password = Line 2820  static struct builtin builtin_password =
2820  {  {
2821    "password",    "password",
2822    password_func,    password_func,
2823    BUILTIN_MENU | BUILTIN_CMDLINE | BUILTIN_HIDDEN,    BUILTIN_MENU | BUILTIN_CMDLINE | BUILTIN_NO_ECHO,
2824    "password [--md5] PASSWD [FILE]",    "password [--md5] PASSWD [FILE]",
2825    "If used in the first section of a menu file, disable all"    "If used in the first section of a menu file, disable all"
2826    " interactive editing control (menu entry editor and"    " interactive editing control (menu entry editor and"
# Line 2851  static struct builtin builtin_pause = Line 2851  static struct builtin builtin_pause =
2851  {  {
2852    "pause",    "pause",
2853    pause_func,    pause_func,
2854    BUILTIN_CMDLINE | BUILTIN_HIDDEN,    BUILTIN_CMDLINE | BUILTIN_NO_ECHO,
2855    "pause [MESSAGE ...]",    "pause [MESSAGE ...]",
2856    "Print MESSAGE, then wait until a key is pressed."    "Print MESSAGE, then wait until a key is pressed."
2857  };  };

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123

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