Initial checkin of a very primitive hwclock replacement

This commit is contained in:
Robert Griebl
2002-07-21 16:50:49 +00:00
parent fc78b79575
commit 1cd0445495
5 changed files with 248 additions and 0 deletions

View File

@@ -700,6 +700,17 @@
"$ hostname\n" \
"sage \n"
#define hwclock_trivial_usage \
"[-r|--show] [-s|--hctosys] [-w|--systohc] [-l|--localtime] [-u|--utc]"
#define hwclock_full_usage \
"Query and set the hardware clock (RTC)\n\n" \
"Options:\n" \
"\t-r\tread hardware clock and print result\n" \
"\t-s\tset the system time from the hardware clock\n" \
"\t-w\tset the hardware clock to the current system time\n" \
"\t-u\tthe hardware clock is kept in coordinated universal time\n" \
"\t-l\tthe hardware clock is kept in local time"
#define id_trivial_usage \
"[OPTIONS]... [USERNAME]"
#define id_full_usage \