Hi Alex, On 5/10/21 9:39 AM, Alejandro Colomar wrote: > Those pages didn't exist. Fix the section number. > I noticed the typo thanks to the HTML pages on man7.org. > > Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> Applied. Thanks, 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 e038aab1e..ddabefd16 100644 > --- a/man7/system_data_types.7 > +++ b/man7/system_data_types.7 > @@ -374,7 +374,7 @@ POSIX.1-2001 and later. > .BR getegid (2), > .BR getgroups (2), > .BR getresgid (2), > -.BR getgrnam (2), > +.BR getgrnam (3), > .BR credentials (7) > .RE > .\"------------------------------------- id_t -------------------------/ > @@ -675,7 +675,7 @@ C11 and later; POSIX.1-2001 and later. > .IR "See also" : > .BR setlocale (3), > .BR localeconv (3), > -.BR charsets (5), > +.BR charsets (7), > .BR locale (7) > .RE > .\"------------------------------------- ldiv_t -----------------------/ > @@ -1534,7 +1534,7 @@ POSIX.1-2001 and later. > .BR getuid (2), > .BR geteuid (2), > .BR getresuid (2), > -.BR getpwnam (2), > +.BR getpwnam (3), > .BR credentials (7) > .RE > .\"------------------------------------- uintmax_t --------------------/ > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/