summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2012-05-21 13:56:11 -0400
committerDavid Zeuthen <davidz@redhat.com>2012-05-21 13:56:11 -0400
commite7f01d6a37b0d922e9fe005e38fe9a958eb18e7f (patch)
treeca1ed79a90465221e6913740d718df0de3d4ee6b
parent5b393dfb9d193a997303b7682d10f479a5e327ec (diff)
Mention unix-netgroup:xyz as a valid return value in addAdminRule() functions
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--docs/man/polkit.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/man/polkit.xml b/docs/man/polkit.xml
index 57dd366..6ec15ac 100644
--- a/docs/man/polkit.xml
+++ b/docs/man/polkit.xml
@@ -541,7 +541,8 @@ System Context | |
the order they have been added until one of the functions
returns a value. Each function should return an array of strings
where each string is of the form
- <literal>"unix-group:&lt;group&gt;"</literal> or
+ <literal>"unix-group:&lt;group&gt;"</literal>,
+ <literal>"unix-netgroup:&lt;netgroup&gt;"</literal> or
<literal>"unix-user:&lt;user&gt;"</literal>. If the function
returns <constant>null</constant>,
<constant>undefined</constant> or does not return a value at