From: Alejandro Colomar Date: Sun, 30 Mar 2025 22:23:42 +0000 (+0200) Subject: man/man3/mkfifo.3: PATH_MAX limits the size, not the length X-Git-Tag: man-pages-6.14~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d22c3fbf81ccf353838e54523c05b089d54e0bc4;p=thirdparty%2Fman-pages.git man/man3/mkfifo.3: PATH_MAX limits the size, not the length Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/mkfifo.3 b/man/man3/mkfifo.3 index f68b403ed..f51a5e0d9 100644 --- a/man/man3/mkfifo.3 +++ b/man/man3/mkfifo.3 @@ -142,7 +142,7 @@ This includes the case where is a symbolic link, dangling or not. .TP .B ENAMETOOLONG -Either the total length of +Either the total size of .I pathname is greater than .BR PATH_MAX ,