stat.2: SEE ALSO: add ls(1) and stat(1)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-17 13:16:50 +01:00
parent fbc6aee251
commit d41c1140ea
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,7 @@
.\" 2007-06-08 mtk: Added example program
.\" 2007-07-05 mtk: Added details on underlying system call interfaces
.\"
.TH STAT 2 2014-03-09 "Linux" "Linux Programmer's Manual"
.TH STAT 2 2014-03-17 "Linux" "Linux Programmer's Manual"
.SH NAME
stat, fstat, lstat, fstatat \- get file status
.SH SYNOPSIS
@ -836,6 +836,8 @@ main(int argc, char *argv[])
}
.fi
.SH SEE ALSO
.BR ls (1),
.BR stat (1),
.BR access (2),
.BR chmod (2),
.BR chown (2),