diff --git a/man2/getrusage.2 b/man2/getrusage.2 index 2a839855e..fadea9874 100644 --- a/man2/getrusage.2 +++ b/man2/getrusage.2 @@ -78,7 +78,7 @@ The resource usages are returned in the structure pointed to by which has the following form: .PP .in +4n -.nf +.EX struct rusage { struct timeval ru_utime; /* user CPU time used */ struct timeval ru_stime; /* system CPU time used */ @@ -97,7 +97,7 @@ struct rusage { long ru_nvcsw; /* voluntary context switches */ long ru_nivcsw; /* involuntary context switches */ }; -.fi +.EE .in .PP Not all fields are completed;