Hi Alex, On Tue, 22 Sep 2020 at 10:58, Alejandro Colomar <colomar.6.4.3@xxxxxxxxx> wrote: > > Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx> Thanks for checking my patches, and thanks for the fix. Cheers, Michael > --- > man7/system_data_types.7 | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 > index b026541b0..59c64fb89 100644 > --- a/man7/system_data_types.7 > +++ b/man7/system_data_types.7 > @@ -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 > -- > 2.28.0 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/