diff --git a/man/journalctl.xml b/man/journalctl.xml
index 39c8c07d6b..be2916c0c1 100644
--- a/man/journalctl.xml
+++ b/man/journalctl.xml
@@ -930,7 +930,8 @@
With one match specified, all entries with a field matching
the expression are shown:
- journalctl _SYSTEMD_UNIT=avahi-daemon.service
+ journalctl _SYSTEMD_UNIT=avahi-daemon.service
+journalctl _SYSTEMD_CGROUP=/user.slice/user-42.slice/session-c1.scopeIf two different fields are matched, only entries matching
both expressions at the same time are shown:
@@ -950,6 +951,19 @@
journalctl _SYSTEMD_UNIT=avahi-daemon.service _PID=28097 + _SYSTEMD_UNIT=dbus.service
+ To show all fields emited by a unit and about
+ the unit, option / should be used.
+ journalctl -u name
+ expands to a complex filter similar to
+ _SYSTEMD_UNIT=name.service
+ + UNIT=name.service _PID=1
+ + OBJECT_SYSTEMD_UNIT=name.service _UID=0
+ + COREDUMP_UNIT=name.service _UID=0 MESSAGE_ID=fc2e22bc6ee647b6b90729ab34a250b1
+
+ (see systemd.journal-fields5
+ for an explanation of those patterns).
+
+
Show all logs generated by the D-Bus executable:journalctl /usr/bin/dbus-daemon