man: clarify what happens when journalctl is called with devpath
authorMichal Sekletar <msekleta@redhat.com>
Wed, 3 Feb 2016 09:38:29 +0000 (10:38 +0100)
committerMichal Sekletar <msekleta@redhat.com>
Wed, 3 Feb 2016 12:54:32 +0000 (13:54 +0100)
man/journalctl.xml

index b57afb6..7ad3ff6 100644 (file)
       paths may be specified. If a file path refers to an executable
       file, this is equivalent to an <literal>_EXE=</literal> match
       for the canonicalized binary path. Similarly, if a path refers
-      to a device node, this is equivalent to a
-      <literal>_KERNEL_DEVICE=</literal> match for the device.</para>
+      to a device node then match is added for the kernel name of the
+      device (<literal>_KERNEL_DEVICE=</literal>). 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 (<literal>_BOOT_ID=</literal>) 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.</para>
 
       <para>Additional constraints may be added using options
       <option>--boot</option>, <option>--unit=</option>, etc., to