From: Alejandro Colomar Date: Tue, 2 Nov 2021 11:18:52 +0000 (+0100) Subject: clock_t.3, system_data_types.7: Move text to a separate page X-Git-Tag: man-pages-5.19-rc1~762 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=affe5263da07dbdc1366482276c34c9ca7243961;p=thirdparty%2Fman-pages.git clock_t.3, system_data_types.7: Move text to a separate page Signed-off-by: Alejandro Colomar --- diff --git a/man3/clock_t.3 b/man3/clock_t.3 index db50c0f091..e842b44113 100644 --- a/man3/clock_t.3 +++ b/man3/clock_t.3 @@ -1 +1,26 @@ -.so man7/system_data_types.7 +.TH CLOCK_T 3 2021-11-02 Linux "Linux Programmer's Manual" +.SH NAME +clock_t \- system time +.SH SYNOPSIS +.nf +.B #include +.PP +.BR typedef " /* ... */ " clock_t; +.fi +.SH DESCRIPTION +Used for system time in clock ticks or +.B CLOCKS_PER_SEC +(defined in +.IR ). +According to POSIX, +it shall be an integer type or a real-floating type. +.SH CONFORMING TO +C99 and later; POSIX.1-2001 and later. +.SH NOTES +The following headers also provide this type: +.I +and +.IR . +.SH SEE ALSO +.BR times (2), +.BR clock (3) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index b42e84124c..d833282026 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -55,30 +55,6 @@ system_data_types \- overview of system data types .\"------------------------------------- blksize_t --------------------/ .\"------------------------------------- cc_t -------------------------/ .\"------------------------------------- clock_t ----------------------/ -.TP -.I clock_t -.RS -.IR Include : -.I -or -.IR . -Alternatively, -.IR . -.PP -Used for system time in clock ticks or -.B CLOCKS_PER_SEC -(defined in -.IR ). -According to POSIX, -it shall be an integer type or a real-floating type. -.PP -.IR "Conforming to" : -C99 and later; POSIX.1-2001 and later. -.PP -.IR "See also" : -.BR times (2), -.BR clock (3) -.RE .\"------------------------------------- clockid_t --------------------/ .TP .I clockid_t