We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a997960 commit cbb0006Copy full SHA for cbb0006
1 file changed
arch/um/os-Linux/start_up.c
@@ -154,10 +154,10 @@ static int __init nosysemu_cmd_param(char *str, int* add)
154
155
__uml_setup("nosysemu", nosysemu_cmd_param,
156
"nosysemu\n"
157
-" Turns off syscall emulation patch for ptrace (SYSEMU) on.\n"
+" Turns off syscall emulation patch for ptrace (SYSEMU).\n"
158
" SYSEMU is a performance-patch introduced by Laurent Vivier. It changes\n"
159
-" behaviour of ptrace() and helps reducing host context switch rate.\n"
160
-" To make it working, you need a kernel patch for your host, too.\n"
+" behaviour of ptrace() and helps reduce host context switch rates.\n"
+" To make it work, you need a kernel patch for your host, too.\n"
161
" See http://perso.wanadoo.fr/laurent.vivier/UML/ for further \n"
162
" information.\n\n");
163
0 commit comments