socket.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-19 10:41:47 +01:00
parent b5638e2e06
commit 0b3f52d008
1 changed files with 2 additions and 1 deletions

View File

@ -489,7 +489,8 @@ Expects an integer flag.
.in +4n
.EX
int cpu = 1;
setsockopt(fd, SOL_SOCKET, SO_INCOMING_CPU, &cpu, sizeof(cpu));
setsockopt(fd, SOL_SOCKET, SO_INCOMING_CPU, &cpu,
sizeof(cpu));
.EE
.in
.IP