From c6511e859c35b12de4e6fb5f58d7258d9de3b8f2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 10 Oct 2012 22:39:45 +0200 Subject: journal: when browsing the journal via browse.html allow clicking on entries to show their details --- man/sd_journal_seek_head.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'man/sd_journal_seek_head.xml') diff --git a/man/sd_journal_seek_head.xml b/man/sd_journal_seek_head.xml index f8a4eb1d20..b10f069e83 100644 --- a/man/sd_journal_seek_head.xml +++ b/man/sd_journal_seek_head.xml @@ -115,7 +115,12 @@ sd_journal_seek_cursor() seeks to the entry located at the specified cursor string. For details on cursors see - sd_journal_get_cursor3. + sd_journal_get_cursor3. If + no entry matching the specified cursor is found the + call will seek to the next closest entry (in terms of + time) instead. To verify whether the newly selected + entry actually matches the cursor use + sd_journal_test_cursor3. Note that these calls do not actually make any entry the new current entry, this needs to be done in -- cgit v1.2.3-54-g00ecf