diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 03:44:55 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 03:44:55 +0000 |
commit | c9a0b521314010ea02baa07614fb4825386710bf (patch) | |
tree | d9bc53d3338a595a6042e2dbb2157bc6e1e94789 /lib/libc/gen/times.3 | |
parent | a6b6d761b41f8d2f36128c8cacb1e747b31ffe05 (diff) |
change some .Em/.Va to .Li, looks nicer
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: |