Actions
Bug #4835
closedgetexecattr(3secdb): Minor formatting issues
Status:
Closed
Priority:
Low
Assignee:
-
Category:
manpage - manual pages
Start date:
2014-05-01
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
There are few minor formatting issues in the getexecattr(3secdb) man page.
Extra space after paren (twice):
Once a list of entries is returned by getexecuser() or getexecprof(), the convenience function match_execattr() can be used to identify an individual entry. It returns a pointer to the individual element with the same profile name ( profname), type name ( type), and id. Function parameters set to NULL are not used as part of the matching criteria. In the event that multiple entries meet the matching cri- teria, only a pointer to the first entry is returned. The kva_match(3SECDB) function can be used to look up a key in a key-value array.
Extra paren before the word "function":
USAGE The getexecattr(), getexecuser(), and getexecprof() func- tions all allocate memory for the pointers they return. This memory should be deallocated with the free_execattr() call. The match_execattr()( function does not allocate any memory. Therefore, pointers returned by this function should not be deallocated.
Files
Updated by William Dowling about 8 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
Updated by William Dowling about 8 years ago
- File 4835-getexecattr-manpage-formatting.patch 4835-getexecattr-manpage-formatting.patch added
- % Done changed from 30 to 90
Sent RTI.
Updated by Electric Monk about 8 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 24da2bc2871eea8d50b67afc26dce9fd125f3947
commit 24da2bc2871eea8d50b67afc26dce9fd125f3947 Author: William Dowling <wmdowling@gmail.com> Date: 2014-05-27T17:58:59.000Z 4835 getexecattr(3secdb): Minor formatting issues Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions