[systemd-devel] [PATCH] trivial: fix typo in kernel parameters list

Andrey Borzenkov arvidjaar at gmail.com
Tue Oct 26 11:04:38 PDT 2010


Signed-off-by: Andrey Borzenkov <arvidjaar at gmail.com>

---
 src/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main.c b/src/main.c
index 50325e1..7dad015 100644
--- a/src/main.c
+++ b/src/main.c
@@ -333,7 +333,7 @@ static int parse_proc_cmdline_word(const char *word) {
 #ifdef HAVE_SYSV_COMPAT
                          "systemd.sysv_console=0|1                 Connect output of SysV scripts to console\n"
 #endif
-                         "systemd.log_target=console|kmsg|syslog|syslog-org-kmsg|null\n"
+                         "systemd.log_target=console|kmsg|syslog|syslog-or-kmsg|null\n"
                          "                                         Log target\n"
                          "systemd.log_level=LEVEL                  Log level\n"
                          "systemd.log_color=0|1                    Highlight important log messages\n"
-- 
tg: (0320828..) upstream/orb (depends on: master)


More information about the systemd-devel mailing list