summaryrefslogtreecommitdiff
path: root/man/systemd-udevd.service.xml
Commit message (Collapse)AuthorAge
* man: add emacs header to get correct indention in nxml-mode for the manpage ↵Lennart Poettering2014-11-21
| | | | | | | | XML files that use 2ch indenting In the long run we really should figure out if we want to stick with 8ch or 2ch indenting, and not continue with half-and-half. For now, just make emacs aware of the files that use 2ch indenting.
* udev: switch to systemd logging functionsKay Sievers2014-11-13
|
* s/command-line/command line/gLennart Poettering2014-11-06
| | | | | | | | | | A follow-up to: commit 3f85ef0f05ffc51e19f86fb83a1c51e8e3cd6817 Author: Harald Hoyer <harald@redhat.com> Date: Thu Nov 6 15:33:48 2014 +0100 s/commandline/command line/g
* 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: make udev.event-timeout more visibleZbigniew Jędrzejewski-Szmek2014-10-23
| | | | Evidently some people had trouble finding it in the documentation.
* man: add udev.conf(5)Zbigniew Jędrzejewski-Szmek2014-07-31
| | | | | | | We generally have separate man pages for all configuration files. In this case udev.conf was already described in systemd-udevd.service(8), but it was hard to find. Docbook makes it hard to add a .so link from a different section, so describe udev.conf in its own page.
* udev: unify event timeout handlingKay Sievers2014-07-29
|
* udevd: add --event-timeout commandline optionHannes Reinecke2014-07-29
| | | | | | | Some events take longer than the default 30 seconds. Killing those events will leave the machine halfway configured. Add a commandline option '--event-timeout' to handle these cases.
* man: xinclude --help/--version/--no-pagerZbigniew Jędrzejewski-Szmek2014-02-20
|
* doc: utilize the DocBook markup for some literalsJan Engelhardt2014-02-17
|
* doc: resolve missing/extraneous words or inappropriate formsJan Engelhardt2014-02-17
| | | | | | | | Issues fixed: * missing words required by grammar * duplicated or extraneous words * inappropriate forms (e.g. singular/plural), and declinations * orthographic misspellings
* doc: update punctuationJan Engelhardt2014-02-17
| | | | Resolve spotted issues related to missing or extraneous commas, dashes.
* 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: fix grammatical errors and other formatting issuesJason St. John2014-02-14
| | | | | | | * standardize capitalization of STDIN, STDOUT, and STDERR * reword some sentences for clarity * reflow some very long lines to be shorter than ~80 characters * add some missing <literal>, <constant>, <varname>, <option>, and <filename> tags
* man: mention net.ifnames in kernel-command-line(3)Zbigniew Jędrzejewski-Szmek2013-05-22
|
* udev: rename kernel command line option to net.ifnames=Kay Sievers2013-03-18
|
* udev: net-name-slot - disable by kernel command line switchTom Gundersen2013-03-18
| | | | | | The properties will still be set in the udev database, but they will not be used for setting the interface names. As for the other kernel commandline switches, we allow it to be prefixed by 'rd.' to only apply in the initrd.
* man: udev - move documentation of configuration fileTom Gundersen2013-03-18
| | | | | Moved from udev(7) to systemd-udevd.service(8), where the rest of the documentation of the configuration of the daemon lives.
* man: extend systemd.directives(7) to all manual pagesZbigniew Jędrzejewski-Szmek2013-01-26
| | | | | | | | | | 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.
* man: docbook consitency fixesZbigniew Jędrzejewski-Szmek2013-01-26
| | | | | Use proper (or at least more proper) docbook tags for various fields. This should help with automatic parsing of the documentation.
* 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
* Revert "man: ship systemd-udevd as the real manpage"Lennart Poettering2012-07-29
| | | | | | | | | We want to keep things uniform, and hence treat udevd's man page like any other in the repo. What matters is how users primarily interface with a service, and that is not the binary path in /usr/lib/systemd but the service name. This reverts commit 6c1f3ba54ac1f42598c543b86daaf294b29294b1.
* man: ship systemd-udevd as the real manpageDave Reisner2012-07-28
| | | | | | Instead of making systemd-udevd a so-link to systemd-udevd.service, ship the real page as systemd-udevd to integrate better with distros where udevd might be run standalone.
* units: Rename systemd-udev.service to systemd-udevd.serviceColin Guthrie2012-07-02
| | | | | | | | | This naming convention is more inline with other systemd daemon unit names (systemd-logind.service, systemd-localed.service etc) The companion .socket units have also been renamed, however the -trigger and -settle units keep their current name as these are not directly related to daemon process itself.
* man: fix incorrectly named manpage for udev serviceDave Reisner2012-06-27
| | | | The service is systemd-udev.service, not systemd-udevd.service.
* man: properly document .socket units in man pageLennart Poettering2012-06-27
|
* man: various minor fixesLennart Poettering2012-06-26
|
* man: refer to udevd by its service name not binary nameLennart Poettering2012-06-22
Since the binary name is now hidden away in /usr/lib/ the primary user handle for the udev service is the unit name, hence change the man page to be available under the unit name, and make the binary name an alias for it.