From da25e02913586beff35f19c11311b58463f25ebc Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 10 Feb 2016 19:49:40 -0500 Subject: man: follow up fixes for #2575 --- man/systemctl.xml | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'man/systemctl.xml') diff --git a/man/systemctl.xml b/man/systemctl.xml index 50eb939313..1480bf8380 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1698,24 +1698,19 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service Parameter Syntax - Unit commands listed above take either a single unit name - (designated as NAME), or multiple - unit specifications (designated as - PATTERN...). In the first case, the - unit name with or without a suffix must be given. If the suffix - is not specified ("abbreviated"), systemctl will append a suitable suffix, - .service by default, and a type-specific - suffix in case of commands which operate only on specific unit - types. For example, + Unit commands listed above take either a single unit name (designated as NAME), + or multiple unit specifications (designated as PATTERN...). In the first case, the + unit name with or without a suffix must be given. If the suffix is not specified (unit name is "abbreviated"), + systemctl will append a suitable suffix, .service by default, and a type-specific suffix in + case of commands which operate only on specific unit types. For example, # systemctl start sshd and # systemctl start sshd.service are equivalent, as are # systemctl isolate default and # systemctl isolate default.target - Note that (absolute) paths to device nodes are automatically - converted to device unit names, and other (absolute) paths to - mount unit names. + Note that (absolute) paths to device nodes are automatically converted to device unit names, and other (absolute) + paths to mount unit names. # systemctl status /dev/sda # systemctl status /home are equivalent to: -- cgit v1.2.3-54-g00ecf