PolicyKit: Branch 'wip/js-rule-files'

David Zeuthen david at kemper.freedesktop.org
Wed May 23 09:57:58 PDT 2012


 docs/man/polkit.xml |  112 +++++++++++++++++++++++++++++-----------------------
 1 file changed, 64 insertions(+), 48 deletions(-)

New commits:
commit 13ac46935c801d9253971abee88a7d71c36c268e
Author: David Zeuthen <davidz at redhat.com>
Date:   Wed May 23 12:57:34 2012 -0400

    Use <variablelist> instead of <informaltable> for Subject attributes
    
    Signed-off-by: David Zeuthen <davidz at redhat.com>

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:


More information about the hal-commit mailing list