From: Bernhard Reutner-Fischer Date: Mon, 30 May 2011 21:00:47 +0000 (+0200) Subject: makedevs: fix help-text X-Git-Tag: 1_19_0~82 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14f55538f07f0b1493c713d84a046b9022fcf8fb;p=platform%2Fupstream%2Fbusybox.git makedevs: fix help-text pull http://git.buildroot.net/buildroot/commit/?id=99ead3c2ead605d6504b9abad111778dc2a93ae6 Signed-off-by: Bernhard Reutner-Fischer --- diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c index 8cca838..c945a13 100644 --- a/miscutils/makedevs.c +++ b/miscutils/makedevs.c @@ -38,7 +38,7 @@ //usage:#define makedevs_full_usage "\n\n" //usage: "Create a range of special files as specified in a device table.\n" //usage: "Device table entries take the form of:\n" -//usage: " \n" +//usage: " \n" //usage: "Where name is the file name, type can be one of:\n" //usage: " f Regular file\n" //usage: " d Directory\n"