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> <term><command>isolate <replaceable>NAME</replaceable></command></term>
<listitem> <listitem>
<para>Start the unit specified on the command line and its <para>Start the unit specified on the command line and its dependencies
dependencies and stop all others. If a unit name with no and stop all others, unless they have
extension is given, an extension of <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> <literal>.target</literal> will be assumed.</para>
<para>This is similar to changing the runlevel in a <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 really just halts the system rather than powering it
down.</para> down.</para>
<para>Applications wanting to halt the system should start <para>Applications wanting to halt the system should not start this unit
this unit.</para> 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> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -325,9 +329,9 @@
<term><filename>kbrequest.target</filename></term> <term><filename>kbrequest.target</filename></term>
<listitem> <listitem>
<para>systemd starts this target whenever Alt+ArrowUp is <para>systemd starts this target whenever Alt+ArrowUp is
pressed on the console. This is a good candidate to be pressed on the console. Note that any user with physical access
aliased (symlinked) to to the machine will be able to do this, without authentication,
<filename>rescue.target</filename>.</para> so this should be used carefully.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -336,8 +340,12 @@
<para>A special target unit for shutting down and rebooting <para>A special target unit for shutting down and rebooting
the system via kexec.</para> the system via kexec.</para>
<para>Applications wanting to reboot the system with kexec <para>Applications wanting to reboot the system should not start this unit
should start this unit.</para> 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> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -430,8 +438,12 @@
<para>A special target unit for shutting down and powering <para>A special target unit for shutting down and powering
off the system.</para> off the system.</para>
<para>Applications wanting to power off the system should <para>Applications wanting to reboot the system should not start this unit
start this unit.</para> 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 <para><filename>runlevel0.target</filename> is an alias for
this target unit, for compatibility with SysV.</para> this target unit, for compatibility with SysV.</para>
@ -443,8 +455,12 @@
<para>A special target unit for shutting down and rebooting <para>A special target unit for shutting down and rebooting
the system.</para> the system.</para>
<para>Applications wanting to reboot the system should start <para>Applications wanting to reboot the system should not start this unit
this unit.</para> 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 <para><filename>runlevel6.target</filename> is an alias for
this target unit, for compatibility with SysV.</para> this target unit, for compatibility with SysV.</para>

View File

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