diff options
author | Matthias Lisin <6209465+ml-@users.noreply.github.com> | 2024-10-16 07:02:21 +0200 |
---|---|---|
committer | Matthias Lisin <6209465+ml-@users.noreply.github.com> | 2024-12-19 12:39:31 +0100 |
commit | 4bc06da775a94bd8a1d788c3addf7d61aabff4e8 (patch) | |
tree | 4b5964d86be933e35e0f474fa8c1e7015fdeef4e /TODO | |
parent | udev: move config parsers and related things to udev-config.c (#35624) (diff) | |
download | systemd-4bc06da775a94bd8a1d788c3addf7d61aabff4e8.tar.xz systemd-4bc06da775a94bd8a1d788c3addf7d61aabff4e8.zip |
man: fix args order for udevadm info cmd
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -795,7 +795,7 @@ Features: * udevd: extend memory pressure logic: also kill any idle worker processes * udevadm: to make symlink querying with udevadm nicer: - - do not enable the pager for queries like 'udevadm info -q -r symlink' + - do not enable the pager for queries like 'udevadm info -q symlink -r' - add mode with newlines instead of spaces (for grep)? * SIGRTMIN+18 and memory pressure handling should still be added to: hostnamed, |