summaryrefslogtreecommitdiff
path: root/man/udev.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* .network/.netdev/.link: allow to match on architectureTom Gundersen2014-02-211-0/+9
|
* man: networkd/udev - add to [Match] documentationTom Gundersen2014-02-201-1/+31
|
* udev: net-config - allow interface names to be set from the hwdbTom Gundersen2014-02-191-0/+9
|
* net-match: fix Driver= matchTom Gundersen2014-02-181-1/+2
| | | | It should match on the driver of the parent device.
* doc: orthographic correctionsJan Engelhardt2014-02-181-2/+2
|
* doc: resolve missing/extraneous words or inappropriate formsJan Engelhardt2014-02-171-1/+1
| | | | | | | | Issues fixed: * missing words required by grammar * duplicated or extraneous words * inappropriate forms (e.g. singular/plural), and declinations * orthographic misspellings
* man: replace STDOUT with standard output, etc.Zbigniew Jędrzejewski-Szmek2014-02-141-1/+1
| | | | | | | | | 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-141-75/+120
| | | | | | | * 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
* Revert "net-util: add support for Type=ethernet"Tom Gundersen2014-01-041-2/+1
| | | | | | | This reverts commit 4cd1214db6cf4b262e8ce6381bc710091b375c96. This may still be fixed in the kernel, revert this for now until we see how it all shakes out.
* net-util: add support for Type=ethernetTom Gundersen2014-01-031-1/+2
| | | | | When DEVTYPE is not set for a nic, it means it is a wired/ethernet device.
* man: grammar and wording improvementsJan Engelhardt2013-12-251-6/+6
| | | | | | | 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.
* udev: net_setup_link - don't use Description as AliasTom Gundersen2013-11-251-1/+7
| | | | | | Use Description only internally, and allow Alias to be set as a separate option. For instance SNMP uses ifalias for a specific purpose, so let's not write to it by default.
* udev.xml: add missing </para> tagDave Reisner2013-11-111-1/+1
|
* udev.xml: minor fixes to network link configurationDave Reisner2013-11-101-3/+3
| | | | | - Refer to net_setup_link, not net-setup-link - Mention the required file extension earlier
* man: udev - add documentation for .link filesTom Gundersen2013-11-101-0/+191
|
* udev: support custom Linux Security Module labels for device nodesKay Sievers2013-10-081-0/+7
|
* man: Fix copy&paste errorMichael Biebl2013-07-231-3/+3
|
* man: wording and grammar updatesJan Engelhardt2013-07-211-1/+1
| | | | | This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits.
* man: udev - add section about hwdbKay Sievers2013-07-211-8/+41
|
* udev: export tags of "dead" device nodes to /run/udev/static_node-tags/Tom Gundersen2013-07-161-3/+7
| | | | | | | | | | Based on a patch by Kay Sievers. A tag is exported at boot as a symlinks to the device node in the folder /run/udev/static_node-tags/<tagname>/, if the device node exists. These tags are cleaned up by udevadm info --cleanup-db, but are otherwise never removed.
* man: improve grammar and word formatting in numerous man pagesJason St. John2013-07-021-1/+1
| | | | | | | | | | Use proper grammar, word usage, adjective hyphenation, commas, capitalization, spelling, etc. To improve readability, some run-on sentences or sentence fragments were revised. [zj: remove the space from 'file name', 'host name', and 'time zone'.]
* man: always supply quotes around literalsZbigniew Jędrzejewski-Szmek2013-06-261-58/+59
| | | | | | | | 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
* journal-verify: allow unlinked data entriesZbigniew Jędrzejewski-Szmek2013-06-221-1/+1
| | | | | | | | | | | | | | | | | Sometimes an entry is not successfully written, and we end up with data items which are "unlinked", not connected to, and not used by any entry. This will usually happen when we write to write a core dump, and the initial small data fields are written successfully, but the huge COREDUMP= field is not written. This situation is hard to avoid, but the results are mostly harmless. Thus only warn about unused data items. Also, be more verbose about why journal files failed verification. This should help diagnose journal failure modes without resorting to a hexadecimal editor. https://bugs.freedesktop.org/show_bug.cgi?id=65235 (esp. see system.journal attached to the bug report).
* man: udev - clarify when RUN is executedTom Gundersen2013-03-181-2/+2
| | | | Unlike IMPORT and PROGRAM, RUN is not executed inline, but after all the rules of the given event have been processed.
* man: udev - move documentation of configuration fileTom Gundersen2013-03-181-25/+4
| | | | | Moved from udev(7) to systemd-udevd.service(8), where the rest of the documentation of the configuration of the daemon lives.
* man: udev - document 'builtin'Tom Gundersen2013-03-181-6/+30
| | | | | The new IMPORT{builtin} and RUN{builtin} were not documented. Also make it clear that RUN= is really an alias for RUN{program}=.
* man: extend systemd.directives(7) to all manual pagesZbigniew Jędrzejewski-Szmek2013-01-261-4/+4
| | | | | | | | | | 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-261-18/+18
| | | | | 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-261-2/+2
| | | | | | | | | 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
* udev: man - clarify escaping and replacing for SYMLINK+=Kay Sievers2012-07-021-9/+14
|
* man: refer to udevd by its service name not binary nameLennart Poettering2012-06-221-2/+2
| | | | | | | 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.
* udev: install udevd as /usr/lib/systemd/systemd-udevdKay Sievers2012-04-171-3/+3
|
* udev: remove configuration options for /dev, /sys, /run directoriesKay Sievers2012-04-161-8/+0
|
* udev: clarify man page regarding starting dameonsKay Sievers2012-04-141-3/+9
|
* udev: remove support for /lib/udev/devices/; tmpfiles should be usedKay Sievers2012-04-081-4/+3
|
* man: update udev man pagesKay Sievers2012-04-041-7/+15
|
* move imported udev into placeKay Sievers2012-04-041-0/+695