diff options
author | Jan Engelhardt <jengelh@inai.de> | 2014-05-08 01:28:44 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-05-07 20:13:26 -0400 |
commit | dca348bcbb462305864526c587495a14a76bfcde (patch) | |
tree | 62cc5561f464d2da6a5c91343080177163c886c0 /man/sd_bus_open_user.xml | |
parent | 0c9d8f1d4b5018199cb5a9b57580dc1480a7f915 (diff) |
doc: corrections to words and forms
This patch exchange words which are inappropriate for a situation,
deletes duplicated words, and adds particles where needed.
Diffstat (limited to 'man/sd_bus_open_user.xml')
-rw-r--r-- | man/sd_bus_open_user.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_bus_open_user.xml b/man/sd_bus_open_user.xml index 7fa1be61ed..740977e1cf 100644 --- a/man/sd_bus_open_user.xml +++ b/man/sd_bus_open_user.xml @@ -96,13 +96,13 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <title>Description</title> <para><function>sd_bus_open_user()</function> creates a new bus - object and opens a connection to the the user bus. + object and opens a connection to the user bus. <function>sd_bus_open_system()</function> does the same, but connects to the system bus.</para> <para>If the <varname>$DBUS_SESSION_BUS_ADDRESS</varname> environment variable is set - (c.f. <citerefentry><refentrytitle>environ</refentrytitle><manvolnum>7</manvolnum></citerefentry>), + (cf. <citerefentry><refentrytitle>environ</refentrytitle><manvolnum>7</manvolnum></citerefentry>), it will be used as the address of the user bus. This variable can contain multiple addresses separated by <literal>;</literal>. If this variable is not set, a suitable default for the default user |