diff options
author | keramida <keramida@FreeBSD.org> | 2002-07-15 20:50:16 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2002-07-15 20:50:16 +0000 |
commit | 5777e081fa3c49e12058a541a71c4950aa3e5d21 (patch) | |
tree | 4a3eca21e11603e46c33660b19f3d5255d870889 /lib | |
parent | d1ed324a35261a2efceeaa22ec6aea4c92e0c7a6 (diff) | |
download | FreeBSD-src-5777e081fa3c49e12058a541a71c4950aa3e5d21.zip FreeBSD-src-5777e081fa3c49e12058a541a71c4950aa3e5d21.tar.gz |
The .Fn function
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/adjtime.2 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/sys/adjtime.2 b/lib/libc/sys/adjtime.2 index 2301aaf..a090ed4 100644 --- a/lib/libc/sys/adjtime.2 +++ b/lib/libc/sys/adjtime.2 @@ -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. |