diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-06-25 00:04:29 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-25 00:04:29 +0200 |
commit | af62c704053b5d34672497eb5bdc4764ebbb5f4f (patch) | |
tree | e599d76739031d9c37e12d9deb651b306df8e757 /man/systemd.xml | |
parent | 11e299550e832659095d7bf833e4e8fc1971ef1e (diff) |
man: various fixes
Diffstat (limited to 'man/systemd.xml')
-rw-r--r-- | man/systemd.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man/systemd.xml b/man/systemd.xml index 8f58b665c2..27756723b1 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -62,12 +62,12 @@ <para>systemd is a system and session manager for Linux operating systems. When run as first process on - boot (as PID 1) it may act as init system that brings - up and maintains userspace.</para> + boot (as PID 1), it acts as init system that brings + up and maintains userspace services.</para> - <para>For compatibility with SysV if systemd is called + <para>For compatibility with SysV, if systemd is called as <command>init</command> and a PID that is not - 1 it will execute <command>telinit</command> and pass + 1, it will execute <command>telinit</command> and pass all command line arguments unmodified. That means <command>init</command> and <command>telinit</command> are mostly equivalent when invoked from normal login sessions. See @@ -142,7 +142,7 @@ D-Bus interfaces repository. Optionally the interface name for the introspection data may be - specified. If omitted the + specified. If omitted, the introspection data for all interfaces is dumped.</para></listitem> </varlistentry> @@ -220,8 +220,8 @@ --variable=systemdsystemconfdir</command> returns the path of the system configuration directory. Packages - should alter this directory only with - the + should alter the content of these directories + only with the <citerefentry><refentrytitle>systemd-install</refentrytitle><manvolnum>1</manvolnum></citerefentry> tool.</para></listitem> </varlistentry> @@ -261,7 +261,7 @@ SysV init script directory varies between distributions. If systemd cannot find a native unit file for a - requested service it will look for a + requested service, it will look for a SysV init script of the same name (with the <filename>.service</filename> suffix |