.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SAVE_TIME_DELTA" "9" "09 October 2005" "" "" .SH NAME save_time_delta \- Save the offset between system time and RTC time .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void save_time_delta (struct timespec * \fIdelta\fB, struct timespec * \fIrtc\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdelta\fB\fR pointer to timespec to store delta .TP \fB\fIrtc\fB\fR pointer to timespec for current RTC time .SH "DESCRIPTION" .PP Return a delta between the system time and the RTC time, such that system time can be restored later with \fBrestore_time_delta\fR