aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mdev.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-05-18 04:47:18 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2012-05-18 04:47:18 +0200
commit8d118546785bf20963fee979e85fc9393b095082 (patch)
treee1215d0f222a66bd4f841a2693b6b64bfeba4ac1 /util-linux/mdev.c
parent516530c932bd17d87c9eb4347a490be051e495f4 (diff)
downloadbusybox-8d118546785bf20963fee979e85fc9393b095082.tar.gz
tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/mdev.c')
-rw-r--r--util-linux/mdev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/mdev.c b/util-linux/mdev.c
index 70d19033d..17355bf62 100644
--- a/util-linux/mdev.c
+++ b/util-linux/mdev.c
@@ -92,9 +92,9 @@
//usage: "\n"
//usage: "If /dev/mdev.seq file exists, mdev will wait for its value\n"
//usage: "to match $SEQNUM variable. This prevents plug/unplug races.\n"
-//usage: "To activate this feature, create empty /dev/mdev.seq at boot."
+//usage: "To activate this feature, create empty /dev/mdev.seq at boot.\n"
//usage: "\n"
-//usage: "If /dev/mdev.log file exists, debug log will be appended to it.\n"
+//usage: "If /dev/mdev.log file exists, debug log will be appended to it."
#include "libbb.h"
#include "xregex.h"