[PATCH 16/16] capsh.c: Spelling fixes in usage() message
From: Michael Kerrisk (man-pages) <hidden>
Date: 2020-07-16 10:19:41
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Michael Kerrisk (man-pages) <hidden>
Date: 2020-07-16 10:19:41
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Michael Kerrisk (man-pages) <redacted> --- progs/capsh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/progs/capsh.c b/progs/capsh.c
index 94bf57d..7bed98e 100644
--- a/progs/capsh.c
+++ b/progs/capsh.c@@ -879,10 +879,10 @@ int main(int argc, char *argv[], char *envp[]) " --delamb=xxx remove xxx,... capabilities from ambient\n" " --noamb reset (drop) all ambient capabilities\n" " --caps=xxx set caps as per cap_from_text()\n" - " --inh=xxx set xxx,.. inheritiable set\n" + " --inh=xxx set xxx,.. inheritable set\n" " --secbits=<n> write a new value for securebits\n" " --iab=... use cap_iab_from_text() to set iab\n" - " --keep=<n> set keep-capabability bit to <n>\n" + " --keep=<n> set keep-capability bit to <n>\n" " --uid=<n> set uid to <n> (hint: id <username>)\n" " --cap-uid=<n> libcap cap_setuid() to change uid\n" " --is-uid=<n> exit 1 if uid != <n>\n"
--
2.26.2