X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fjournalctl.xml;h=6254c5c6825c833015ecfaf3b6832e2bca1f69c1;hp=efceefa43ffb3b68ae357baa7d37b47df22d4faa;hb=59cea26a349cfa8db906b520dac72563dd773ff2;hpb=2bd3c38a44c5c3acbf5afdb9c0bcbaf4a72dac3f diff --git a/man/journalctl.xml b/man/journalctl.xml index efceefa43..6254c5c68 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -8,16 +8,16 @@ Copyright 2012 Lennart Poettering systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. systemd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> @@ -44,7 +44,6 @@ journalctl - systemd-journalctl Query the systemd journal @@ -57,10 +56,11 @@ Description - journalctl may be - used to query the contents of the + journalctl may be used to + query the contents of the systemd1 - journal. + journal as written by + systemd-journald.service8. If called without parameter will show the full contents of the journal, starting with the oldest @@ -69,7 +69,9 @@ If a match argument is passed the output is filtered accordingly. A match is in the format FIELD=VALUE, - e.g. _SYSTEMD_UNIT=httpd.service. + e.g. _SYSTEMD_UNIT=httpd.service. See + systemd.journal-fields7 + for a list of well-known fields. Output is interleaved from all accessible journal files, whether they are rotated or currently @@ -107,9 +109,9 @@ - Do not pipe output into a - pager. - + Do not pipe output into a + pager. + @@ -207,6 +209,14 @@ generated messages. + + + + + Show data only from + local boot. + + @@ -253,8 +263,10 @@ See Also systemd1, + systemd-journald.service8, systemctl1, - systemd-journald.conf5 + systemd.journal-fields7, + journald.conf5