diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 02:21:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 02:21:21 +0000 |
commit | 5d801f0e5d756fb4b71ee4d37fd8330778dbae6e (patch) | |
tree | 6a1c5e9cbe75f9b7e6f8134edf92787def03a5d4 /lib/libc/sys/adjtime.2 | |
parent | 2fead8d30e5daf7aa40a63f48e29d10da2e8615c (diff) |
from netbsd:
add & fix a bunch of system call pages
Diffstat (limited to 'lib/libc/sys/adjtime.2')
-rw-r--r-- | lib/libc/sys/adjtime.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/adjtime.2 b/lib/libc/sys/adjtime.2 index dde344727bd..30bf72b78d2 100644 --- a/lib/libc/sys/adjtime.2 +++ b/lib/libc/sys/adjtime.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: adjtime.2,v 1.4 1995/02/27 12:31:52 cgd Exp $ +.\" $NetBSD: adjtime.2,v 1.5 1995/10/12 15:40:44 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -42,7 +42,7 @@ .Sh SYNOPSIS .Fd #include <sys/time.h> .Ft int -.Fn adjtime "struct timeval *delta" "struct timeval *olddelta" +.Fn adjtime "const struct timeval *delta" "struct timeval *olddelta" .Sh DESCRIPTION .Fn Adjtime makes small adjustments to the system time, as returned by |