Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-02 | man: improve grammar and word formatting in numerous man pages | Jason St. John | |
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'.] | |||
2013-06-29 | man: fix spacing issue in various man pages | Jason St. John | |
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. | |||
2013-06-26 | man: use <constant> for various constants which look ugly with quotes | Zbigniew Jędrzejewski-Szmek | |
2012-07-13 | man: Split sd_randomize(3) from sd_id128_get_{machine,boot}(3) | Lennart Poettering | |
They have too little to do with each other... | |||
2012-07-13 | man: move header file man pages from section 7 to 3 | Lennart Poettering | |
This way we can include documentation about minor macros/inline function within the introducionary man page in a sane way. | |||
2012-07-09 | man: document sd_print() and friends | Lennart Poettering | |
2012-07-06 | man: document libsystemd-id128 | Lennart Poettering | |