summaryrefslogtreecommitdiff
path: root/man/daemon.xml
Commit message (Collapse)AuthorAge
* Reindent man pages to 2chZbigniew Jędrzejewski-Szmek2015-02-03
|
* Use log "level" instead of "priority"Zbigniew Jędrzejewski-Szmek2014-11-01
| | | | | | | | | | | | The term "priority" is misleading because higher levels have lower priority. "Level" is clearer and shorter. This commit touches only the textual descriptions, not function and variable names themselves. "Priority" is used in various command-line switches and protocol constants, so completly getting rid of "priority" is hard. I also left "priority" in various places where the clarity suffered when it was removed.
* man: use more markup in daemon(7)Zbigniew Jędrzejewski-Szmek2014-10-03
|
* man: add a mapping for external manpagesZbigniew Jędrzejewski-Szmek2014-07-07
| | | | | | | | | | | | | | | | | | | | | | | | 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?
* man: daemon - typo fixThomas Hindoe Paaboel Andersen2014-06-30
|
* man: drop references to manual StandardError=syslog from daemon(7), we do ↵Lennart Poettering2014-06-30
| | | | this implicitly since ages
* man: add a minimized, modernized description of the file system hierarchy ↵Lennart Poettering2014-06-30
| | | | systemd suggests
* man: update URL refernce in daemon(7)Lennart Poettering2014-05-22
| | | | http://lists.freedesktop.org/archives/systemd-devel/2014-May/019410.html
* man: drop reference to file locking for PID file creation from daemon(7)Lennart Poettering2014-05-22
| | | | File locking is usually a bad idea, don't suggest using it.
* doc: write out stdin/stdout file descriptorsJan Engelhardt2014-05-07
| | | | | | | | "When refering to code, STDOUT/STDOUT/STDERR are replaced with stdin/stdout/stderr, and in other places they are replaced with normal phrases like standard output, etc." Addendum to commit v209~127.
* man: update link to LSBZbigniew Jędrzejewski-Szmek2014-03-06
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1073402
* Replace /var/run with /run in remaining placesZbigniew Jędrzejewski-Szmek2014-02-25
| | | | | /run was already used almost everywhere, fix the remaining places for consistency.
* doc: quote consistently in autoconf codeJan Engelhardt2014-02-17
| | | | | | AS_HELP_STRING has been observed to expand such that the surround function complains; play it safe and consistenly quote the example code throughout.
* man: replace STDOUT with standard output, etc.Zbigniew Jędrzejewski-Szmek2014-02-14
| | | | | | | | | Actually 'STDOUT' is something that doesn't appear anywhere: in the stdlib we have 'stdin', and there's only the constant STDOUT_FILENO, so there's no reason to use capitals. When refering to code, STDOUT/STDOUT/STDERR are replaced with stdin/stdout/stderr, and in other places they are replaced with normal phrases like standard output, etc.
* man: always place <programlisting> and </programlisting> in a line with ↵Lennart Poettering2014-02-14
| | | | actual sources, so that we don't get spurious newlines in the man page output
* man: include autoconf snippet in daemon(7)Michał Górny2013-12-27
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=40446
* man: grammar and wording improvementsJan Engelhardt2013-12-25
| | | | | | | This is a recurring submission and includes corrections to: - missing words, preposition choice. - change of /lib to /usr/lib, because that is what most distros are using as the system-wide location for systemd/udev files.
* man: more grammar improvementsJan Engelhardt2013-07-03
| | | | | | - place commas - expand contractions (this is written prose :) - add some missing words
* man: add more formatting markupZbigniew Jędrzejewski-Szmek2013-07-02
|
* man: use <constant> for various constants which look ugly with quotesZbigniew Jędrzejewski-Szmek2013-06-26
|
* man: always supply quotes around literalsZbigniew Jędrzejewski-Szmek2013-06-26
| | | | | | | | When manpages are displayed on a terminal, <literal>s are indistinguishable from surrounding text. Add quotes everywhere, remove duplicate quotes, and tweak a few lists for consistent formatting. https://bugzilla.redhat.com/show_bug.cgi?id=874631
* Standardize on 'file system' and 'namespace' in man pages.David Strauss2013-05-18
| | | | | | This change is based on existing usage in systemd and online. 'File-system' may make sense in adjectival form, but man pages seem to prefer 'file system' even in those situations.
* man: fix some spelling mistakesRamkumar Ramachandra2012-11-30
|
* 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: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen2012-09-13
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=54501
* 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: document the new RPM macros in daemon(7)Lennart Poettering2012-06-21
|
* 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: don't recommend After=syslog.target anymore since we don't support ↵Lennart Poettering2011-08-31
| | | | non-socket-activatable syslogs anymore where that was ncessary
* stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptiveLennart Poettering2011-08-30
|
* man: Documentation spelling fixesVille Skyttä2011-06-20
|
* man: Spelling fixesA. Costa2011-04-23
|
* man: runlevel 5 is usually more comprehensive, so use it instead of 3 to ↵Lennart Poettering2011-04-16
| | | | detect whether a sysv service is enabled
* man: fix chkconfig syntax to use --level 3Lennart Poettering2011-03-01
|
* man: don't do more reloads than necessary in spec filesLennart Poettering2011-02-18
|
* man: daemon - fix misspellingsMiklos Vajna2010-12-16
|
* drop support for MANAGER_SESSION, introduce MANAGER_USER insteadLennart Poettering2010-11-15
|
* man: extend commenting of .spec file snippets a bitLennart Poettering2010-10-19
|
* man: fix suggested autoconf snippetLennart Poettering2010-10-05
|
* man: s/triggerin/triggerun/ for rpm upgradesLennart Poettering2010-09-13
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=626966
* man: some clarificationsLennart Poettering2010-09-13
|
* man: minor updatesLennart Poettering2010-08-25
|
* man: minor man page fixLennart Poettering2010-08-07
|
* man: minor man page fixLennart Poettering2010-08-06
|
* man: document %triggerin usageLennart Poettering2010-08-06
|
* systemctl: fold systemd-install into systemctlLennart Poettering2010-07-24
|
* man: update daemon man page a littleLennart Poettering2010-07-10
|
* install: various improvementsLennart Poettering2010-07-08
| | | | | | | | | | Rename --start to --realize, to make things less confusing when doing "systemctl stop --realize foo.service". Introduce --realize=reload. Don't talk to systemd when run within a chroot, or when systemd isn't running.
* 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.