On 2026-04-21T00:35:14+0200, Günther Noack wrote: > This brings the manpage in-line with the kernel documentation. Here, > "scope" is a field in the passed struct landlock_ruleset_access, which > can result in EINVAL if populated improperly. > > Signed-off-by: Günther Noack I've applied this patch; thanks! Cheers, Alex > --- > man/man2/landlock_create_ruleset.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man/man2/landlock_create_ruleset.2 b/man/man2/landlock_create_ruleset.2 > index 5d64f4c2862c..d4eb5d827656 100644 > --- a/man/man2/landlock_create_ruleset.2 > +++ b/man/man2/landlock_create_ruleset.2 > @@ -156,7 +156,7 @@ was not a valid address. > .B EINVAL > Unknown > .IR flags , > -or unknown access, or too small > +or unknown access, or unknown scope, or too small > .IR size . > .TP > .B ENOMSG > -- > 2.53.0 > --