From: Michal Sekletar Date: Wed, 3 Feb 2016 09:38:29 +0000 (+0100) Subject: man: clarify what happens when journalctl is called with devpath X-Git-Tag: v229~44^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2519%2Fhead;p=thirdparty%2Fsystemd.git man: clarify what happens when journalctl is called with devpath --- diff --git a/man/journalctl.xml b/man/journalctl.xml index b57afb6ebfb..7ad3ff60cf6 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -91,8 +91,14 @@ paths may be specified. If a file path refers to an executable file, this is equivalent to an _EXE= match for the canonicalized binary path. Similarly, if a path refers - to a device node, this is equivalent to a - _KERNEL_DEVICE= match for the device. + to a device node then match is added for the kernel name of the + device (_KERNEL_DEVICE=). Also, matches for the + kernel names of all the parent devices are added automatically. + Device node paths are not stable across reboots, therefore match + for the current boot id (_BOOT_ID=) is + always added as well. Note that only the log entries for + the existing device nodes maybe queried by providing path to + the device node. Additional constraints may be added using options , , etc., to