From a9e48bd40faacfc31314b53fe5ba3174149b78ba Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 22 Sep 2020 10:38:42 +0200 Subject: [PATCH] system_data_types.7: Add 'id_t' Signed-off-by: Michael Kerrisk --- 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 46a310404..b026541b0 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -146,6 +146,28 @@ See also: .BR getresgid (2), .BR getgrnam (2), .BR credentials (7) +.\"------------------------------------- id_t -------------------------/ +.TP +.I id_t +.IP +Include: +.IR ; +or +.IR . +.IP +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 . +.IP +Conforming to: POSIX.1-2001 and later. +.IP +See also: +.BR getpriority (2), +.BR waitid (2) .\"------------------------------------- pid_t ------------------------/ .TP .I pid_t