]> git.pld-linux.org Git - packages/adjtimex.git/commitdiff
- fix for multiline string consts
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 17 Jan 2004 21:06:27 +0000 (21:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adjtimex-gcc33.patch -> 1.1

adjtimex-gcc33.patch [new file with mode: 0644]

diff --git a/adjtimex-gcc33.patch b/adjtimex-gcc33.patch
new file mode 100644 (file)
index 0000000..ccc07e6
--- /dev/null
@@ -0,0 +1,67 @@
+--- adjtimex-1.13/adjtimex.c.orig      2004-01-17 22:06:35.000000000 +0100
++++ adjtimex-1.13/adjtimex.c   2004-01-17 22:07:54.744035184 +0100
+@@ -164,35 +164,35 @@
+ usage(void)
+ {
+   char msg[]=
+-"
+-Usage: adjtimex  [OPTION]... 
+-Mandatory or optional arguments to long options are mandatory or optional
+-for short options too.
+-
+-Get/Set Kernel Time Parameters:
+-       -p, --print               print values of kernel time variables
+-       -t, --tick val            set the kernel tick interval in usec
+-       -f, --frequency newfreq   set system clock frequency offset
+-       -s, --singleshot adj      slew the system clock by adj usec
+-       -o, --offset adj          add a time offset of adj usec
+-       -m, --maxerror val        set maximum error (usec)
+-       -e, --esterror val        set estimated error (usec)
+-       -T, --timeconstant val    set phase locked loop time constant
+-       -a, --adjust[=count]      set system clock parameters per CMOS 
+-                                 clock or (with --review) log file
+-
+-Estimate Systematic Drifts:
+-       -c, --compare[=count]     compare system and CMOS clocks
+-       -i, --interval tim        set clock comparison interval (sec)
+-       -l, --log[=file]          log current times to file
+-           --host timeserver     query the timeserver
+-       -w, --watch               get current time from user
+-       -r, --review[=file]       review clock log file, estimate drifts
+-       -u, --utc                 the CMOS clock is set to UTC
+-
+-Informative Output:
+-           --help                print this help, then exit
+-       -v, --version             print adjtimex program version, then exit
++"\n\
++Usage: adjtimex  [OPTION]... \n\
++Mandatory or optional arguments to long options are mandatory or optional\n\
++for short options too.\n\
++\n\
++Get/Set Kernel Time Parameters:\n\
++       -p, --print               print values of kernel time variables\n\
++       -t, --tick val            set the kernel tick interval in usec\n\
++       -f, --frequency newfreq   set system clock frequency offset\n\
++       -s, --singleshot adj      slew the system clock by adj usec\n\
++       -o, --offset adj          add a time offset of adj usec\n\
++       -m, --maxerror val        set maximum error (usec)\n\
++       -e, --esterror val        set estimated error (usec)\n\
++       -T, --timeconstant val    set phase locked loop time constant\n\
++       -a, --adjust[=count]      set system clock parameters per CMOS\n\
++                                 clock or (with --review) log file\n\
++\n\
++Estimate Systematic Drifts:\n\
++       -c, --compare[=count]     compare system and CMOS clocks\n\
++       -i, --interval tim        set clock comparison interval (sec)\n\
++       -l, --log[=file]          log current times to file\n\
++           --host timeserver     query the timeserver\n\
++       -w, --watch               get current time from user\n\
++       -r, --review[=file]       review clock log file, estimate drifts\n\
++       -u, --utc                 the CMOS clock is set to UTC\n\
++\n\
++Informative Output:\n\
++           --help                print this help, then exit\n\
++       -v, --version             print adjtimex program version, then exit\n\
+ ";
+   fputs(msg, stdout);
This page took 0.07704 seconds and 4 git commands to generate.