From 51c0e854fb7998905284eb74e44568f558fa4fc4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 15 Dec 2004 15:21:11 +0000 Subject: [PATCH] Fix typo --- man3/realpath.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/realpath.3 b/man3/realpath.3 index a7a5ceaf5..468493497 100644 --- a/man3/realpath.3 +++ b/man3/realpath.3 @@ -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