system_data_types.7: ffix

Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2020-09-22 10:58:14 +02:00 committed by Michael Kerrisk
parent 54b35f3a8d
commit 2f98c2d488
1 changed files with 3 additions and 3 deletions

View File

@ -158,10 +158,10 @@ or
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 ,
.IR pid_t ,
.IR uid_t ,
or
.IR gid_ t .
.IR gid_t .
.IP
Conforming to: POSIX.1-2001 and later.
.IP