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=b99c67da46c489cc6119d1b93151a0aaebdaf463;hb=ab17a050b778412b11c82f4fa974be9c491ead36;hpb=49f43d5f91a99b23f745726aa351d8f159774357 diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml index b99c67da4..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 @@ -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