33 lines
1.6 KiB
Diff
33 lines
1.6 KiB
Diff
From 9c77924c29874aa4684c2a9e1a7b9ee547d49d85 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
|
|
Date: Mon, 22 Sep 2014 09:13:38 -0400
|
|
Subject: [PATCH] man: fix typo and add link
|
|
|
|
---
|
|
man/systemd.service.xml | 5 +++--
|
|
1 file changed, 3 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
|
|
index a82dfb2c86..b9a2f8d82f 100644
|
|
--- a/man/systemd.service.xml
|
|
+++ b/man/systemd.service.xml
|
|
@@ -310,7 +310,8 @@
|
|
<varlistentry>
|
|
<term><varname>BusPolicy=</varname></term>
|
|
|
|
- <listitem><para>If specfied, a custom kdbus
|
|
+ <listitem><para>If specified, a custom
|
|
+ <ulink url="https://code.google.com/p/d-bus/">kdbus</ulink>
|
|
endpoint will be created and installed as the
|
|
default bus node for the service. Such a custom
|
|
endpoint can hold an own set of policy rules
|
|
@@ -330,7 +331,7 @@
|
|
of two parts; the bus name, and a verb to
|
|
specify to granted access, which is one of
|
|
<option>see</option>,
|
|
- <option>talk</option> or
|
|
+ <option>talk</option>, or
|
|
<option>own</option>.
|
|
<option>talk</option> implies
|
|
<option>see</option>, and <option>own</option>
|