/[grub]/grub2/normal/cmdline.c
ViewVC logotype

Diff of /grub2/normal/cmdline.c

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

revision 1.9 by marco_g, Sat Dec 4 18:45:45 2004 UTC revision 1.10 by marco_g, Mon Dec 13 17:26:17 2004 UTC
# Line 205  grub_tab_complete (char *buf, int *resto Line 205  grub_tab_complete (char *buf, int *resto
205            /* Multiple matches found, print the first instead of completing.  */            /* Multiple matches found, print the first instead of completing.  */
206            else if (numfound == 2)            else if (numfound == 2)
207              {              {
208                grub_printf ("\nPossible %s are: ", what);                grub_printf ("\nPossible %s are:\n", what);
209                print_completion (found);                print_completion (found);
210              }              }
211                            

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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