From: Lucas Werkmeister Date: Wed, 26 Oct 2016 00:40:21 +0000 (+0200) Subject: man: document that systemctl cat shows file content (#4488) X-Git-Tag: v232~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4a48671bc453ead3cff911a0dfcc16ce5538072;p=thirdparty%2Fsystemd.git man: document that systemctl cat shows file content (#4488) ... and that that content might be outdated. --- diff --git a/man/systemctl.xml b/man/systemctl.xml index a4d4c537254..225eb06d8b4 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -894,7 +894,11 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service Show backing files of one or more units. Prints the "fragment" and "drop-ins" (source files) of units. Each file is preceded by a comment which includes the file - name. + name. Note that this shows the contents of the backing files + on disk, which may not match the system manager's + understanding of these units if any unit files were + updated on disk and the daemon-reload + command wasn't issued since.