From 28dfb19d8b99670c1df4057ceba2fd474d3b7563 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 1 Jun 2007 05:59:25 +0000 Subject: [PATCH] fix xref --- man2/mknod.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/mknod.2 b/man2/mknod.2 index 3535016b7..d5fb14ccd 100644 --- a/man2/mknod.2 +++ b/man2/mknod.2 @@ -165,7 +165,7 @@ Under Linux, this call cannot be used to create directories. One should make directories with .BR mkdir (2), and FIFOs with -.BR mkfifo (2). +.BR mkfifo (3). .\" Unix domain sockets with .BR socket " (and " bind ), There are many infelicities in the protocol underlying NFS.