diff options
Diffstat (limited to 'lib/libc/gen/times.3')
-rw-r--r-- | lib/libc/gen/times.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/times.3 b/lib/libc/gen/times.3 index aa792c06062..669d4b4d1fc 100644 --- a/lib/libc/gen/times.3 +++ b/lib/libc/gen/times.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: times.3,v 1.5 1999/05/29 22:38:35 aaron Exp $ +.\" $OpenBSD: times.3,v 1.6 1999/06/05 03:44:54 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -62,7 +62,7 @@ It also fills in the structure pointed to by with time-accounting information. .Pp The -.Em tms +.Li tms structure is defined as follows: .Bd -literal -offset indent typedef struct { @@ -70,7 +70,7 @@ typedef struct { clock_t tms_stime; clock_t tms_cutime; clock_t tms_cstime; -} +}; .Ed .Pp The elements of this structure are defined as follows: |