Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man3/cc_t.3 | 18 +++++++++++++++++- man7/system_data_types.7 | 16 ---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/man3/cc_t.3 b/man3/cc_t.3 index db50c0f09..de7d7cdb9 100644 --- a/man3/cc_t.3 +++ b/man3/cc_t.3 @@ -1 +1,17 @@ -.so man7/system_data_types.7 +.TH CC_T 3 2021-11-02 Linux "Linux Programmer's Manual" +.SH NAME +cc_t \- terminal special characters +.SH SYNOPSIS +.nf +.B #include <termios.h> +.PP +.BR typedef " /* ... */ " cc_t; +.fi +.SH DESCRIPTION +Used for terminal special characters. +According to POSIX, +it shall be an unsigned integer type. +.SH CONFORMING TO +POSIX.1-2001 and later. +.SH SEE ALSO +.BR termios (3) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index 6a0029c85..4702f7a67 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -54,22 +54,6 @@ system_data_types \- overview of system data types .\"------------------------------------- blkcnt_t ---------------------/ .\"------------------------------------- blksize_t --------------------/ .\"------------------------------------- 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.33.1