Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-03 | man: add various filenames to the index | Zbigniew Jędrzejewski-Szmek | |
Everything which is an absolute filename marked with <filename></filename> lands in the index, unless noindex= attribute is present. Should make it easier for people to find stuff when they are looking at a file on disk. Various formatting errors in manpages are fixed, kernel-install(1) is restored to formatting sanity. | |||
2013-02-13 | man: use <replaceable> in various places | Zbigniew Jędrzejewski-Szmek | |
2013-01-26 | man: extend systemd.directives(7) to all manual pages | Zbigniew Jędrzejewski-Szmek | |
New sections are added: PAM options, crypttab options, commandline options, miscellaneous. The last category will be used for all untagged <varname> elements. Commandline options sections is meant to be a developer tool: when adding an option it is sometimes useful to be able to check if similarly named options exist elsewhere. | |||
2013-01-24 | man: mention /proc/self/mountinfo in systemd.mount(5) | Zbigniew Jędrzejewski-Szmek | |
2013-01-15 | man: correct order of precedence for fstab units | Lennart Poettering | |
2013-01-15 | man: add links to directive index to see-alsos | Zbigniew Jędrzejewski-Szmek | |
systemd.directives(5) is renamed to systemd.directives(7). Section 7 is "Miscellaneous". | |||
2013-01-15 | man: link in API FS documentation from the wiki | Lennart Poettering | |
2012-11-23 | man: clarify why User=/Group= don't work with mount units | Lennart Poettering | |
2012-11-20 | mount: clarify that User= and Group= are useless with an explicit Type= | David Strauss | |
2012-11-01 | man: typo fixes | Thomas Hindoe Paaboel Andersen | |
Fixes a few more typos. Also changes a "Accept=no" to "Accept=false" to be consistent with the previous examples in the same man page. | |||
2012-07-20 | unit: split off KillContext from ExecContext containing only kill definitions | Lennart Poettering | |
2012-07-16 | man: reword man page titles | Lennart Poettering | |
Make sure the man page titles are similar in style and capitalization so that our man page index looks pretty. | |||
2012-06-27 | man: document fstab generator | Lennart Poettering | |
2012-05-30 | service: mark compat options as such | Lennart Poettering | |
This moves FsckPassNo= and SysVStartPriority= into its own "Compatibility Options" section in the man page to clarify that these options are not useful for anything but establishing a limited amount of compatibility. Also stop exposing these options on the bus. | |||
2012-05-23 | man: properly document FsckPassNo= for mount units | Lennart Poettering | |
2012-05-22 | mount: use the same fstab extension option syntax everywhere | Lennart Poettering | |
The man page and the actual code differed, and this is now corrected | |||
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
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. | |||
2012-02-09 | man: Clarify man page with respect to automatic fstab dependencies | Bill Nottingham | |
Automatic mounts will be added if 'MountAuto=yes' is in system.conf, regardless of whether comment=systemd.mount is set. | |||
2012-02-09 | man: document x-systemd-device-timeout= | Lennart Poettering | |
2011-04-27 | def: lower default timeout to 90s | Lennart Poettering | |
Almost everybody found 3min too long, so lower it again | |||
2011-04-20 | man: fix specification of default timeouts | Lennart Poettering | |
2011-03-29 | exec: drop process group kill mode since it has little use and confuses the user | Lennart Poettering | |
2011-01-18 | execute: make sending of SIGKILL on shutdown optional | Lennart Poettering | |
2011-01-18 | man: document missing KillSignal= and swap options | Lennart Poettering | |
2010-09-06 | man: Fix small typo: s/seperate/separate/ | Michael Biebl | |
2010-07-07 | update man pages for recent changes | Lennart Poettering | |
2010-07-02 | man: document execution context related settings | Lennart Poettering | |
2010-07-02 | man: extend references to exec man page | Lennart Poettering | |
2010-07-02 | man: trivial spelling fixes | Kay Sievers | |
2010-07-02 | man: document path units | Lennart Poettering | |
2010-07-02 | man: document swap units | Lennart Poettering | |
2010-07-02 | man: document automount units | Lennart Poettering | |
2010-07-02 | man: document mount units | Lennart Poettering | |