From d41c1140ea69349ce03ce8c9caae49c401d79e3c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 17 Mar 2014 13:16:50 +0100 Subject: [PATCH] stat.2: SEE ALSO: add ls(1) and stat(1) Signed-off-by: Michael Kerrisk --- man2/stat.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man2/stat.2 b/man2/stat.2 index 27ccfd428..b4c853b5b 100644 --- a/man2/stat.2 +++ b/man2/stat.2 @@ -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),