]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
clock_t.3, system_data_types.7: Move text to a separate page
authorAlejandro Colomar <alx.manpages@gmail.com>
Tue, 2 Nov 2021 11:18:52 +0000 (12:18 +0100)
committerAlejandro Colomar <alx.manpages@gmail.com>
Thu, 24 Feb 2022 22:01:25 +0000 (23:01 +0100)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man3/clock_t.3
man7/system_data_types.7

index db50c0f091ba6442b76b46ac3e8ede4579ef8d55..e842b441135ba5f876cbfd038538981e9c81023d 100644 (file)
@@ -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 <time.h>
+.PP
+.BR typedef " /* ... */ " clock_t;
+.fi
+.SH DESCRIPTION
+Used for system time in clock ticks or
+.B CLOCKS_PER_SEC
+(defined in
+.IR <time.h> ).
+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 <sys/types.h>
+and
+.IR <sys/time.h> .
+.SH SEE ALSO
+.BR times (2),
+.BR clock (3)
index b42e84124c82130b52616ef87886fde2400745e8..d833282026496856e4a623d143a634137db8d2a7 100644 (file)
@@ -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 <time.h>
-or
-.IR <sys/types.h> .
-Alternatively,
-.IR <sys/time.h> .
-.PP
-Used for system time in clock ticks or
-.B CLOCKS_PER_SEC
-(defined in
-.IR <time.h> ).
-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