Bug 216514 - minor typos in cap_to_text manual page
Summary: minor typos in cap_to_text manual page
Status: RESOLVED CODE_FIX
Alias: None
Product: Tools
Classification: Unclassified
Component: libcap (show other bugs)
Hardware: All Linux
: P1 enhancement
Assignee: Andrew G. Morgan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-22 13:13 UTC by Paulo Andrade
Modified: 2024-01-10 01:55 UTC (History)
2 users (show)

See Also:
Kernel Version: any
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Paulo Andrade 2022-09-22 13:13:43 UTC
char *cap_to_text(cap_t caps, ssize_t * length_p);
...
cap_to_text() converts ... cap_p ...
... he location pointed to by len_p ...

should change either the prototype or the description to use either
cap_p or caps, as well as len_p or length_p.
Comment 1 Andrew G. Morgan 2022-09-22 14:00:03 UTC
Thanks for reporting this!

It should be fixed with:

https://git.kernel.org/pub/scm/libs/libcap/libcap.git/commit/?id=60ff008d95584cc18701e98ed3cc4fa3d6cef9cb
Comment 3 Andrew G. Morgan 2024-01-10 01:55:33 UTC
That last comment was clearly some location phishing attempt. I'll mark the comment as private.

Note You need to log in before you can comment on or make changes to this bug.