diff options
| author | Aleksa Sarai <cyphar@cyphar.com> | 2025-09-19 11:59:49 +1000 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-09-21 12:18:11 +0200 |
| commit | 3f163b55d767812533ed5ba1e5ad9d2583bcd215 (patch) | |
| tree | 2a42d9e09c89ba1ff9918330776b9f234d840c68 | |
| parent | 4244707ee7f024e09f21cfde61eec8b5610606a3 (diff) | |
| download | man-pages-3f163b55d767812533ed5ba1e5ad9d2583bcd215.tar.gz | |
man/man2/mount_setattr.2: Mirror opening sentence from fsopen(2)
All of the other new mount API docs have this lead-in sentence in order
to make this set of APIs feel a little bit more cohesive. Despite being
a bit of a latecomer, mount_setattr(2) is definitely part of this family
of APIs and so deserves the same treatment.
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Message-ID: <20250919-new-mount-api-v4-8-1261201ab562@cyphar.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man2/mount_setattr.2 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/man2/mount_setattr.2 b/man/man2/mount_setattr.2 index 4b55f6d2e0..19550f79f5 100644 --- a/man/man2/mount_setattr.2 +++ b/man/man2/mount_setattr.2 @@ -19,7 +19,11 @@ Standard C library .SH DESCRIPTION The .BR mount_setattr () -system call changes the mount properties of a mount or an entire mount tree. +system call is part of +the suite of file-descriptor-based mount facilities in Linux. +.P +.BR mount_setattr () +changes the mount properties of a mount or an entire mount tree. If .I path is relative, |
