times.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-16 05:19:46 +02:00
parent 75b8c5b935
commit 57c3bde385
1 changed files with 6 additions and 4 deletions

View File

@ -53,16 +53,16 @@ The
.I struct tms
is as defined in
.IR <sys/times.h> :
.sp
.PP
.in +4n
.nf
.EX
struct tms {
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
.EE
.in
.LP
The
@ -116,9 +116,11 @@ points outside the process's address space.
POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD.
.SH NOTES
The number of clock ticks per second can be obtained using:
.PP
.in +4n
.EX
sysconf(_SC_CLK_TCK);
.EE
.in
.PP
In POSIX.1-1996 the symbol \fBCLK_TCK\fP (defined in