* Accidently forgot to fix the typo that Adrian pointed out in his patch to

#2919 (OMG :-)).
* While I was at it, I also cleaned up some style inconsistencies.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28842 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-01-02 09:39:29 +00:00
parent f9e72b6e5b
commit 74c05b1d3c
+1 -1
View File
@@ -1081,7 +1081,7 @@ syslog_init(struct kernel_args* args)
add_debugger_command_etc("syslog", &cmd_dump_syslog, add_debugger_command_etc("syslog", &cmd_dump_syslog,
"Dumps the syslog buffer.\n", "Dumps the syslog buffer.\n",
"[-n]\nDumps the whole syslog buffer, or, if -n is specified, only " "[-n]\nDumps the whole syslog buffer, or, if -n is specified, only "
"the part that hasn't been send yet.\n", 0); "the part that hasn't been sent yet.\n", 0);
return B_OK; return B_OK;