diff options
| author | Paolo \'Blaisorblade\' Giarrusso <blaisorblade_spam@yahoo.it> | 2004-11-07 03:57:27 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-07 03:57:27 -0800 |
| commit | 01e66a7a18e29dac78a46ff25a809a3ff9851b62 (patch) | |
| tree | 2dc63642e3a2236c87d828d0e71f242b593f18b7 /arch/um/kernel | |
| parent | 43878d0ee16770cde1ffe1c5c9d488f3b179306f (diff) | |
[PATCH] uml: add missing newline in help string
Add missing newline in help string for "nosysemu" param. Run ./vmlinux --help
before and after to see the difference. Trivial - must go in.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/kernel')
| -rw-r--r-- | arch/um/kernel/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/process.c b/arch/um/kernel/process.c index 08429703e6d4..d2f0e82cacf3 100644 --- a/arch/um/kernel/process.c +++ b/arch/um/kernel/process.c @@ -235,7 +235,7 @@ __uml_setup("nosysemu", nosysemu_cmd_param, " SYSEMU is a performance-patch introduced by Laurent Vivier. It changes\n" " behaviour of ptrace() and helps reducing host context switch rate.\n" " To make it working, you need a kernel patch for your host, too.\n" - " See http://perso.wanadoo.fr/laurent.vivier/UML/ for further information.\n"); + " See http://perso.wanadoo.fr/laurent.vivier/UML/ for further information.\n\n"); static void __init check_sysemu(void) { |
