summaryrefslogtreecommitdiff
path: root/man/sd_journal_open.xml
Commit message (Collapse)AuthorAge
* doc: balance C indirections in function prototypesJan Engelhardt2014-05-07
| | | | | | | | Shift the asterisks in the documentation's prototypes such that they are consistent among each other. Use the right side to match what is used in source code. Addendum to commit v209~82.
* man: fix references to .pc files which aren't separate anymoreLennart Poettering2014-02-19
|
* journal: add ability to browse journals of running OS containersLennart Poettering2013-12-11
| | | | | | | This adds the new library call sd_journal_open_container() and a new "-M" switch to journalctl. Particular care is taken that journalctl's "-b" switch resolves to the current boot ID of the container, not the host.
* 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)
* journal: return -ECHILD after a forkZbigniew Jędrzejewski-Szmek2013-07-16
| | | | | | | | A few asserts are replaced with 'return -EINVAL'. I think that assert should not be used to check argument in public functions. Fields in struct sd_journal are rearranged to make it less swiss-cheesy.
* 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
|
* man: Small language improvements to sd_journal_openDavid King2013-06-25
|
* man: add sd_j_open_files to return values sectionZbigniew Jędrzejewski-Szmek2013-06-13
|
* man: add note that sd_journal_open_files is racyZbigniew Jędrzejewski-Szmek2013-06-10
|
* journal: add sd_journal_open_filesZbigniew Jędrzejewski-Szmek2013-06-10
| | | | | | | | | | | | This allows the caller to explicitly specify which journal files should be opened. The same functionality could be achieved before by creating a directory and playing around with symlinks. It is useful to debug stuff and explore the journal, and has been requested before. Waiting is supported, the journal will notice modifications on the files supplied when opening the journal, but will not add any new files.
* journal: add ability to filter by current userZbigniew Jędrzejewski-Szmek2013-06-10
| | | | | | | | | | | | | | | | This is the just the library part. SD_JOURNAL_CURRENT_USER flags is added to sd_j_open(), to open files from current user. SD_JOURNAL_SYSTEM_ONLY is renamed to SD_JOURNAL_SYSTEM, and changed to mean to (also) open system files. This way various flags can be combined, which gives them nicer semantics, especially if other ones are added later. Backwards compatibility is kept, because SD_JOURNAL_SYSTEM_ONLY is equivalent to SD_JOURNAL_SYSTEM if used alone, and before there we no other flags.
* man: correct documented return type for sd_journal_closePhilip Nilsson2012-12-04
|
* 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
* Spelling fixes.Ville Skyttä2012-07-16
|
* man: add man page aliases for all macros/types tooLennart Poettering2012-07-13
|
* man: document sd_journal_get_fd()Lennart Poettering2012-07-13
|
* man: document sd_journal_get_cursor()Lennart Poettering2012-07-13
|
* man: document sd_journal_next()Lennart Poettering2012-07-13
|
* man: document sd_journal_open()Lennart Poettering2012-07-13