]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3/mkfifo.3: PATH_MAX limits the size, not the length
authorAlejandro Colomar <alx@kernel.org>
Sun, 30 Mar 2025 22:23:42 +0000 (00:23 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 30 Mar 2025 22:23:42 +0000 (00:23 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/mkfifo.3

index f68b403edb7097ba9e6325b61f267535738afccf..f51a5e0d982c910d2d4498a521903afa13ce49f4 100644 (file)
@@ -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 ,