summaryrefslogtreecommitdiff
path: root/man/systemd.xml
Commit message (Collapse)AuthorAge
* 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
* manager: connect SIGRTMIN+24 to terminating --user instancesLennart Poettering2012-10-18
|
* 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>
* man: mention journalctl in the systemd man pageLennart Poettering2012-09-14
|
* systemd: add --version optionZbigniew Jędrzejewski-Szmek2012-07-17
| | | | | | | | | | | | | | systemd --version mirrors systemctl --version: $ ./systemd --version systemd 186 other +PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT -LIBCRYPTSETUP This information can be retrieved by other means (systemctl, etc.), but it's easier for a newbie if 'systemd --version' says something useful. And 'systemd --help' is already there, so let's complement that with '--version'.
* man: reword man page titlesLennart Poettering2012-07-16
| | | | | Make sure the man page titles are similar in style and capitalization so that our man page index looks pretty.
* 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.
* man: add various links from man pages to appropriate wiki pagesLennart Poettering2012-06-28
|
* man: document fstab generatorLennart Poettering2012-06-27
|
* man: document systemd-vconsole-setup.serviceLennart Poettering2012-06-25
|
* man: introduce bootup(7)Lennart Poettering2012-06-22
|
* core: remove sysv_console optionLennart Poettering2012-06-22
| | | | | | | | | | | | This option never made much sense. It was originally intended to make sure that the usual startup output of sysv scripts goes to the terminal. However, since SysV scripts started from a terminal would not output to that terminal, but rather /dev/console this effect was more often than not actually taking place. Nowadays systemd has much nicer boot time status output than SysV which makes the sysv output redundant. Finally, all output of services goes to the journal anyway, and is not lost. Hence, let's drop this option, and simplify things a bit.
* man: document all kernel command line options we understandLennart Poettering2012-06-22
|
* 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 where we read kernel cmdline options fromLennart Poettering2012-03-14
|
* man: document systemd.setenv=Lennart Poettering2012-02-08
|
* core: switch all log targets to go directly to the journal, instead via syslogLennart Poettering2012-01-12
|
* man: fix a typo in signal numberMichal Schmidt2011-11-07
|
* man: fix typo in systemd manual pageAlbert Strasheim2011-09-06
|
* service: change default stdout/stderr to syslogLennart Poettering2011-08-30
|
* stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptiveLennart Poettering2011-08-30
|
* systemctl: split --help into multiple sectionsLennart Poettering2011-07-23
|
* manager: add log control via RT signalsLennart Poettering2011-07-23
|
* man: update the list of unit search locationsWilliam Swanson2011-05-25
|
* general: replace a few uses of /var/run by /runLennart Poettering2011-04-01
|
* core: move abstract namespace sockets to /dev/.runLennart Poettering2011-03-14
| | | | | | Now that we have /dev/.run there's no need to use abstract namespace sockets. So, let's move things to /dev/.run, to make things more easily discoverable and improve compat with chroot() and fs namespacing.
* man: trivial typo in systemd(1)Andrey Borzenkov2011-03-10
|
* service: change default std output to inheritLennart Poettering2011-02-15
|
* exec: introduce global defaults for the standard output of servicesLennart Poettering2011-02-15
|
* manager: if we receive SIGRTMIN+20/21 enable/disable showing of status on ↵Lennart Poettering2011-02-09
| | | | the console
* drop support for MANAGER_SESSION, introduce MANAGER_USER insteadLennart Poettering2010-11-15
|
* man: Fix various typosAndrew Edmunds2010-11-11
|
* man: be more explicit about the usefulness of --systemLennart Poettering2010-10-26
|
* man: include reference to the interface stability promiseLennart Poettering2010-09-14
|
* manager: rename 'maintenance' state to 'failed' to avoid user confusionMatthew Miller2010-08-31
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=614619
* cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroupLennart Poettering2010-08-25
| | | | | This requires the /sys/fs/cgroup to exist. Current git kernels have this, released kernels need a backport of a single patch.
* man: document new shutdown featuresLennart Poettering2010-08-16
|
* manager: when two pending jobs conflict, keep the one that "conflicts", ↵Lennart Poettering2010-08-09
| | | | | | | remove the one that is "conflicted" This gives the writer of units control which unit is kept and which is stopped when two units conflict.
* systemctl: fold systemd-install into systemctlLennart Poettering2010-07-24
|
* systemctl: introduce reset-maintenance commandLennart Poettering2010-07-19
|
* man: extend man pages a littleLennart Poettering2010-07-18
|
* man: various man page updatesLennart Poettering2010-07-16
|
* main: replace --running-as= by --session and --system do mimic related tools ↵Lennart Poettering2010-07-13
| | | | and D-Bus
* man: Minor typographic fixes to systemd.xmlOzan Çağlayan2010-07-08
| | | | Fix some minor grammar and punctuation typos.
* man: minor edits to daemon, sd_listen_fds, sd_notify, systemctl, ↵Conrad Meyer2010-07-07
| | | | | | systemd.exec, systemd, and systemd.timer pages Just some minor grammar fixes.
* update man pages for recent changesLennart Poettering2010-07-07
|
* man: more blurbsLennart Poettering2010-07-06
|
* man: add missing parts to man pagesLennart Poettering2010-07-06
|
* man: various fixesKay Sievers2010-06-25
|
* man: spelling fixesKay Sievers2010-06-24
|