summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2012-07-02man: fix journalctl man page in regards to --this-bootLennart Poettering
2012-07-02journald: add Storage= setting to control where the journal is storedLennart Poettering
2012-07-02journalctl: add new switch -b to show data from current boot onlyLennart Poettering
2012-07-02udev: man - clarify escaping and replacing for SYMLINK+=Kay Sievers
2012-06-29remount-fs: also remount /usr according to fstabLennart Poettering
2012-06-29man: add references to the new inhibitor lock documentationLennart Poettering
2012-06-28logind: add reference to new logind dbus api documentationLennart Poettering
2012-06-28man: add various links from man pages to appropriate wiki pagesLennart Poettering
2012-06-28man: minor accuracy correctionsLennart Poettering
2012-06-28nspawn: introduce new --capabilities= flag and make use of it in the nspawn ↵Lennart Poettering
test case
2012-06-28man: fix reference to systemd-tty-ask-password-agentTom Gundersen
2012-06-28man: extend watchdog docs a bitLennart Poettering
2012-06-27man: fix incorrectly named manpage for udev serviceDave Reisner
The service is systemd-udev.service, not systemd-udevd.service.
2012-06-27units: add explicit dependency on display-manager.service to graphical.targetLennart Poettering
This replaces the symlink based dependency by an explicit one in the unit file so that we avoid the dangling symlink when no display manager is installed.
2012-06-27man: add reference to systemd-delta to tmpfilesLennart Poettering
2012-06-27man: document preset filesLennart Poettering
2012-06-27man: document unit names in systemd-tmpfiles(8)Lennart Poettering
2012-06-27man: document fstab generatorLennart Poettering
2012-06-27man: document systemd-update-generatorLennart Poettering
2012-06-27man: document getty-generatorLennart Poettering
2012-06-27man: document systemd-cryptsetup-generatorLennart Poettering
2012-06-27man: document /etc/crypttabLennart Poettering
2012-06-27man: document systemd-cryptsetupLennart Poettering
2012-06-27man: fix --h vs. -h typosLennart Poettering
2012-06-27man: typo in systemd-analyze.xmlShawn Landden
2012-06-27man: document tty-ask-password-agentLennart Poettering
2012-06-27man: write man page for systemd-analyzeLennart Poettering
2012-06-27man: document systemd-ask-password-console.service and friendsLennart Poettering
2012-06-27man: document quotacheckLennart Poettering
2012-06-27man: properly document .socket units in man pageLennart Poettering
2012-06-27man: document systemd-fsckLennart Poettering
2012-06-26man: document the readahead servicesLennart Poettering
2012-06-26man: document systemd-halt.service and friendsLennart Poettering
2012-06-26man: document systemd-suspend.serviceLennart Poettering
2012-06-26man/bootup.xml: Fix grammar by adding missing verb »is«Paul Menzel
2012-06-26man: document systemd-shutdowndLennart Poettering
2012-06-26man: document systemd-initctlLennart Poettering
2012-06-26man: various minor fixesLennart Poettering
2012-06-26man: document systemd-hostnamedLennart Poettering
2012-06-26man: fix typo in sysntemd-user-sessions.service pageTom Gundersen
2012-06-25man: document localedLennart Poettering
2012-06-25man: document systemd-timedated.serviceLennart Poettering
2012-06-25man: document systemd-update-utmp-runlevelLennart Poettering
2012-06-25man: document systemd-user-sessions.serviceLennart Poettering
2012-06-25units: rename halt/hibernate/kexec/poweroff/reboot/suspend to systed-xxxLennart Poettering
These service units also execute our own code, hence rename the accordingly and prefix them with systemd-
2012-06-25units: rename fsck@.service to systemd-fsck@.serviceLennart Poettering
The rule is that units that encapsulate our own code are prefixed with "systemd-". Since the fsck units invoke our own code, hence add the missing prefix. Since a long long time the fsck units didn't invoke the naked fsck binaries anymore, and it is unlikely that this well ever change. On the opposite: the code in systemd-fsck will probably get more complex over time to handle fsck progress to plymouth forwarding. Same for quotacheck (but not quotaon!)
2012-06-25man: document systemd-remount-fs.serviceLennart Poettering
2012-06-25man: document systemd-random-seed-load.serviceLennart Poettering
2012-06-25man: document systemd-vconsole-setup.serviceLennart Poettering
2012-06-22man: introduce bootup(7)Lennart Poettering