summaryrefslogtreecommitdiff
path: root/lib/libc/sys/adjtime.2
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
commitaaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch)
treebc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libc/sys/adjtime.2
parent584fd0812f68bd000624885be123bf263ed152ff (diff)
make function names the correct case
Diffstat (limited to 'lib/libc/sys/adjtime.2')
-rw-r--r--lib/libc/sys/adjtime.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/adjtime.2 b/lib/libc/sys/adjtime.2
index 9c22f0cafe3..1d6c3bc73a9 100644
--- a/lib/libc/sys/adjtime.2
+++ b/lib/libc/sys/adjtime.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: adjtime.2,v 1.4 1998/07/06 18:27:05 deraadt Exp $
+.\" $OpenBSD: adjtime.2,v 1.5 1999/02/27 21:56:07 deraadt Exp $
.\" $NetBSD: adjtime.2,v 1.5 1995/10/12 15:40:44 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -45,7 +45,7 @@
.Ft int
.Fn adjtime "const struct timeval *delta" "struct timeval *olddelta"
.Sh DESCRIPTION
-.Fn Adjtime
+.Fn adjtime
makes small adjustments to the system time, as returned by
.Xr gettimeofday 2 ,
advancing or retarding it
@@ -89,7 +89,7 @@ A return value of -1 indicates that an error occurred, and in this
case an error code is stored in the global variable
.Va errno .
.Sh ERRORS
-.Fn Adjtime
+.Fn adjtime
will fail if:
.Bl -tag -width Er
.It Bq Er EFAULT