diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-13 18:49:43 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-13 18:49:43 +0000 |
commit | 9c24ee20ab75047beebcf1a5766fdbdbd82ba662 (patch) | |
tree | 61d03a8d473f2d253c80f5bb3acc13d488351250 /miscutils | |
parent | 243153c09634fdbd0ac39af35677a4a7929e9c64 (diff) | |
download | busybox-w32-9c24ee20ab75047beebcf1a5766fdbdbd82ba662.tar.gz busybox-w32-9c24ee20ab75047beebcf1a5766fdbdbd82ba662.tar.bz2 busybox-w32-9c24ee20ab75047beebcf1a5766fdbdbd82ba662.zip |
More doc updates for BusyBox, with fixes to apps for bugs revealed
while trying to write docs . :-)
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@451 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/dutmp.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/miscutils/dutmp.c b/miscutils/dutmp.c index cf0d466ef..1629067a1 100644 --- a/miscutils/dutmp.c +++ b/miscutils/dutmp.c | |||
@@ -19,10 +19,9 @@ | |||
19 | #define bb_need_io_error | 19 | #define bb_need_io_error |
20 | #include "messages.c" | 20 | #include "messages.c" |
21 | 21 | ||
22 | static const char dutmp_usage[] = "dutmp\n" | 22 | static const char dutmp_usage[] = "dutmp [FILE]\n\n" |
23 | "\n" | 23 | "Dump utmp file format (pipe delimited) from FILE\n" |
24 | "\tDump file or stdin utmp file format to stdout, pipe delimited.\n" | 24 | "or stdin to stdout. (i.e. 'dutmp /var/run/utmp')\n"; |
25 | "\tdutmp /var/run/utmp\n"; | ||
26 | 25 | ||
27 | extern int dutmp_main(int argc, char **argv) | 26 | extern int dutmp_main(int argc, char **argv) |
28 | { | 27 | { |