]> git.pld-linux.org Git - packages/adjtimex.git/blame - adjtimex-gcc33.patch
- added gcc33 patch, release 6
[packages/adjtimex.git] / adjtimex-gcc33.patch
CommitLineData
6d9b64d4
JB
1--- adjtimex-1.13/adjtimex.c.orig 2004-01-17 22:06:35.000000000 +0100
2+++ adjtimex-1.13/adjtimex.c 2004-01-17 22:07:54.744035184 +0100
3@@ -164,35 +164,35 @@
4 usage(void)
5 {
6 char msg[]=
7-"
8-Usage: adjtimex [OPTION]...
9-Mandatory or optional arguments to long options are mandatory or optional
10-for short options too.
11-
12-Get/Set Kernel Time Parameters:
13- -p, --print print values of kernel time variables
14- -t, --tick val set the kernel tick interval in usec
15- -f, --frequency newfreq set system clock frequency offset
16- -s, --singleshot adj slew the system clock by adj usec
17- -o, --offset adj add a time offset of adj usec
18- -m, --maxerror val set maximum error (usec)
19- -e, --esterror val set estimated error (usec)
20- -T, --timeconstant val set phase locked loop time constant
21- -a, --adjust[=count] set system clock parameters per CMOS
22- clock or (with --review) log file
23-
24-Estimate Systematic Drifts:
25- -c, --compare[=count] compare system and CMOS clocks
26- -i, --interval tim set clock comparison interval (sec)
27- -l, --log[=file] log current times to file
28- --host timeserver query the timeserver
29- -w, --watch get current time from user
30- -r, --review[=file] review clock log file, estimate drifts
31- -u, --utc the CMOS clock is set to UTC
32-
33-Informative Output:
34- --help print this help, then exit
35- -v, --version print adjtimex program version, then exit
36+"\n\
37+Usage: adjtimex [OPTION]... \n\
38+Mandatory or optional arguments to long options are mandatory or optional\n\
39+for short options too.\n\
40+\n\
41+Get/Set Kernel Time Parameters:\n\
42+ -p, --print print values of kernel time variables\n\
43+ -t, --tick val set the kernel tick interval in usec\n\
44+ -f, --frequency newfreq set system clock frequency offset\n\
45+ -s, --singleshot adj slew the system clock by adj usec\n\
46+ -o, --offset adj add a time offset of adj usec\n\
47+ -m, --maxerror val set maximum error (usec)\n\
48+ -e, --esterror val set estimated error (usec)\n\
49+ -T, --timeconstant val set phase locked loop time constant\n\
50+ -a, --adjust[=count] set system clock parameters per CMOS\n\
51+ clock or (with --review) log file\n\
52+\n\
53+Estimate Systematic Drifts:\n\
54+ -c, --compare[=count] compare system and CMOS clocks\n\
55+ -i, --interval tim set clock comparison interval (sec)\n\
56+ -l, --log[=file] log current times to file\n\
57+ --host timeserver query the timeserver\n\
58+ -w, --watch get current time from user\n\
59+ -r, --review[=file] review clock log file, estimate drifts\n\
60+ -u, --utc the CMOS clock is set to UTC\n\
61+\n\
62+Informative Output:\n\
63+ --help print this help, then exit\n\
64+ -v, --version print adjtimex program version, then exit\n\
65 ";
66
67 fputs(msg, stdout);
This page took 0.071209 seconds and 4 git commands to generate.