summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Noack <gnoack3000@gmail.com>2023-04-19 20:54:42 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-19 22:31:48 +0200
commitabfaf4a953948c45bd6a45a6a9c3283be437c270 (patch)
tree3a54fdcb5bb178b020dcbc2fcd235edce95a0b0e
parent621ff5ae9813be8af7de75245dab35c29e126ada (diff)
landlock.7: wfix: Error message wording in code example
Link: <https://lore.kernel.org/linux-man/5d90e3b0-1577-7efd-03b8-f94b6e50fbc1@digikod.net/> Suggested-by: Mickaël Salaün <mic@digikod.net> Signed-off-by: Günther Noack <gnoack3000@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man7/landlock.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/landlock.7 b/man7/landlock.7
index cb8a4f62e..7067c058c 100644
--- a/man7/landlock.7
+++ b/man7/landlock.7
@@ -450,7 +450,7 @@ if (abi == \-1) {
* Kernel too old, not compiled with Landlock,
* or Landlock was not enabled at boot time.
*/
- perror("Giving up \- No Landlock support");
+ perror("Unable to use Landlock");
exit(EXIT_FAILURE);
}
abi = MIN(abi, 3);