summaryrefslogtreecommitdiff
path: root/man/sd_journal_get_fd.xml
Commit message (Collapse)AuthorAge
* man: wording and grammar updatesJan Engelhardt2013-09-12
| | | | | | | | | | | | This is a recurring submission and includes corrections to various issue spotted. I guess I can just skip over reporting ubiquitous comma placement fixes… Highligts in this particular commit: - the "unsigned" type qualifier is completed to form a full type "unsigned int" - alphabetic -> lexicographic (that way we automatically define how numbers get sorted)
* man: wording and grammar updatesJan Engelhardt2013-09-10
| | | | | | | | | This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits. In this particular commit: - the usual comma fixes - expand contractions (this is prose)
* man: fix spacing issue in various man pagesJason St. John2013-06-29
| | | | | | | | | | | | | Before: libsystemd-daemonpkg-config(1) After: libsystemd-daemon pkg-config(1) This fix is more complicated than it should be due to the consecutive XML elements separated by collapsible whitespace. Merging the lines and separating the XML elements with an en space or a non-breaking space is the only solution that results in one, and only one, space being inserted between them when testing. An em space results in two spaces being inserted.
* man: use <constant> for various constants which look ugly with quotesZbigniew Jędrzejewski-Szmek2013-06-26
|
* journal: add sd_journal_get_timeout() call to public APILennart Poettering2013-04-04
| | | | | Let's do the wake-up logic on NFS internally, making things simpler for users.
* login: add new public API call sd_login_monitor_get_events() to get poll() ↵Lennart Poettering2013-04-04
| | | | | | | flags to wait for We should keep our options open, so that we can watch for POLLOUT later on if we wish to. CUrrently this call will always return POLLIN however.
* journal: add public API call sd_journal_get_events()Lennart Poettering2013-04-04
| | | | | | | | | This function should be used when filling in "struct pollfd"'s .events field for watching the journal. It will always return POLLIN for now, but we should keep our options open to change this later on. This mimics libsystemd-bus' sd_bus_get_events() call with the same purpose.
* man: fix compilation of exampleZbigniew Jędrzejewski-Szmek2013-03-07
|
* journal: provide an API that allows client to figure out whether they need ↵Lennart Poettering2012-10-26
| | | | | | | | | | | | to recheck the journal manually for changes in regular intervals Network file systems generally do not offer inotify() that would work across the network. We hence cannot rely on inotify() exclusiely in those case. Provide an API to determine these cases, and suggest doing manual regular rechecks. Note that this is not complete yet, as we need to rescan journal dirs on network file systems explicitly to find new/removed files
* man: typo fixesThomas Hindoe Paaboel Andersen2012-10-26
| | | | | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=55890 Fixed typos, serial comma, and removed "either" as there were more than two options. Also did an extra rename of "system-shutdown" to "systemd-shutdown" that was forgotten in commit 8bd3b8620c80d0f2383f2fb04315411fc8077ca1
* build-sys: fix buildLennart Poettering2012-07-13
|
* man: fix various typosLennart Poettering2012-07-13
|
* man: forgot sd_journal_get_fd() man pageLennart Poettering2012-07-13