| From: |
| Aleksa Sarai <cyphar-AT-cyphar.com> |
| To: |
| Al Viro <viro-AT-zeniv.linux.org.uk>, Michael Kerrisk <mtk.manpages-AT-gmail.com> |
| Subject: |
| [PATCH man-pages v2 0/2] document openat2(2) |
| Date: |
| Mon, 3 Feb 2020 02:19:05 +1100 |
| Message-ID: |
| <20200202151907.23587-1-cyphar@cyphar.com> |
| Cc: |
| Aleksa Sarai <cyphar-AT-cyphar.com>, Christian Brauner <christian-AT-brauner.io>, Aleksa Sarai <asarai-AT-suse.de>, linux-man-AT-vger.kernel.org, linux-api-AT-vger.kernel.org, linux-fsdevel-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org |
| Archive-link: |
| Article |
Patch changelog:
v2:
* Updated based on the new (now-merged) structure layout and semantics.
v1: <https://lore.kernel.org/linux-man/20191206142931.28138-1-...>
* Updated based on Kerrisk's review.
RFC: <https://lore.kernel.org/linux-man/20191003145542.17490-1-...>
Now that openat2(2) has landed in Linus's tree[1], here is the
associated man-page changes to document it.
[1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/...
Aleksa Sarai (2):
path_resolution.7: update to mention openat2(2) features
openat2.2: document new openat2(2) syscall
man2/open.2 | 17 ++
man2/openat2.2 | 471 +++++++++++++++++++++++++++++++++++++++++
man7/path_resolution.7 | 56 +++--
3 files changed, 526 insertions(+), 18 deletions(-)
create mode 100644 man2/openat2.2
--
2.25.0