The definition of 'struct stat' is not in stat(2) anymore. It is in the same system_data_types(7) page, so link to it. Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man7/system_data_types.7 | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index cfccdd0f4..81f8ebdc9 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -102,7 +102,9 @@ it shall be a signed integer type. POSIX.1-2001 and later. .PP .IR "See also" : -.BR stat (2) +the +.I stat +structure in this page. .RE .\"------------------------------------- blksize_t --------------------/ .TP @@ -121,7 +123,9 @@ it shall be a signed integer type. POSIX.1-2001 and later. .PP .IR "See also" : -.BR stat (2) +the +.I stat +structure in this page. .RE .\"------------------------------------- cc_t -------------------------/ .TP @@ -207,8 +211,12 @@ For further details of this type, see POSIX.1-2001 and later. .PP .IR "See also" : -.BR mknod (2), -.BR stat (2) +.BR mknod (2) +.PP +.IR "See also" : +the +.I stat +structure in this page. .RE .\"------------------------------------- div_t ------------------------/ .TP @@ -807,8 +815,12 @@ POSIX.1-2001 and later. .BR chmod (2), .BR mkdir (2), .BR open (2), -.BR stat (2), .BR umask (2) +.PP +.IR "See also" : +the +.I stat +structure in this page. .RE .\"------------------------------------- off64_t ----------------------/ .TP -- 2.33.1