From: Lennart Poettering Date: Wed, 26 May 2021 08:54:57 +0000 (+0200) Subject: man: document udevadm info output prefixes X-Git-Tag: v249-rc1~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=205013c8002aacd142264e9b4560e86b0ba05830;p=thirdparty%2Fsystemd.git man: document udevadm info output prefixes Fixes: #19663 --- diff --git a/man/udevadm.xml b/man/udevadm.xml index b731f808bc9..9f89783521f 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -186,6 +186,45 @@ + + The generated output shows the current device database entry in a terse format. Each line shown + is prefixed with one of the following characters: + + + <command>udevadm info</command> output prefixes + + + + + + Prefix + Meaning + + + + + P: + Device path in /sys/ + + + N: + Kernel device node name + + + L: + Device node symlink priority + + + S: + Device node symlink + + + E: + Device property + + + +
udevadm trigger