Hello Alex, kXuan, On 7/28/21 10:19 PM, Alejandro Colomar wrote: > From: kXuan <kxuanobj@xxxxxxxxx> > > The recv.2 misspelled `SO_EE_OFFENDER` to `SOCK_EE_OFFENDER`. > > This patch fix this typo. > > Signed-off-by: kXuan <kxuanobj@xxxxxxxxx> > Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> Thanks. Patch applied. Cheers, Michael > --- > 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 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/