1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

The .Fn function

This commit is contained in:
Giorgos Keramidas 2002-07-15 20:50:16 +00:00
parent 45d2fcfaae
commit ab7e1a5712
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100143

View File

@ -45,7 +45,9 @@
.Ft int
.Fn adjtime "const struct timeval *delta" "struct timeval *olddelta"
.Sh DESCRIPTION
.Fn Adjtime
The
.Fn adjtime
function
makes small adjustments to the system time, as returned by
.Xr gettimeofday 2 ,
advancing or retarding it
@ -86,8 +88,9 @@ is restricted to the super-user.
.Sh RETURN VALUES
.Rv -std adjtime
.Sh ERRORS
.Fn Adjtime
will fail if:
The
.Fn adjtime
function will fail if:
.Bl -tag -width Er
.It Bq Er EFAULT
An argument points outside the process's allocated address space.