=== modified file 'commands/blocklist.c' --- commands/blocklist.c 2009-06-10 21:04:23 +0000 +++ commands/blocklist.c 2009-12-21 00:09:02 +0000 @@ -87,7 +87,7 @@ grub_cmd_blocklist (grub_command_t cmd _ if (! file->device->disk) return grub_error (GRUB_ERR_BAD_DEVICE, - "this command is available only for disk devices."); + "this command is available only for disk devices"); Capitalisation and full stop
=== modified file 'commands/halt.c' --- commands/halt.c 2009-12-03 23:07:29 +0000 +++ commands/halt.c 2009-12-21 00:10:33 +0000 @@ -35,7 +35,7 @@ static grub_command_t cmd; GRUB_MOD_INIT(halt) { cmd = grub_register_command ("halt", grub_cmd_halt, - 0, "halts the computer. This command does not" + 0, "Halts the computer. This command does not" " work on all firmware."); I would rather say "On *every* firmware." cmd_terminal_input = grub_register_command ("terminal_input", grub_cmd_handler, "terminal_input [handler]", - "List or select a handler"); + "List or select an input handler."); I would rather say input terminal. cmd_terminal_output = grub_register_command ("terminal_output", grub_cmd_handler, "terminal_output [handler]", - "List or select a handler"); + "List or select an output handler."); Likewise === modified file 'commands/hexdump.c' --- commands/hexdump.c 2009-12-10 13:37:42 +0000 +++ commands/hexdump.c 2009-12-21 00:12:18 +0000 - {"length", 'n', 0, "read only length bytes", 0, ARG_TYPE_INT}, + {"length", 'n', 0, "Read only length bytes", 0, ARG_TYPE_INT}, I would rather write LENGTH. And full stop. === modified file 'commands/loadenv.c' --- commands/loadenv.c 2009-09-01 19:07:42 +0000 +++ commands/loadenv.c 2009-12-21 00:12:52 +0000 @@ -29,7 +29,7 @@ static const struct grub_arg_option options[] = { - {"file", 'f', 0, "specify filename", 0, ARG_TYPE_PATHNAME}, + {"file", 'f', 0, "Specify filename.", 0, ARG_TYPE_PATHNAME}, Filename for what? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel