Hello. On 7/5/21 10:29 AM, kXuan wrote:
The recv.2 misspelled `SO_EE_OFFENDER` to `SOCK_EE_OFFENDER`. This patch fix this typo. Signed-off-by: kXuan <kxuanobj@xxxxxxxxx>
Patch applied. Thanks, Alex
--- man2/recv.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/recv.2 b/man2/recv.2 index 2659957a6..884c86355 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
-- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/