X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_journal_open.xml;h=76b857b9916e7a0faf194d4a47f067a02701d2b8;hp=5285fe6bc159713523eb41a7dfed40671bd38cce;hb=ab17a050b778412b11c82f4fa974be9c491ead36;hpb=6ca9571eddb6cf9ab84eb41d5a162ffde7b0c50e diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml index 5285fe6bc..76b857b99 100644 --- a/man/sd_journal_open.xml +++ b/man/sd_journal_open.xml @@ -46,6 +46,10 @@ sd_journal_open sd_journal_open_directory sd_journal_close + sd_journal + SD_JOURNAL_LOCAL_ONLY + SD_JOURNAL_RUNTIME_ONLY + SD_JOURNAL_SYSTEM_ONLY Open the system journal for reading @@ -67,7 +71,7 @@ - int sd_journal_close + void sd_journal_close sd_journal* j @@ -76,19 +80,19 @@ Description - sd_journal_open() opens the + sd_journal_open() opens the log journal for reading. It will find all journal files automatically and interleave them automatically when reading. As first argument it takes a pointer to a sd_journal pointer, which on - success will contain journal context afterwards. The + success will contain journal context object afterwards. The second argument is a flags field, which may consist of the following flags ORed together: SD_JOURNAL_LOCAL_ONLY makes sure only journal files generated on the local machine will be opened. SD_JOURNAL_RUNTIME_ONLY makes sure only volatile journal files will be opened, - excluding those which are stored on persistant + excluding those which are stored on persistent storage. SD_JOURNAL_SYSTEM_ONLY will ensure that only journal files of system services and the kernel (in opposition to user session processes) will @@ -116,7 +120,7 @@ See sd_journal_next3 for an example how to iterate through the journal - after opening it it with + after opening it with sd_journal_open(). A journal context object returned by