From 45ebf5d172ad377f860c9db482aac6f6765d387c Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 30 Mar 2014 04:40:41 +0000 Subject: [PATCH] Use the correct variable name in the example code. --- lib/libc/sys/cap_rights_limit.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/cap_rights_limit.2 b/lib/libc/sys/cap_rights_limit.2 index 8cdcf536c93..33b57e135c5 100644 --- a/lib/libc/sys/cap_rights_limit.2 +++ b/lib/libc/sys/cap_rights_limit.2 @@ -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;