unix.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Joey Adams 2011-09-08 18:20:44 +02:00 committed by Michael Kerrisk
parent 37cdfc4303
commit f0d77d97ed
1 changed files with 1 additions and 1 deletions

View File

@ -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