diff options
author | Pere Orga <gotrunks@gmail.com> | 2011-04-11 03:29:49 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-11 03:29:49 +0200 |
commit | 5bc8c005a8e15c43285bc595a8d404de67a482ac (patch) | |
tree | 98f2d35d1db26f4d8cba5f095ff63bf8e2e8d980 /miscutils/adjtimex.c | |
parent | 73ef15cf3894716c1393ed21dee6e6bb2cdbc90f (diff) | |
download | busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.tar.gz busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.tar.bz2 busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.zip |
move remaining help text from include/usage.src.h
Signed-off-by: Pere Orga <gotrunks@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/adjtimex.c')
-rw-r--r-- | miscutils/adjtimex.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c index 8e8ff8c0a..e1edbbebc 100644 --- a/miscutils/adjtimex.c +++ b/miscutils/adjtimex.c | |||
@@ -11,6 +11,18 @@ | |||
11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
12 | */ | 12 | */ |
13 | 13 | ||
14 | //usage:#define adjtimex_trivial_usage | ||
15 | //usage: "[-q] [-o OFF] [-f FREQ] [-p TCONST] [-t TICK]" | ||
16 | //usage:#define adjtimex_full_usage "\n\n" | ||
17 | //usage: "Read and optionally set system timebase parameters. See adjtimex(2)\n" | ||
18 | //usage: "\nOptions:" | ||
19 | //usage: "\n -q Quiet" | ||
20 | //usage: "\n -o OFF Time offset, microseconds" | ||
21 | //usage: "\n -f FREQ Frequency adjust, integer kernel units (65536 is 1ppm)" | ||
22 | //usage: "\n (positive values make clock run faster)" | ||
23 | //usage: "\n -t TICK Microseconds per tick, usually 10000" | ||
24 | //usage: "\n -p TCONST" | ||
25 | |||
14 | #include "libbb.h" | 26 | #include "libbb.h" |
15 | #include <sys/timex.h> | 27 | #include <sys/timex.h> |
16 | 28 | ||