From c9a0b521314010ea02baa07614fb4825386710bf Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Sat, 5 Jun 1999 03:44:55 +0000 Subject: change some .Em/.Va to .Li, looks nicer --- lib/libc/gen/times.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc/gen/times.3') 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: -- cgit v1.2.3