diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-16 02:56:19 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-16 02:56:19 +0200 |
commit | 7461d1b76f53ed8dc2d6dc2d63d473d4b165e839 (patch) | |
tree | f4a333baed9d39bed9626b7e15e4b9c0dd3ac4ca | |
parent | 4445a8755774550cd5f1b41fb6067b07374a4163 (diff) |
man: various man page updates
-rw-r--r-- | man/systemd-install.xml | 12 | ||||
-rw-r--r-- | man/systemd.xml | 2 |
2 files changed, 12 insertions, 2 deletions
diff --git a/man/systemd-install.xml b/man/systemd-install.xml index 1e26310c4f..03ed0c7449 100644 --- a/man/systemd-install.xml +++ b/man/systemd-install.xml @@ -68,7 +68,8 @@ <para><command>systemd-install</command> enables or disables systemd units, or checks whether they are - enabled.</para> + enabled, according to the installation suggestions + included in the unit files.</para> <para>This command is useful to apply or undo the installation instructions encoded in the <literal>[Install]</literal> @@ -83,6 +84,15 @@ files in the configuration tree, but does not start them. The latter equals starting them, but does not necessarily require them to be enabled.</para> + + <para>Note that while + <command>systemd-install</command> is the recommended + tool to create or remove symlinks in the systemd + configuration directory the administrator can also + create links there manually, which is particularly + useful to use configurations that deviate from the + installation suggestions included in the unit + files.</para> </refsect1> <refsect1> diff --git a/man/systemd.xml b/man/systemd.xml index d19094c38f..e74d71b126 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -280,7 +280,7 @@ systemd units, which later may be restored by activating the saved snapshot unit. For more information see - <citerefentry><refentrytitle>systemd.automount</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para></listitem> + <citerefentry><refentrytitle>systemd.snapshot</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para></listitem> <listitem><para>Timer units are useful for triggering activation of other units based on |