summaryrefslogtreecommitdiff
path: root/man/udevadm.xml
Commit message (Collapse)AuthorAge
* 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: remove seqnum API and all assumptions about seqnumsKay Sievers2014-04-13
| | | | | | | | | | | | The way the kernel namespaces have been implemented breaks assumptions udev made regarding uevent sequence numbers. Creating devices in a namespace "steals" uevents and its sequence numbers from the host. It confuses the "udevadmin settle" logic, which might block until util a timeout is reached, even when no uevent is pending. Remove any assumptions about sequence numbers and deprecate libudev's API exposing these numbers; none of that can reliably be used anymore when namespaces are involved.
* man: add missing commaZbigniew Jędrzejewski-Szmek2014-03-07
| | | | marcosf0> missing comma in udevadm "see also" section
* 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: document fail/nofail, auto/noautoZbigniew Jędrzejewski-Szmek2013-12-25
| | | | Also s/filesystem/file system/ in a few places.
* udevadm,scsi_id: add short options to help strings and to the man pageZbigniew Jędrzejewski-Szmek2013-12-18
| | | | Also clean things up a bit here and there.
* man: wording and grammar updatesJan Engelhardt2013-10-15
| | | | | | This is a recurring submission and includes corrections to various issue spotted. I guess I can just skip over reporting ubiquitous comma placement fixes…
* man: add more markup to udevadm(8)Zbigniew Jędrzejewski-Szmek2013-10-13
|
* udevadm.xml: document --resolve-names option for testDave Reisner2013-10-13
| | | | | And remove documentation of the --subsystem flag which doesn't actually exist.
* udev: udevadm hwdb - add --root=Kay Sievers2013-02-08
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=60398
* man: fix some typosEelco Dolstra2012-12-01
|
* hwdb: revert hwdb.bin back to /etc/udevZbigniew Jędrzejewski-Szmek2012-11-17
| | | | | | | | | > Kay: udev is early boot without /var. /var is entirely taboo for udev. This partially reverts commit ee623f0d0c04a9c8da4953ddc29862c8c4945458 (moving hwdb.bin is reverted, but the uninstall hook and cosmetic changes remain).
* hwdb: use $(localstatedir)/lib/udev/hwdb.bin for the binary databaseZbigniew Jędrzejewski-Szmek2012-11-16
| | | | | | It's not configuration, so it doesn't belong in udev. Also, remove the catalog when uninstalling udev.
* udev: add "udevadm hwdb --test=<modalias>"Kay Sievers2012-10-28
|
* man: udev - add 'udevadm hwdb --update'Kay Sievers2012-10-24
|
* man: Fix typo in udevadm documentationFerenc Wágner2012-10-16
|
* 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.
* udev: support "udevadm info /dev/sda; udevadm info /sys/class/block/sda"Kay Sievers2012-06-10
|
* udev: install udevd as /usr/lib/systemd/systemd-udevdKay Sievers2012-04-17
|
* man: update udev man pagesKay Sievers2012-04-04
|
* move imported udev into placeKay Sievers2012-04-04