public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] man-pages: add documentation for statmount/listmount
@ 2024-06-25 18:56 Josef Bacik
  2024-06-25 18:56 ` [PATCH 1/3] statx.2: Document STATX_MNT_ID_UNIQUE Josef Bacik
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Josef Bacik @ 2024-06-25 18:56 UTC (permalink / raw)
  To: alx, linux-man, brauner, linux-fsdevel, mszeredi, kernel-team

Hello,

We don't have docs for statmount(2) or listmount(2) yet, so here is a first pass
at this.  I've never had to write man pages, and the `make lint` thing doesn't
work because it's looking for checkpatch, but if I put checkpatch.pl in my path
it messes up.

I was able to run make check and fix up a variety of format things, so hopefully
these are usable.

In any case I've added to the statx(2) doc for the new STATX_MNT_ID_UNIQUE that
is needed to utlize any of this.

I've added two man pages, one for statmount(2) and listmount(2).  This reflects
the current state of what is in Linus's tree, it doesn't have any of the
additions Christian and I have done recently, I will fix them up later when
those changes are merged.  Thanks,

Josef

Josef Bacik (3):
  statx.2: Document STATX_MNT_ID_UNIQUE
  statmount.2: New page describing the statmount syscall
  listmount.2: New page describing the listmount syscall

 man/man2/listmount.2 | 107 +++++++++++++++++
 man/man2/statmount.2 | 274 +++++++++++++++++++++++++++++++++++++++++++
 man/man2/statx.2     |  12 +-
 3 files changed, 391 insertions(+), 2 deletions(-)
 create mode 100644 man/man2/listmount.2
 create mode 100644 man/man2/statmount.2

-- 
2.43.0


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

end of thread, other threads:[~2024-06-26  1:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-25 18:56 [PATCH 0/3] man-pages: add documentation for statmount/listmount Josef Bacik
2024-06-25 18:56 ` [PATCH 1/3] statx.2: Document STATX_MNT_ID_UNIQUE Josef Bacik
2024-06-25 19:55   ` Alejandro Colomar
2024-06-26  0:39   ` G. Branden Robinson
2024-06-26  1:10     ` Alejandro Colomar
2024-06-25 18:56 ` [PATCH 2/3] statmount.2: New page describing the statmount syscall Josef Bacik
2024-06-25 20:45   ` Alejandro Colomar
2024-06-25 18:56 ` [PATCH 3/3] listmount.2: New page describing the listmount syscall Josef Bacik
2024-06-25 19:27 ` [PATCH 0/3] man-pages: add documentation for statmount/listmount Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox