mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use the correct variable name in the example code.
This commit is contained in:
parent
1c90e87fdc
commit
45ebf5d172
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ manual page.
|
|||
The following example demonstrates how to limit file descriptor capability
|
||||
rights to allow reading only.
|
||||
.Bd -literal
|
||||
cap_rights_t rights;
|
||||
cap_rights_t setrights;
|
||||
char buf[1];
|
||||
int fd;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue