summaryrefslogtreecommitdiff
path: root/lib/libc/gen/times.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/times.3')
-rw-r--r--lib/libc/gen/times.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/times.3 b/lib/libc/gen/times.3
index 669d4b4d1fc..eea2c3c513a 100644
--- a/lib/libc/gen/times.3
+++ b/lib/libc/gen/times.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: times.3,v 1.6 1999/06/05 03:44:54 aaron Exp $
+.\" $OpenBSD: times.3,v 1.7 1999/07/09 13:35:19 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -39,7 +39,7 @@
.Nd process times
.Sh SYNOPSIS
.Fd #include <sys/times.h>
-.Ft clock_t
+.Ft clock_t
.Fn times "struct tms *tp"
.Sh DESCRIPTION
.Bf -symbolic
@@ -113,7 +113,7 @@ If an error occurs,
.Fn times
returns the value
.Pq Em clock_t No - 1 ,
-and sets
+and sets
.Va errno
to indicate the error.
.Sh ERRORS