X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemctl.xml;h=338c1d3280a82cca9b186b6a66370d105de5bcc0;hp=1c738cede64bb4b6b8a488e2dee1f82f91a8f563;hb=83e7d8850c38baee0da3097f27e191359aa70006;hpb=12f15e596a3040f32bb8c9aa9d0bf9b43fc96567 diff --git a/man/systemctl.xml b/man/systemctl.xml index 1c738cede..338c1d328 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -3,22 +3,22 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> - import-environment - VARIABLE... - + import-environment + VARIABLE... + Import all, one or more environment variables set on @@ -1367,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. @@ -1656,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: @@ -1721,7 +1725,8 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service systemd.special7, wall1, systemd.preset5, - glob7 + systemd.generator7, + glob7