View | Details | Raw Unified | Return to bug 104707
Collapse All | Expand All

(-)clock_gettime.2 (-2 / +2 lines)
Lines 44-50 Link Here
44
.Sh LIBRARY
44
.Sh LIBRARY
45
.Lb libc
45
.Lb libc
46
.Sh SYNOPSIS
46
.Sh SYNOPSIS
47
.In sys/time.h
47
.In time.h
48
.Ft int
48
.Ft int
49
.Fn clock_gettime "clockid_t clock_id" "struct timespec *tp"
49
.Fn clock_gettime "clockid_t clock_id" "struct timespec *tp"
50
.Ft int
50
.Ft int
Lines 73-79 Link Here
73
The structure pointed to by
73
The structure pointed to by
74
.Fa tp
74
.Fa tp
75
is defined in
75
is defined in
76
.In sys/time.h
76
.In time.h
77
as:
77
as:
78
.Pp
78
.Pp
79
.Bd -literal
79
.Bd -literal

Return to bug 104707