Manual Page Result
0
Command: resettodr | Section: 9 | Source: FreeBSD | File: resettodr.9.gz
RESETTODR(9) FreeBSD Kernel Developer's Manual RESETTODR(9)
NAME
resettodr - set battery-backed clock from system time
SYNOPSIS
#include <sys/types.h>
#include <sys/systm.h>
void
resettodr(void);
DESCRIPTION
The resettodr() function sets the system's battery-backed clock based on
the contents of the system time variable.
SEE ALSO
inittodr(9), time(9)
BUGS
On many systems, resettodr() has to convert from time to a time expressed
in terms of year, month, day, hours, minutes, and seconds. Many of the
implementations could share code, but do not.
FreeBSD 14.1-RELEASE-p8 November 13, 1995 FreeBSD 14.1-RELEASE-p8