summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2012-05-23 12:57:34 -0400
committerDavid Zeuthen <davidz@redhat.com>2012-05-23 12:57:34 -0400
commit13ac46935c801d9253971abee88a7d71c36c268e (patch)
treeefc2510cc5a27ebe2149950cacf5195b99d442f8
parentbb6850d986fff739149506e7a5d654d1588b614c (diff)
downloadpolkit-13ac46935c801d9253971abee88a7d71c36c268e.tar.gz
Use <variablelist> instead of <informaltable> for Subject attributes
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--docs/man/polkit.xml112
1 files changed, 64 insertions, 48 deletions
diff --git a/docs/man/polkit.xml b/docs/man/polkit.xml
index 0e1e41b..0632c95 100644
--- a/docs/man/polkit.xml
+++ b/docs/man/polkit.xml
@@ -602,54 +602,70 @@ System Context | |
following attributes
</para>
- <informaltable id="polkit-js-subject-attributes">
- <tgroup cols="3" align="left">
- <thead>
- <row>
- <entry>Attribute</entry>
- <entry>Type</entry>
- <entry>Description</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry><parameter>pid</parameter></entry>
- <entry><type>int</type></entry>
- <entry>The process id</entry>
- </row>
- <row>
- <entry><parameter>user</parameter></entry>
- <entry><type>string</type></entry>
- <entry>The user name</entry>
- </row>
- <row>
- <entry><parameter>groups</parameter></entry>
- <entry><type>string[]</type></entry>
- <entry>Array of groups that <parameter>user</parameter> user belongs to</entry>
- </row>
- <row>
- <entry><parameter>seat</parameter></entry>
- <entry><type>string</type></entry>
- <entry>The seat that the subject is associated with - blank if not on a local seat</entry>
- </row>
- <row>
- <entry><parameter>session</parameter></entry>
- <entry><type>string</type></entry>
- <entry>The session that the subject is associated with</entry>
- </row>
- <row>
- <entry><parameter>local</parameter></entry>
- <entry><type>boolean</type></entry>
- <entry>Set to <constant>true</constant> only if seat is local</entry>
- </row>
- <row>
- <entry><parameter>active</parameter></entry>
- <entry><type>boolean</type></entry>
- <entry>Set to <constant>true</constant> only if the session is active</entry>
- </row>
- </tbody>
- </tgroup>
- </informaltable>
+ <variablelist id="polkit-js-subject-attributes">
+ <varlistentry>
+ <term><type>int</type> pid</term>
+ <listitem>
+ <para>
+ The process id.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><type>string</type> user</term>
+ <listitem>
+ <para>
+ The user name.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><type>string[]</type> groups</term>
+ <listitem>
+ <para>
+ Array of groups that <parameter>user</parameter> user belongs to.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><type>string</type> seat</term>
+ <listitem>
+ <para>
+ The seat that the subject is associated with - blank if not on a local seat.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><type>string</type> session</term>
+ <listitem>
+ <para>
+ The session that the subject is associated with.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><type>boolean</type> local</term>
+ <listitem>
+ <para>
+ Set to <constant>true</constant> only if seat is local.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><type>boolean</type> active</term>
+ <listitem>
+ <para>
+ Set to <constant>true</constant> only if the session is active.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
<para>
The following methods are available on the <type>Subject</type> type: