linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] man7/ip.7: Clarify PKTINFO's docs
@ 2025-11-14 14:29 Jakub Głogowski
  2025-11-14 14:29 ` [PATCH 1/2] man/man7/ip.7: Clarify PKTINFO's semantics depending on packet direction Jakub Głogowski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jakub Głogowski @ 2025-11-14 14:29 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: Jakub Głogowski, linux-man, LKML, Linux API, ej

I found the PKTINFO docs pretty confusing, so I tried clarifying them:
- being more specific about each field in the struct
  (e.g. "local address of the packet" for a received packet could've
  been interpreted in myriad ways),
- making the differences between sendmsg(2)'s and recvmsg(2)'s handling
  of that struct more explicit,
- and some other slight rewording to make it (IMO) more readable - I cut
  out most of a paragraph that wasn't really saying anything, etc.

I'm not sure if this should even be documented in ip(7) together with
the other sockopts, though?  sendmsg(2)'s handling of in_pktinfo is
completely unrelated to the IP_PKTINFO sockopt.  Documenting it in its
own manual page would also give us more room for subsection headings and
other formatting, examples, etc - instead of trying to cram it into
what's already an enormous manpage.

Same goes for some of the other more complex sockopts, I guess.


PS. sorry for not signing this email, but neomutt didn't want to
cooperate :/  I'll try to figure it out for any followup patches.


Jakub Głogowski (2):
  man/man7/ip.7: Clarify PKTINFO's semantics depending on packet
    direction
  man/man7/ip.7: Reword IP_PKTINFO's description

 man/man7/ip.7 | 57 +++++++++++++++++++++++++++------------------------
 1 file changed, 30 insertions(+), 27 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2025-11-18 14:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-14 14:29 [PATCH 0/2] man7/ip.7: Clarify PKTINFO's docs Jakub Głogowski
2025-11-14 14:29 ` [PATCH 1/2] man/man7/ip.7: Clarify PKTINFO's semantics depending on packet direction Jakub Głogowski
2025-11-18 14:31   ` Alejandro Colomar
2025-11-14 14:29 ` [PATCH 2/2] man/man7/ip.7: Reword IP_PKTINFO's description Jakub Głogowski
2025-11-18 13:51 ` [PATCH 0/2] man7/ip.7: Clarify PKTINFO's docs Alejandro Colomar

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).