All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] man-pages: add documentation for statmount/listmount
@ 2024-06-26 18:21 Josef Bacik
  2024-06-26 18:21 ` [PATCH v3 1/2] statmount.2: New page describing the statmount syscall Josef Bacik
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Josef Bacik @ 2024-06-26 18:21 UTC (permalink / raw)
  To: alx, linux-man, brauner, linux-fsdevel, mszeredi, kernel-team

V2: https://lore.kernel.org/linux-fsdevel/cover.1719417184.git.josef@toxicpanda.com/
V1: https://lore.kernel.org/linux-fsdevel/cover.1719341580.git.josef@toxicpanda.com/

v2->v3:
- Removed a spurious \t comment in listmount.2 (took me a while to figure out
  why it was needed in statmount.2 but not listmount.2, it's because it lets you
  know that there's a TS in the manpage).
- Fixed some unbalanced " in both pages
- Removed a EE in the nf section which is apparently not needed

v1->v2:
- Dropped the statx patch as Alejandro already took it (thanks!)
- Reworked everything to use semantic newlines
- Addressed all of the comments on the statmount.2 man page

Got more of the checks to run so found more issues, fixed those up, but no big
changes.  Thanks,

Josef

Josef Bacik (2):
  statmount.2: New page describing the statmount syscall
  listmount.2: New page describing the listmount syscall

 man/man2/listmount.2 | 111 +++++++++++++++++
 man/man2/statmount.2 | 285 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 396 insertions(+)
 create mode 100644 man/man2/listmount.2
 create mode 100644 man/man2/statmount.2

-- 
2.43.0


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

end of thread, other threads:[~2024-06-28 11:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-26 18:21 [PATCH v3 0/2] man-pages: add documentation for statmount/listmount Josef Bacik
2024-06-26 18:21 ` [PATCH v3 1/2] statmount.2: New page describing the statmount syscall Josef Bacik
2024-06-28 11:20   ` Alejandro Colomar
2024-06-26 18:21 ` [PATCH v3 2/2] listmount.2: New page describing the listmount syscall Josef Bacik
2024-06-26 18:48 ` [PATCH v3 0/2] man-pages: add documentation for statmount/listmount Alejandro Colomar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.