Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man3/id_t.3 | 26 +++++++++++++++++++++++++- man7/system_data_types.7 | 23 ----------------------- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/man3/id_t.3 b/man3/id_t.3 index db50c0f09..1fdfd99da 100644 --- a/man3/id_t.3 +++ b/man3/id_t.3 @@ -1 +1,25 @@ -.so man7/system_data_types.7 +.TH ID_T 3 2021-11-02 Linux "Linux Programmer's Manual" +.SH NAME +id_t \- process/user/group identifier +.SH SYNOPSIS +.nf +.B #include <sys/types.h> +.PP +.BR typedef " /* ... */ " id_t; +.fi +.SH DESCRIPTION +A type used to hold a general identifier. +According to POSIX, +this shall be an integer type that can be used to contain a +.IR pid_t , +.IR uid_t , +or +.IR gid_t . +.SH CONFORMING TO +POSIX.1-2001 and later. +.SH NOTES +The following header also provides this type: +.IR <sys/resource.h> . +.SH SEE ALSO +.BR getpriority (2), +.BR waitid (2) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index 672528cb4..819f0a2df 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -97,29 +97,6 @@ POSIX.1-2001 and later. .BR credentials (7) .RE .\"------------------------------------- id_t -------------------------/ -.TP -.I id_t -.RS -.IR Include : -.IR <sys/types.h> . -Alternatively, -.IR <sys/resource.h> . -.PP -A type used to hold a general identifier. -According to POSIX, -this shall be an integer type that can be used to contain a -.IR pid_t , -.IR uid_t , -or -.IR gid_t . -.PP -.IR "Conforming to" : -POSIX.1-2001 and later. -.PP -.IR "See also" : -.BR getpriority (2), -.BR waitid (2) -.RE .\"------------------------------------- imaxdiv_t --------------------/ .TP .I imaxdiv_t -- 2.33.1