summaryrefslogtreecommitdiff
path: root/docs/capng_have_capability.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/capng_have_capability.3')
-rw-r--r--docs/capng_have_capability.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/capng_have_capability.3 b/docs/capng_have_capability.3
index 54e1abf..4239d10 100644
--- a/docs/capng_have_capability.3
+++ b/docs/capng_have_capability.3
@@ -8,18 +8,18 @@ int capng_have_capability(capng_type_t which, unsigned int capability);
.SH "DESCRIPTION"
-capng_have_capability will check the specified internal capabilities set to see if the specified capability is set. The capabilities sets must be previously setup with calls to capng_get_caps_process, capng_get_caps_fd, or in some other way setup. The values for which should be one of: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, or CAPNG_BOUNDING_SET.
+capng_have_capability will check the specified internal capabilities set to see if the specified capability is set. The capabilities sets must be previously setup with calls to capng_get_caps_process, capng_get_caps_fd, or in some other way setup. The values for which should be one of: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, CAPNG_BOUNDING_SET, or CAPNG_AMBIENT.
.SH "RETURN VALUE"
-This funtion will return 1 if yes and 0 otherwise.
+This function will return 1 if yes and 0 otherwise.
.SH "SEE ALSO"
.BR capng_get_caps_process (3),
.BR capng_get_caps_fd (3),
.BR capng_have_capabilities (3),
-.BR capabilities (7)
+.BR capabilities (7)
.SH AUTHOR
Steve Grubb