summaryrefslogtreecommitdiff
path: root/man/sd-id128.xml
AgeCommit message (Collapse)Author
2014-07-07man: add a mapping for external manpagesZbigniew Jędrzejewski-Szmek
It is annoying when we have dead links on fd.o. Add project='man-pages|die-net|archlinux' to <citerefentry>-ies. In generated html, add external links to http://man7.org/linux/man-pages/man, http://linux.die.net/man/, https://www.archlinux.org/. By default, pages in sections 2 and 4 go to man7, since Michael Kerrisk is the autorative source on kernel related stuff. The rest of links goes to linux.die.net, because they have the manpages. Except for the pacman stuff, since it seems to be only available from archlinux.org. Poor gummiboot gets no link, because gummitboot(8) ain't to be found on the net. According to common wisdom, that would mean that it does not exist. But I have seen Kay using it, so I know it does, and deserves to be found. Can somebody be nice and put it up somewhere?
2014-02-20man: xinclude pkg-config noteZbigniew Jędrzejewski-Szmek
2014-02-19man: fix references to .pc files which aren't separate anymoreLennart Poettering
2013-07-16man: use HTTPS links for links that support itJason St. John
2013-07-02man: improve grammar and word formatting in numerous man pagesJason 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-29man: fix spacing issue in various man pagesJason 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-26man: use <constant> for various constants which look ugly with quotesZbigniew Jędrzejewski-Szmek
2012-11-11man/sd-id128.xml: typo fixHolger Hans Peter Freyther
2012-10-16id128: introduce new SD_ID128_CONST_STR() macroLennart Poettering
2012-07-13man: Split sd_randomize(3) from sd_id128_get_{machine,boot}(3)Lennart Poettering
They have too little to do with each other...
2012-07-13man: move header file man pages from section 7 to 3Lennart Poettering
This way we can include documentation about minor macros/inline function within the introducionary man page in a sane way.
2012-07-09man/sd-id128: Fix endian*n*essPaul Menzel
At least Wikipedia writes it that way [1]. [1] https://en.wikipedia.org/wiki/Endianness
2012-07-09man/sd-id128: Fix typos, grammar and wordingPaul Menzel
• 2 was replaced by »two« in one place to avoid some ambiguity.
2012-07-06man: document libsystemd-id128Lennart Poettering