Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/adjtime.2
| Show All 25 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd May 13, 2021 | .Dd May 13, 2021 | ||||
| .Dt ADJTIME 2 | .Dt ADJTIME 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm adjtime | .Nm adjtime | ||||
| .Nd "correct the time to allow synchronization of the system clock" | .Nd "correct the time to allow synchronization of the system clock" | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/time.h | .In sys/time.h | ||||
| .Ft int | .Ft int | ||||
| .Fn adjtime "const struct timeval *delta" "struct timeval *olddelta" | .Fn adjtime "const struct timeval *delta" "struct timeval *olddelta" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn adjtime | .Fn adjtime | ||||
| system call | system call | ||||
| makes small adjustments to the system time, as returned by | makes small adjustments to the system time, as returned by | ||||
| ▲ Show 20 Lines • Show All 62 Lines • Show Last 20 Lines | |||||