[PATCH 0/2] Documentation/binfmt-misc.rst: Clarify "P" flag

From: Charlie Jenkins

Date: Sun Apr 19 2026 - 00:12:05 EST


Improve the wording of the description of the "P" flag to explain that
the interpreter gets the path to the file provided by execve and not the
full path as well as documenting that AT_FLAGS can be read to see if the
"P" flag is set.

Signed-off-by: Charlie Jenkins <thecharlesjenkins@xxxxxxxxx>
---
Charlie Jenkins (2):
Documentation/binfmt-misc.rst: Include AT_FLAGS info in "P" flag description
Documenation/binfmt-misc.rst: Make "P" flag path desc more precise

Documentation/admin-guide/binfmt-misc.rst | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
---
base-commit: 028ef9c96e96197026887c0f092424679298aae8
change-id: ${change-id}

- Charlie