summaryrefslogtreecommitdiff
path: root/man/systemd.journal-fields.xml
Commit message (Collapse)AuthorAge
* man: improve wording and comma usage in systemd.journal-fields(7)Jason St. John2013-12-10
| | | | Improve wording under "Description" and "_KERNEL_DEVICE="
* journald: log the slice of a process along with each message in _SYSTEMD_SLICE=Lennart Poettering2013-09-17
|
* 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)
* journal: add logging of effective capabilities _CAP_EFFECTIVEShawn Landden2013-07-16
| | | | I think this is the most important of the capabilities bitmasks to log.
* man: wording and grammar updatesJan Engelhardt2013-07-09
|
* man: describe OBJECT_PID=Zbigniew Jędrzejewski-Szmek2013-07-02
|
* man: improve grammar and word formatting in numerous man pagesJason St. John2013-07-02
| | | | | | | | | | Use proper grammar, word usage, adjective hyphenation, commas, capitalization, spelling, etc. To improve readability, some run-on sentences or sentence fragments were revised. [zj: remove the space from 'file name', 'host name', and 'time zone'.]
* man: use <constant> for various constants which look ugly with quotesZbigniew Jędrzejewski-Szmek2013-06-26
|
* man: always supply quotes around literalsZbigniew Jędrzejewski-Szmek2013-06-26
| | | | | | | | When manpages are displayed on a terminal, <literal>s are indistinguishable from surrounding text. Add quotes everywhere, remove duplicate quotes, and tweak a few lists for consistent formatting. https://bugzilla.redhat.com/show_bug.cgi?id=874631
* man: improve readability of "_TRANSPORT=" section in systemd.journal-fields(7)Jason St. John2013-06-14
| | | | | | The list and descriptions of valid transports was difficult to read, so break the long sentence up into discrete man page list items to improve readability.
* man: document COREDUMP_UNIT and COREDUMP_USER_UNITZbigniew Jędrzejewski-Szmek2013-02-07
| | | | | Also fix formatting for kernel related fields, enabling them to show up in the directives index.
* man: document the _SYSTEMD_USER_UNIT journal fieldMirco Tischler2013-01-18
|
* man: add links to directive index to see-alsosZbigniew Jędrzejewski-Szmek2013-01-15
| | | | | systemd.directives(5) is renamed to systemd.directives(7). Section 7 is "Miscellaneous".
* man: minor updatesLennart Poettering2012-10-26
|
* 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
* Reword sentences that contain psuedo-English "resp."Andrew Eikum2012-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | As you likely know, Arch Linux is in the process of moving to systemd. So I was reading through the various systemd docs and quickly became baffled by this new abbreviation "resp.", which I've never seen before in my English-mother-tongue life. Some quick Googling turned up a reference: <http://www.transblawg.eu/index.php?/archives/870-Resp.-and-other-non-existent-English-wordsNicht-existente-englische-Woerter.html> I guess it's a literal translation of the German "Beziehungsweise", but English doesn't work the same way. The word "respectively" is used exclusively to provide an ordering connection between two lists. E.g. "the prefixes k, M, and G refer to kilo-, mega-, and giga-, respectively." It is also never abbreviated to "resp." So the sentence "Sets the default output resp. error output for all services and sockets" makes no sense to a natural English speaker. This patch removes all instances of "resp." in the man pages and replaces them with sentences which are much more clear and, hopefully, grammatically valid. In almost all instances, it was simply replacing "resp." with "or," which the original author (Lennart?) could probably just do in the future. The only other instances of "resp." are in the src/ subtree, which I don't feel privileged to correct. Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
* directive-index: journal directivesZbigniew Jędrzejewski-Szmek2012-09-17
|
* journald: augment journal entries from the kernel with data from udevLennart Poettering2012-08-22
|
* man: document kernel journal fieldsLennart Poettering2012-08-09
|
* journal: add sd_journal_perror() to APILennart Poettering2012-08-01
|
* man: move header file man pages from section 7 to 3Lennart Poettering2012-07-13
| | | | | This way we can include documentation about minor macros/inline function within the introducionary man page in a sane way.
* journal: beef up journal matches considerablyLennart Poettering2012-07-13
| | | | | | we now can take multiple matches, and they will apply as AND if they apply to different fields and OR if they apply to the same fields. Also, terms of this kind can be combined with an overreaching OR.
* man: document sd_print() and friendsLennart Poettering2012-07-09
|
* man: relax wording in journal-fields(7) a bitLennart Poettering2012-05-22
|
* man: clarify _TRANSPORTShawn Landden2012-05-04
| | | | "resp." where it was confuses reader that stdout and stderr might go to differn't places
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
| | | | | | | | | | | | | | We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
* man: document the _TRANSPORT journal fieldLennart Poettering2012-04-04
|
* man: clarify the formatting of timestampsLennart Poettering2012-04-03
|
* man: document special journal fieldsLennart Poettering2012-04-03