udev and udevadm documentation missing
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| systemd (Ubuntu) |
Expired
|
Undecided
|
Unassigned | ||
Bug Description
The man page for udevadm neglects to mention options which seem to only be documented in stackexchange. E.g.
udevadm monitor --environment
udevadm control --reload-rules
From the man page, it's unclear what the difference is between /udevadm trigger/ and /udevadm test/. The description should tell the user enough to work out which one they need to use for a certain situation. E.g. I wrote a new rule and it's not triggering. Is the trigger command or the test command suitable for diagnosing the problem?
The documentation in /usr/share/

> udevadm monitor --environment
--environment is an alias for --property, which is in the man page
> udevadm control --reload-rules
--reload-rules is an alias for --reload, which is in the man page
> From the man page, it's unclear what the difference is between /udevadm trigger/ and /udevadm test/.
As with bug 1890890, this should be opened with upstream systemd/udev, not here, as generally Ubuntu just provides what's developed upstream. If the man page isn't clear, you should open an issue and/or pull request with upstream systemd: https:/ /github. com/systemd/ systemd
If you're only trying to get help with questions on how things work, then opening bugs probably isn't the right thing to do, probably ask Ubuntu would be a better place to find help: https:/ /askubuntu. com/