stat.2: Improve wording of ENOTDIR error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-04-21 14:57:42 +12:00
parent 5cf0b3b40e
commit 94ea1e9d16
1 changed files with 2 additions and 2 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 2009-01-22 "Linux" "Linux Programmer's Manual"
.TH STAT 2 2009-04-21 "Linux" "Linux Programmer's Manual"
.SH NAME
stat, fstat, lstat \- get file status
.SH SYNOPSIS
@ -326,7 +326,7 @@ is an empty string.
Out of memory (i.e., kernel memory).
.TP
.B ENOTDIR
A component of
A component of the path prefix of
.I path
is not a directory.
.TP