diff options
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/bc.c | 2 | ||||
-rw-r--r-- | miscutils/chat.c | 2 | ||||
-rw-r--r-- | miscutils/ubi_tools.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/miscutils/bc.c b/miscutils/bc.c index a5d8734b3..f9b08b01e 100644 --- a/miscutils/bc.c +++ b/miscutils/bc.c | |||
@@ -108,7 +108,7 @@ | |||
108 | 108 | ||
109 | //See www.gnu.org/software/bc/manual/bc.html | 109 | //See www.gnu.org/software/bc/manual/bc.html |
110 | //usage:#define bc_trivial_usage | 110 | //usage:#define bc_trivial_usage |
111 | //usage: "[-sqlw] [FILE...]" | 111 | //usage: "[-sqlw] [FILE]..." |
112 | //usage: | 112 | //usage: |
113 | //usage:#define bc_full_usage "\n" | 113 | //usage:#define bc_full_usage "\n" |
114 | //usage: "\nArbitrary precision calculator" | 114 | //usage: "\nArbitrary precision calculator" |
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" |
diff --git a/miscutils/ubi_tools.c b/miscutils/ubi_tools.c index 69ead7a13..6d49f61d9 100644 --- a/miscutils/ubi_tools.c +++ b/miscutils/ubi_tools.c | |||
@@ -251,7 +251,7 @@ int ubi_tools_main(int argc UNUSED_PARAM, char **argv) | |||
251 | } else | 251 | } else |
252 | 252 | ||
253 | //usage:#define ubirmvol_trivial_usage | 253 | //usage:#define ubirmvol_trivial_usage |
254 | //usage: "-n VOLID / -N VOLNAME UBI_DEVICE" | 254 | //usage: "-n VOLID | -N VOLNAME UBI_DEVICE" |
255 | //usage:#define ubirmvol_full_usage "\n\n" | 255 | //usage:#define ubirmvol_full_usage "\n\n" |
256 | //usage: "Remove UBI volume\n" | 256 | //usage: "Remove UBI volume\n" |
257 | //usage: "\n -n VOLID Volume ID" | 257 | //usage: "\n -n VOLID Volume ID" |