X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fjournalctl.xml;h=bbc9b341516b7c44765fd6fa110b174f00fb3a5c;hp=f6e46cfbc737dbcd44c9be5f224666e6f638f645;hb=931974af6bbad8b79cbee7e41f98954758016fcc;hpb=18b754d345ecb0b15e369978aaffa72e9814b86a diff --git a/man/journalctl.xml b/man/journalctl.xml index f6e46cfbc..bbc9b3415 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 . --> @@ -56,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 @@ -68,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 @@ -106,9 +109,9 @@ - Do not pipe output into a - pager. - + Do not pipe output into a + pager. + @@ -206,6 +209,14 @@ generated messages. + + + + + Show data only from + current boot. + + @@ -252,7 +263,9 @@ See Also systemd1, + systemd-journald.service8, systemctl1, + systemd.journal-fields7, journald.conf5