From: Josef Bacik <josef@toxicpanda.com>
To: alx@kernel.org, linux-man@vger.kernel.org, brauner@kernel.org,
linux-fsdevel@vger.kernel.org, mszeredi@redhat.com,
kernel-team@fb.com
Subject: [PATCH 0/3] man-pages: add documentation for statmount/listmount
Date: Tue, 25 Jun 2024 14:56:03 -0400 [thread overview]
Message-ID: <cover.1719341580.git.josef@toxicpanda.com> (raw)
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
next reply other threads:[~2024-06-25 18:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-25 18:56 Josef Bacik [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1719341580.git.josef@toxicpanda.com \
--to=josef@toxicpanda.com \
--cc=alx@kernel.org \
--cc=brauner@kernel.org \
--cc=kernel-team@fb.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-man@vger.kernel.org \
--cc=mszeredi@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox