2009-12-27 Carles Pina i Estany <carles@pina.cat>
* efiemu/main.c (GRUB_MOD_INIT): Fix capitalizations and/or full stops. * kern/corecmd.c (grub_register_core_commands): Likewise. * loader/efi/chainloader.c (GRUB_MOD_INIT): Likewise. * loader/i386/bsd.c (GRUB_MOD_INIT): Likewise. * loader/i386/efi/linux.c (GRUB_MOD_INIT): Likewise. * loader/i386/ieee1275/linux.c (GRUB_MOD_INIT): Likewise. * loader/i386/linux.c (GRUB_MOD_INIT): Likewise. * loader/i386/pc/chainloader.c (GRUB_MOD_INIT): Likewise. * loader/i386/pc/linux.c (GRUB_MOD_INIT): Likewise. * loader/multiboot_loader.c (GRUB_MOD_INIT): Likewise. * loader/powerpc/ieee1275/linux.c (GRUB_MOD_INIT): Likewise. * loader/sparc64/ieee1275/linux.c (GRUB_MOD_INIT): Likewise. * loader/xnu.c (GRUB_MOD_INIT): Likewise. * mmap/mmap.c (GRUB_MOD_INIT): Likewise. * normal/handler.c (insert_handler): Likewise. * normal/main.c (GRUB_MOD_INIT): Likewise. * term/gfxterm.c (GRUB_MOD_INIT): Likewise.
This commit is contained in:
		
							parent
							
								
									fdcdbb6633
								
							
						
					
					
						commit
						864ba2bbca
					
				
					 18 changed files with 56 additions and 35 deletions
				
			
		|  | @ -117,7 +117,7 @@ insert_handler (char *name, char *module) | |||
|     data = 0; | ||||
| 
 | ||||
|   item->cmd = grub_register_command (item->name, grub_handler_cmd, 0, | ||||
| 				     "Set active handler"); | ||||
| 				     "Set active handler."); | ||||
|   if (! item->cmd) | ||||
|     { | ||||
|       grub_free (data); | ||||
|  |  | |||
|  | @ -598,7 +598,7 @@ GRUB_MOD_INIT(normal) | |||
| 
 | ||||
|   /* Register a command "normal" for the rescue mode.  */ | ||||
|   grub_register_command_prio ("normal", grub_cmd_normal, | ||||
| 			      0, "Enter normal mode", 0); | ||||
| 			      0, "Enter normal mode.", 0); | ||||
| 
 | ||||
|   /* Reload terminal colors when these variables are written to.  */ | ||||
|   grub_register_variable_hook ("color_normal", NULL, grub_env_write_color_normal); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue