From 6bd4cf741c67759262949a0dfee09757cda4cc42 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 12 Aug 2021 04:32:31 +0200 Subject: [PATCH] mkfifo.3: wfix Signed-off-by: Michael Kerrisk --- man3/mkfifo.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/mkfifo.3 b/man3/mkfifo.3 index 85622b239..9a4a360df 100644 --- a/man3/mkfifo.3 +++ b/man3/mkfifo.3 @@ -171,7 +171,7 @@ nor a valid file descriptor. .TP .B ENOTDIR .I pathname -is a relative path and +is a relative pathname and .I dirfd is a file descriptor referring to a file other than a directory. .SH VERSIONS -- 2.11.4.GIT