summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2001-07-25 20:56:14 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2001-07-25 20:56:14 +0000
commita6ae4f805a439ca408ce8b6ddeceb110d0b17ed2 (patch)
treea0f7a13841857edb9538631f7e152f728d26967c /lib
parent251e2449fecf482102bdee04013272fdd94ee314 (diff)
typo in arg name; ok deraadt@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/getitimer.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2
index a5f7869e7b8..0b52ecff5cd 100644
--- a/lib/libc/sys/getitimer.2
+++ b/lib/libc/sys/getitimer.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getitimer.2,v 1.13 2000/12/23 03:04:34 deraadt Exp $
+.\" $OpenBSD: getitimer.2,v 1.14 2001/07/25 20:56:13 stevesk Exp $
.\" $NetBSD: getitimer.2,v 1.6 1995/10/12 15:40:54 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -60,7 +60,7 @@
.Ft void
.Fn timersub "struct timeval *a, struct timeval *b, struct timeval *res"
.Ft void
-.Fn timeradd "struct timeval *a, struct timeval *a, struct timeval *res"
+.Fn timeradd "struct timeval *a, struct timeval *b, struct timeval *res"
.Sh DESCRIPTION
The system provides each process with three interval timers,
defined in
@@ -173,7 +173,7 @@ subtracts
and stores the result in
.Fa res Ns .
.Pp
-.Fn timeradd "a, a, res"
+.Fn timeradd "a, b, res"
adds two timers and stores the result in
.Fa res Ns .
.Pp