diff options
Diffstat (limited to 'miscutils/chat.c')
-rw-r--r-- | miscutils/chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/chat.c b/miscutils/chat.c index 86a114df6..f9e12a4ac 100644 --- a/miscutils/chat.c +++ b/miscutils/chat.c | |||
@@ -79,7 +79,7 @@ | |||
79 | //kbuild:lib-$(CONFIG_CHAT) += chat.o | 79 | //kbuild:lib-$(CONFIG_CHAT) += chat.o |
80 | 80 | ||
81 | //usage:#define chat_trivial_usage | 81 | //usage:#define chat_trivial_usage |
82 | //usage: "EXPECT [SEND [EXPECT [SEND...]]]" | 82 | //usage: "EXPECT [SEND [EXPECT [SEND]]...]" |
83 | //usage:#define chat_full_usage "\n\n" | 83 | //usage:#define chat_full_usage "\n\n" |
84 | //usage: "Useful for interacting with a modem connected to stdin/stdout.\n" | 84 | //usage: "Useful for interacting with a modem connected to stdin/stdout.\n" |
85 | //usage: "A script consists of \"expect-send\" argument pairs.\n" | 85 | //usage: "A script consists of \"expect-send\" argument pairs.\n" |