diff --git a/man2/times.2 b/man2/times.2 index 7278c5c5f..b0d92bbf1 100644 --- a/man2/times.2 +++ b/man2/times.2 @@ -56,12 +56,10 @@ is as defined in .sp .nf struct tms { -.RS -clock_t tms_utime; /* user time */ -clock_t tms_stime; /* system time */ -clock_t tms_cutime; /* user time of children */ -clock_t tms_cstime; /* system time of children */ -.RE + clock_t tms_utime; /* user time */ + clock_t tms_stime; /* system time */ + clock_t tms_cutime; /* user time of children */ + clock_t tms_cstime; /* system time of children */ }; .fi .LP