Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man7/system_data_types.7 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index fc9893e41..c8e6961da 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -104,6 +104,23 @@ POSIX.1-2001 and later. .IR "See also" : .BR stat (2) .RE +.\"------------------------------------- cc_t -------------------------/ +.TP +.I cc_t +.RS +.IR Include : +.IR <termios.h> . +.PP +Used for terminal special characters. +According to POSIX, +it shall be an unsigned integer type. +.PP +.IR "Conforming to" : +POSIX.1-2001 and later. +.PP +.IR "See also" : +.BR termios (3) +.RE .\"------------------------------------- clock_t ----------------------/ .TP .I clock_t -- 2.31.1