From f71cb14dcb20fb1956ec3b4f8640579fa9b959d3 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 23 May 2021 13:22:08 +0200 Subject: [PATCH] system_data_types.7: Add 'cc_t' Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- 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 . +.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