This commit is contained in:
Michael Kerrisk 2004-12-15 15:21:11 +00:00
parent 7841ad4741
commit 51c0e854fb
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ The caller should deallocate this buffer using
.\" realpath() will still return ENAMETOOLONG if the resolved pathname
.\" would exceed PATH_MAX bytes -- MTK, Dec 04
.SH BUGS
Avoiid using this function. It is broken by design since it is
Avoid using this function. It is broken by design since it is
impossible to determine a suitable size for the output buffer,
.IR resolved_path .
According to POSIX a buffer of size PATH_MAX suffices, but