]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Merge pull request #13100 from 1848/neigh_ipv6
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 19 Jul 2019 00:48:49 +0000 (09:48 +0900)
committerGitHub <noreply@github.com>
Fri, 19 Jul 2019 00:48:49 +0000 (09:48 +0900)
networkd: Neighbor IPv6 support for LinkLayerAddress

man/systemd.xml

index 41c0f5f643eb2e1b6e21542d240618f7238e3468..c01cf46e812a5202f85f06ff275312bdd647fe1a 100644 (file)
         <filename>exit.target</filename> unit when this signal is
         received. This is mostly equivalent to <command>systemctl
         --user start exit.target
-        --job-mode=replace-irreversible</command>.</para></listitem>
+        --job-mode=replace-irreversibly</command>.</para></listitem>
       </varlistentry>
 
       <varlistentry>
 
         <listitem><para>Upon receiving this signal the systemd system manager will start the
         <filename>ctrl-alt-del.target</filename> unit. This is mostly equivalent to
-        <command>systemctl start ctrl-alt-del.target --job-mode=replace-irreversible</command>. If
+        <command>systemctl start ctrl-alt-del.target --job-mode=replace-irreversibly</command>. If
         this signal is received more than 7 times per 2s, an immediate reboot is triggered. Note
         that pressing
         <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Del</keycap></keycombo> on the
         <listitem><para>Halts the machine, starts the
         <filename>halt.target</filename> unit. This is mostly
         equivalent to <command>systemctl start halt.target
-        --job-mode=replace-irreversible</command>.</para>
+        --job-mode=replace-irreversibly</command>.</para>
         </listitem>
       </varlistentry>
 
         <listitem><para>Powers off the machine, starts the
         <filename>poweroff.target</filename> unit. This is mostly
         equivalent to <command>systemctl start poweroff.target
-        --job-mode=replace-irreversible</command>.</para>
+        --job-mode=replace-irreversibly</command>.</para>
         </listitem>
       </varlistentry>
 
         <listitem><para>Reboots the machine, starts the
         <filename>reboot.target</filename> unit. This is mostly
         equivalent to <command>systemctl start reboot.target
-        --job-mode=replace-irreversible</command>.</para>
+        --job-mode=replace-irreversibly</command>.</para>
         </listitem>
       </varlistentry>
 
         <listitem><para>Reboots the machine via kexec, starts the
         <filename>kexec.target</filename> unit. This is mostly
         equivalent to <command>systemctl start kexec.target
-        --job-mode=replace-irreversible</command>.</para>
+        --job-mode=replace-irreversibly</command>.</para>
         </listitem>
       </varlistentry>