[git commit] tweak help text

Denys Vlasenko vda.linux at googlemail.com
Fri May 18 02:47:18 UTC 2012


commit: http://git.busybox.net/busybox/commit/?id=8d118546785bf20963fee979e85fc9393b095082
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 util-linux/mdev.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/util-linux/mdev.c b/util-linux/mdev.c
index 70d1903..17355bf 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"


More information about the busybox-cvs mailing list