diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-03-06 14:36:24 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-03-06 14:36:24 +0100 |
| commit | c341c291328e6b6913d76d3b1415c9f339096609 (patch) | |
| tree | 0a7e29dd90052d3de9b985ff3fd9984fc372b970 | |
| parent | 3360dceb59e09bd77259d4b30db9b0c3bfe91309 (diff) | |
| download | man-pages-c341c291328e6b6913d76d3b1415c9f339096609.tar.gz | |
udp.7: Fix man page reference (section number)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man7/udp.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/udp.7 b/man7/udp.7 index a9fdfbac9c..6225dda492 100644 --- a/man7/udp.7 +++ b/man7/udp.7 @@ -230,7 +230,7 @@ as datagram checksums are computed after segmentation. The option may also be set for individual .BR sendmsg (2) calls by passing it as a -.BR cmsg (7). +.BR cmsg (3). A value of zero disables the feature. This option should not be used in code intended to be portable. .TP @@ -240,7 +240,7 @@ If enabled, the socket may receive multiple datagrams worth of data as a single large buffer, together with a -.BR cmsg (7) +.BR cmsg (3) that holds the segment size. This option is the inverse of segmentation offload. It reduces receive cost by handling multiple datagrams worth of data |
