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=ffd9a2c481eefecc93de3fd758bd854fd3264ce2;hb=c170f3a41bc69ad1eab2dba40cede865f2532bbc;hpb=976c46f84f896782fa1e839904ab74cc4460c7b0 diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml index ffd9a2c48..76b857b99 100644 --- a/man/sd_journal_open.xml +++ b/man/sd_journal_open.xml @@ -71,7 +71,7 @@ - int sd_journal_close + void sd_journal_close sd_journal* j @@ -80,7 +80,7 @@ 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 @@ -92,7 +92,7 @@ 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 @@ -120,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