[PATCH 16/16] capsh.c: Spelling fixes in usage() message
Michael Kerrisk (man-pages)
mtk.manpages at gmail.com
Thu Jul 16 10:18:27 UTC 2020
Signed-off-by: Michael Kerrisk (man-pages) <mtk.manpages at gmail.com>
---
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
More information about the Linux-security-module-archive
mailing list