summaryrefslogtreecommitdiffstats
path: root/man7/socket.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/socket.7')
-rw-r--r--man7/socket.77
1 files changed, 4 insertions, 3 deletions
diff --git a/man7/socket.7 b/man7/socket.7
index 76108f9b8..e13e94310 100644
--- a/man7/socket.7
+++ b/man7/socket.7
@@ -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
@@ -521,7 +522,7 @@ This provides optimal NUMA behavior and keeps CPU caches hot.
.TP
.BR SO_INCOMING_NAPI_ID " (gettable since Linux 4.12)"
.\" getsockopt 6d4339028b350efbf87c61e6d9e113e5373545c9
-Returns a system level unique ID called NAPI ID that is associated
+Returns a system-level unique ID called NAPI ID that is associated
with a RX queue on which the last packet associated with that
socket is received.
.IP
@@ -1256,7 +1257,7 @@ program is designed to always set this option.
.BR unix (7),
.BR tcpdump (8)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,