linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] recv.2: tfix
@ 2021-07-05  8:29 kXuan
  2021-07-05 19:05 ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 4+ messages in thread
From: kXuan @ 2021-07-05  8:29 UTC (permalink / raw)
  To: linux-man, alx.manpages, mtk.manpages; +Cc: kXuan

The recv.2 misspelled `SO_EE_OFFENDER` to `SOCK_EE_OFFENDER`.

This patch fix this typo.

Signed-off-by: kXuan <kxuanobj@gmail.com>
---
 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
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] recv.2: tfix
  2021-07-05  8:29 [PATCH] recv.2: tfix kXuan
@ 2021-07-05 19:05 ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-07-05 19:05 UTC (permalink / raw)
  To: kXuan; +Cc: mtk.manpages, linux-man

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@gmail.com>

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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] recv.2: tfix
       [not found] ` <CALhU9tm5JFXVrXFqTw=PaNQ42PmUSa+v7WfNMR+RAX4DAOkg0Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2014-06-13 12:28   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-06-13 12:28 UTC (permalink / raw)
  To: Akihiro Motoki; +Cc: linux-man

Thank you Akihiro,

By chance someone else recently sent a chance to fix the same error.

Best regards,

Michael


On Fri, Jun 13, 2014 at 2:21 PM, Akihiro Motoki <amotoki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> ---
>  man2/recv.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/recv.2 b/man2/recv.2
> index 6815fd7..3b82bbd 100644
> --- a/man2/recv.2
> +++ b/man2/recv.2
> @@ -330,7 +330,7 @@ The caller should set
>  .I msg_namelen
>  to the size of this buffer before this call;
>  upon return from a successful call,
> -.I msg_name
> +.I msg_namelen
>  will contain the length of the returned address.
>  If the application does not need to know the source address,
>  .I msg_name
> --
> 1.9.1
> --
> To unsubscribe from this list: send the line "unsubscribe linux-man" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] recv.2: tfix
@ 2014-06-13 12:21 Akihiro Motoki
       [not found] ` <CALhU9tm5JFXVrXFqTw=PaNQ42PmUSa+v7WfNMR+RAX4DAOkg0Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Akihiro Motoki @ 2014-06-13 12:21 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA

---
 man2/recv.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/recv.2 b/man2/recv.2
index 6815fd7..3b82bbd 100644
--- a/man2/recv.2
+++ b/man2/recv.2
@@ -330,7 +330,7 @@ The caller should set
 .I msg_namelen
 to the size of this buffer before this call;
 upon return from a successful call,
-.I msg_name
+.I msg_namelen
 will contain the length of the returned address.
 If the application does not need to know the source address,
 .I msg_name
-- 
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-05 19:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-05  8:29 [PATCH] recv.2: tfix kXuan
2021-07-05 19:05 ` Alejandro Colomar (man-pages)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-13 12:21 Akihiro Motoki
     [not found] ` <CALhU9tm5JFXVrXFqTw=PaNQ42PmUSa+v7WfNMR+RAX4DAOkg0Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-06-13 12:28   ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).