Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx> --- Hi Michael, Does that dash (in "real-floating") need to be escaped? In my terminal I see it correctly, but I've seen you escaping some of them and don't know the reason why. Should they be escaped always, or is it only sometimes, and when? Thanks, Alex man7/system_data_types.7 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index dc5f65c0d..6a1442ccd 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -85,6 +85,28 @@ See also: .BR aio_write (3), .BR lio_listio (3) .RE +.\"------------------------------------- clock_t ----------------------/ +.TP +.I clock_t +.RS +Include: +.I <time.h> +or +.IR <sys/types.h> . +Alternatively, +.IR <sys/time.h> . +.PP +Used for system time in clock ticks. +According to POSIX, +it shall be an integer type or a real-floating type. +.PP +Conforming to: +C99 and later; POSIX.1-2001 and later. +.PP +See also: +.BR times (2), +.BR clock (3) +.RE .\"------------------------------------- div_t ------------------------/ .TP .I div_t -- 2.28.0