diff options
Diffstat (limited to 'arch/um/include/chan_user.h')
-rw-r--r-- | arch/um/include/chan_user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/chan_user.h b/arch/um/include/chan_user.h index 5a2263e05bb2..9b9ced85b703 100644 --- a/arch/um/include/chan_user.h +++ b/arch/um/include/chan_user.h | |||
@@ -48,7 +48,7 @@ extern void register_winch_irq(int fd, int tty_fd, int pid, | |||
48 | #define __channel_help(fn, prefix) \ | 48 | #define __channel_help(fn, prefix) \ |
49 | __uml_help(fn, prefix "[0-9]*=<channel description>\n" \ | 49 | __uml_help(fn, prefix "[0-9]*=<channel description>\n" \ |
50 | " Attach a console or serial line to a host channel. See\n" \ | 50 | " Attach a console or serial line to a host channel. See\n" \ |
51 | " http://user-mode-linux.sourceforge.net/input.html for a complete\n" \ | 51 | " http://user-mode-linux.sourceforge.net/old/input.html for a complete\n" \ |
52 | " description of this switch.\n\n" \ | 52 | " description of this switch.\n\n" \ |
53 | ); | 53 | ); |
54 | 54 | ||