From f0d77d97ed059b1ea18cef23d3ab58c9a970b0b4 Mon Sep 17 00:00:00 2001 From: Joey Adams Date: Thu, 8 Sep 2011 18:20:44 +0200 Subject: [PATCH] unix.7: wfix Signed-off-by: Michael Kerrisk --- man7/unix.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/unix.7 b/man7/unix.7 index c8cb987ba..4acce57b8 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -284,7 +284,7 @@ The correct syntax is: .RS .nf .BI int " value"; -.IB error " = ioctl(" tcp_socket ", " ioctl_type ", &" value ");" +.IB error " = ioctl(" unix_socket ", " ioctl_type ", &" value ");" .fi .RE .PP