aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2002-07-15 20:50:16 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2002-07-15 20:50:16 +0000
commitab7e1a571298edd620866e971546c7e3d53b298b (patch)
tree4a3eca21e11603e46c33660b19f3d5255d870889
parent45d2fcfaae091425ca78b4cbb9a5eb7ccc64a7db (diff)
downloadsrc-ab7e1a571298edd620866e971546c7e3d53b298b.tar.gz
src-ab7e1a571298edd620866e971546c7e3d53b298b.zip
The .Fn function
Notes
Notes: svn path=/head/; revision=100143
-rw-r--r--lib/libc/sys/adjtime.29
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/sys/adjtime.2 b/lib/libc/sys/adjtime.2
index 2301aafd7168..a090ed4b1b38 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.