X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemctl.xml;h=50e6bc93f2ce5c725cb7a5b8fca79b9dc896e91d;hb=ee41f6028189819c728316e917ca09b9eb0a7850;hp=dd9fd995b3f45cc802722380208baf5a0c66df9c;hpb=b619ec8f83ee3f524dae1f4692b26731bbe68616;p=elogind.git diff --git a/man/systemctl.xml b/man/systemctl.xml index dd9fd995b..50e6bc93f 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -3,22 +3,22 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> . - - - - - Do not print the legend, i.e. the column headers and - the footer with hints. - - - @@ -547,9 +538,10 @@ along with systemd; If not, see . + + - @@ -1349,7 +1341,10 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service - import-environment VARIABLE... + + import-environment + VARIABLE... + Import all, one or more environment variables set on @@ -1372,12 +1367,16 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service daemon-reload - Reload systemd manager configuration. This will reload - all unit files and recreate the entire dependency - tree. While the daemon is being reloaded, all sockets systemd - listens on behalf of user configuration will stay - accessible. This command should not be confused - with the reload command. + Reload systemd manager configuration. This will + rerun all generators (see + systemd.generator7), + reload all unit files, and recreate the entire dependency + tree. While the daemon is being reloaded, all sockets + systemd listens on behalf of user configuration will stay + accessible. + + This command should not be confused with the + reload command. @@ -1661,11 +1660,11 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service may match zero units and this is not considered an error. Glob patterns use - fnmatch3, + fnmatch3, so normal shell-style globbing rules are used, and *, ?, [] may be used. See - glob7 + glob7 for more details. The patterns are matched against the names of currently loaded units, and patterns which do not match anything are silently skipped. For example: @@ -1704,9 +1703,9 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service $VISUAL are present or if it is set to an empty string or if their execution failed, systemctl will try to execute well known editors in this order: - nano1, - vim1, - vi1. + nano1, + vim1, + vi1. @@ -1718,15 +1717,16 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service See Also systemd1, - systemadm1, journalctl1, loginctl1, + machinectl1, systemd.unit5, - systemd.resource-management5, + systemd.resource-control5, systemd.special7, wall1, systemd.preset5, - glob7 + systemd.generator7, + glob7