From 5201bb40a7a8d66360f438fee58c76d9aa10a2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Wed, 2 Apr 2014 15:03:10 -0400 Subject: [PATCH] stat.2: tfix Signed-off-by: Michael Kerrisk --- man2/stat.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/stat.2 b/man2/stat.2 index 9d13bb425..7cbf088a3 100644 --- a/man2/stat.2 +++ b/man2/stat.2 @@ -123,7 +123,7 @@ not the file that it refers to. .BR fstat () is identical to .BR stat (), -except that the file about which informat is to be retrieved +except that the file about which information is to be retrieved is specified by the file descriptor .IR fd . .PP