Use the correct variable name in the example code.

This commit is contained in:
eadler 2014-03-30 04:40:41 +00:00
parent a87fd2475f
commit 2ee2a4fe93

View File

@ -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;