diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2013-02-22 09:56:16 +0100 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2013-02-22 16:06:17 +0100 |
commit | b7cf6049a36dfd8e5f3c6420243eb49d348dbd2f (patch) | |
tree | de8482ea9bdc2cfe2312d96e463f540fb74630bd /man/systemctl.xml | |
parent | 6f47ad30250cf467065a19105013321ee4973694 (diff) |
systemctl: make "systemctl default" use "isolate" job mode
"systemctl default" should behave identically to "telinit N" (where N is the
corresponding runlevel target number), therefore it should use isolate job mode
too.
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 683f2e7402..c233543d7d 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -970,7 +970,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <listitem> <para>Enter default mode. This is mostly equivalent to - <command>start default.target</command>.</para> + <command>isolate default.target</command>.</para> </listitem> </varlistentry> <varlistentry> |