summaryrefslogtreecommitdiff
path: root/docs/capng_capability_to_name.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/capng_capability_to_name.3')
-rw-r--r--docs/capng_capability_to_name.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/capng_capability_to_name.3 b/docs/capng_capability_to_name.3
index 30aea0c..30462ae 100644
--- a/docs/capng_capability_to_name.3
+++ b/docs/capng_capability_to_name.3
@@ -8,7 +8,7 @@ const char *capng_capability_to_name(unsigned int capability);
.SH "DESCRIPTION"
-capng_capabilityi_to_name will take the integer being passed and look it up to see what its text string representation would be. The integer being input must be in the valid range defined in linux/capabiliy.h. The string that is output is the same as the define text from linux/capabiliy.h with the CAP_ prefix removed and lower case. This is useful for taking integer representation and converting it to something more user friendly for display.
+capng_capability_to_name will take the integer being passed and look it up to see what its text string representation would be. The integer being input must be in the valid range defined in linux/capability.h. The string that is output is the same as the define text from linux/capability.h with the CAP_ prefix removed and lower case. This is useful for taking integer representation and converting it to something more user friendly for display.
.SH "RETURN VALUE"
@@ -17,7 +17,7 @@ This returns a NULL pointer on failure and the correct string otherwise.
.SH "SEE ALSO"
.BR capng_name_to_capability (3),
-.BR capabilities (7)
+.BR capabilities (7)
.SH AUTHOR
Steve Grubb