From 2e44056b727934479ead4bb0ac37aadd3c507056 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Noack?= Date: Tue, 21 Apr 2026 00:35:14 +0200 Subject: [PATCH] man/man2/landlock_create_ruleset.2: ERRORS: Document EINVAL scope case MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Message-ID: <20260420223517.8020-2-gnoack3000@gmail.com> Signed-off-by: Alejandro Colomar --- 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 5d64f4c28..d4eb5d827 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.47.3