diff options
| author | kXuan <kxuanobj@gmail.com> | 2021-07-28 22:19:54 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-08-07 23:42:41 +0200 |
| commit | 5612f82093330c81718de90d88d504d349e91b58 (patch) | |
| tree | c549372f91cf74eff5cfba89132e660950d3c406 /man2 | |
| parent | 57fb49f9ae4f2135098f2cc94993be42a536b110 (diff) | |
| download | man-pages-5612f82093330c81718de90d88d504d349e91b58.tar.gz | |
recv.2: tfix
The recv.2 misspelled `SO_EE_OFFENDER` to `SOCK_EE_OFFENDER`.
This patch fix this typo.
Signed-off-by: kXuan <kxuanobj@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/recv.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/recv.2 b/man2/recv.2 index 2659957a6d..884c863555 100644 --- a/man2/recv.2 +++ b/man2/recv.2 @@ -196,7 +196,7 @@ number of the queued error. is the origin code of where the error originated. The other fields are protocol-specific. The macro -.B SOCK_EE_OFFENDER +.B SO_EE_OFFENDER returns a pointer to the address of the network object where the error originated from given a pointer to the ancillary message. If this address is not known, the |
