Add a man page for polkit-1(8)
authorDavid Zeuthen <davidz@redhat.com>
Wed, 3 Jun 2009 17:11:30 +0000 (13:11 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Wed, 3 Jun 2009 17:11:30 +0000 (13:11 -0400)
docs/man/Makefile.am
docs/man/PolicyKit-1.xml [moved from docs/man/PolicyKit.xml with 93% similarity]
docs/man/polkitd-1.xml [new file with mode: 0644]
docs/polkit/Makefile.am
docs/polkit/polkit-1-docs.xml

index c9f3d34..4d8b7f0 100644 (file)
@@ -5,18 +5,19 @@ if MAN_PAGES_ENABLED
 
 man_MANS =                             \
        PolicyKit-1.8                   \
+       polkitd-1.8                     \
        pkexec.1                        \
        pkcheck.1                       \
        pkaction.1                      \
        $(NULL)
 
-%-1.8 %.1 : %.xml
+%.8 %.1 : %.xml
        $(XSLTPROC) -nonet --xinclude http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
 
 endif # MAN_PAGES_ENABLED
 
 EXTRA_DIST =                           \
-       PolicyKit.xml                   \
+       PolicyKit-1.xml                 \
        pkexec.xml                      \
        pkcheck.xml                     \
        pkaction.xml                    \
similarity index 93%
rename from docs/man/PolicyKit.xml
rename to docs/man/PolicyKit-1.xml
index 2d1b757..ac37b66 100644 (file)
@@ -59,6 +59,9 @@
       </citerefentry>,
       <citerefentry>
         <refentrytitle>pkexec</refentrytitle><manvolnum>1</manvolnum>
+      </citerefentry>,
+      <citerefentry>
+        <refentrytitle>polkitd-1</refentrytitle><manvolnum>8</manvolnum>
       </citerefentry>
     </para>
   </refsect1>
diff --git a/docs/man/polkitd-1.xml b/docs/man/polkitd-1.xml
new file mode 100644 (file)
index 0000000..5a6fdee
--- /dev/null
@@ -0,0 +1,67 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY version SYSTEM "../version.xml">
+]>
+<refentry id="devkit-disks-daemon.8">
+  <refentryinfo>
+    <title>polkitd-1</title>
+    <date>May 2009</date>
+    <productname>PolicyKit-1</productname>
+  </refentryinfo>
+
+  <refmeta>
+    <refentrytitle>polkitd-1</refentrytitle>
+    <manvolnum>8</manvolnum>
+    <refmiscinfo class="version"></refmiscinfo>
+  </refmeta>
+
+  <refnamediv>
+    <refname>polkitd-1</refname>
+    <refpurpose>PolicyKit daemon</refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>polkitd-1</command>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1><title>DESCRIPTION</title>
+    <para>
+      <command>polkitd-1</command> provides
+      the <emphasis>org.freedesktop.PolicyKit1</emphasis> D-Bus
+      service on the system message bus. Users or administrators
+      should never need to start this daemon as it will be
+      automatically started by
+      <citerefentry><refentrytitle>dbus-daemon</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+      whenever an application calls into the service.
+    </para>
+  </refsect1>
+
+  <refsect1><title>AUTHOR</title>
+    <para>
+      Written by David Zeuthen <email>davidz@redhat.com</email> with
+      a lot of help from many others.
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>BUGS</title>
+    <para>
+      Please send bug reports to either the distribution or the
+      polkit-devel mailing list,
+      see the link <ulink url="http://lists.freedesktop.org/mailman/listinfo/polkit-devel"/>
+      on how to subscribe.
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>SEE ALSO</title>
+    <para>
+      <citerefentry>
+        <refentrytitle>PolicyKit-1</refentrytitle><manvolnum>8</manvolnum>
+      </citerefentry>
+    </para>
+  </refsect1>
+</refentry>
index 21333bf..d5c9182 100644 (file)
@@ -52,7 +52,7 @@ content_files =                                                                                       \
        ../../src/polkit/docbook-interface-org.freedesktop.PolicyKit1.Authority.xml                     \
        ../../src/polkit/docbook-interface-org.freedesktop.PolicyKit1.AuthorityManager.xml              \
        ../../src/polkit/docbook-interface-org.freedesktop.PolicyKit1.AuthenticationAgent.xml           \
-       ../man/PolicyKit.xml                                                                            \
+       ../man/PolicyKit-1.xml                                                                          \
        ../man/pkcheck.xml                                                                              \
        ../man/pkaction.xml                                                                             \
        ../man/pkexec.xml                                                                               \
index 7cbac4b..7283c98 100644 (file)
 
   <reference id="manpages">
     <title>Manual Pages</title>
-    <xi:include href="../man/PolicyKit.xml"/>
+    <xi:include href="../man/PolicyKit-1.xml"/>
+    <xi:include href="../man/polkitd-1.xml"/>
     <xi:include href="../man/pkcheck.xml"/>
     <xi:include href="../man/pkaction.xml"/>
     <xi:include href="../man/pkexec.xml"/>