1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 00:51:24 +03:00

Merge pull request #6462 from keszybz/man-tweaks

Some small man page fixes
This commit is contained in:
Martin Pitt 2017-07-28 11:49:44 +02:00 committed by GitHub
commit 01a45898fc
3 changed files with 37 additions and 18 deletions

View File

@ -819,9 +819,11 @@ Sun 2017-02-26 20:57:49 EST 2h 3min left Sun 2017-02-26 11:56:36 EST 6h ago
<term><command>isolate <replaceable>NAME</replaceable></command></term>
<listitem>
<para>Start the unit specified on the command line and its
dependencies and stop all others. If a unit name with no
extension is given, an extension of
<para>Start the unit specified on the command line and its dependencies
and stop all others, unless they have
<option>IgnoreOnIsolate=yes</option> (see
<citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>).
If a unit name with no extension is given, an extension of
<literal>.target</literal> will be assumed.</para>
<para>This is similar to changing the runlevel in a

View File

@ -305,8 +305,12 @@
really just halts the system rather than powering it
down.</para>
<para>Applications wanting to halt the system should start
this unit.</para>
<para>Applications wanting to halt the system should not start this unit
directly, but should instead execute <command>systemctl halt</command>
(possibly with the <option>--no-block</option> option) or call
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
<command>org.freedesktop.systemd1.Manager.Halt</command> D-Bus method
directly.</para>
</listitem>
</varlistentry>
<varlistentry>
@ -325,9 +329,9 @@
<term><filename>kbrequest.target</filename></term>
<listitem>
<para>systemd starts this target whenever Alt+ArrowUp is
pressed on the console. This is a good candidate to be
aliased (symlinked) to
<filename>rescue.target</filename>.</para>
pressed on the console. Note that any user with physical access
to the machine will be able to do this, without authentication,
so this should be used carefully.</para>
</listitem>
</varlistentry>
<varlistentry>
@ -336,8 +340,12 @@
<para>A special target unit for shutting down and rebooting
the system via kexec.</para>
<para>Applications wanting to reboot the system with kexec
should start this unit.</para>
<para>Applications wanting to reboot the system should not start this unit
directly, but should instead execute <command>systemctl kexec</command>
(possibly with the <option>--no-block</option> option) or call
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
<command>org.freedesktop.systemd1.Manager.KExec</command> D-Bus method
directly.</para>
</listitem>
</varlistentry>
<varlistentry>
@ -430,8 +438,12 @@
<para>A special target unit for shutting down and powering
off the system.</para>
<para>Applications wanting to power off the system should
start this unit.</para>
<para>Applications wanting to reboot the system should not start this unit
directly, but should instead execute <command>systemctl poweroff</command>
(possibly with the <option>--no-block</option> option) or call
<citerefentry><refentrytitle>systemd-logind</refentrytitle><manvolnum>8</manvolnum></citerefentry>'s
<command>org.freedesktop.login1.Manager.PowerOff</command> D-Bus method
directly.</para>
<para><filename>runlevel0.target</filename> is an alias for
this target unit, for compatibility with SysV.</para>
@ -443,8 +455,12 @@
<para>A special target unit for shutting down and rebooting
the system.</para>
<para>Applications wanting to reboot the system should start
this unit.</para>
<para>Applications wanting to reboot the system should not start this unit
directly, but should instead execute <command>systemctl reboot</command>
(possibly with the <option>--no-block</option> option) or call
<citerefentry><refentrytitle>systemd-logind</refentrytitle><manvolnum>8</manvolnum></citerefentry>'s
<command>org.freedesktop.login1.Manager.Reboot</command> D-Bus method
directly.</para>
<para><filename>runlevel6.target</filename> is an alias for
this target unit, for compatibility with SysV.</para>

View File

@ -651,10 +651,11 @@
<varlistentry>
<term><varname>IgnoreOnIsolate=</varname></term>
<listitem><para>Takes a boolean argument. If
<option>true</option>, this unit will not be stopped when
isolating another unit. Defaults to
<option>false</option>.</para></listitem>
<listitem><para>Takes a boolean argument. If <option>true</option>, this unit
will not be stopped when isolating another unit. Defaults to
<option>false</option> for service, target, socket, busname, timer, and path
units, and <option>true</option> for slice, scope, device, swap, mount, and
automount units.</para></listitem>
</varlistentry>
<varlistentry>