Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
.BR getresgid (2),
.BR getgrnam (2),
.BR credentials (7)
+.\"------------------------------------- id_t -------------------------/
+.TP
+.I id_t
+.IP
+Include:
+.IR <sys/types.h> ;
+or
+.IR <sys/resource.h> .
+.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