summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2012-04-24 12:11:13 -0400
committerDavid Zeuthen <davidz@redhat.com>2012-04-24 12:11:13 -0400
commit93f5f5ec1cbe2678f966d93f89945a86cf76cb30 (patch)
tree4df914ab07ea5a1f18404506d4454ef31f6045ad
parent94adef49ebe47fc8c04f0ea0b6742636c47f33ac (diff)
downloadpolkit-93f5f5ec1cbe2678f966d93f89945a86cf76cb30.tar.gz
Mention pkttyagent(1) in "Writing PolicyKit applications" chapter
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--docs/polkit/overview.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/polkit/overview.xml b/docs/polkit/overview.xml
index 20f019c..0025cd8 100644
--- a/docs/polkit/overview.xml
+++ b/docs/polkit/overview.xml
@@ -45,10 +45,9 @@
<citerefentry><refentrytitle>ssh</refentrytitle><manvolnum>1</manvolnum></citerefentry>
login), it is trivial for the application to use the <link
linkend="PolkitAgentTextListener">PolkitAgentTextListener</link>
- class to spawn its own authentication agent as needed. See the
- <link linkend="pkcheck.1">pkcheck</link> or <link
- linkend="pkexec.1">pkexec</link> program sources for an example
- of how to do this.
+ class to spawn its own authentication agent as
+ needed. Alternatively, the <xref linkend="pkttyagent.1"/>
+ helper can be used to do this.
</para>
<para>
As an example of code using the GObject API, see <xref linkend="cancel-example"/>.