From 6b48066e2215e733c91ff35d43b4a0e14fb726b6 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 7 Feb 2018 09:45:53 +0100 Subject: [PATCH] docs: clearify symlink usage in xen-pv-channel The previous version simply states that a symlink has to be created without telling where the symlink should point to. Signed-off-by: Olaf Hering Acked-by: Wei Liu --- docs/man/xen-pv-channel.pod.7 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/man/xen-pv-channel.pod.7 b/docs/man/xen-pv-channel.pod.7 index 226418ad94..7229b26d06 100644 --- a/docs/man/xen-pv-channel.pod.7 +++ b/docs/man/xen-pv-channel.pod.7 @@ -122,6 +122,8 @@ SUBSYSTEM=="xen", DEVPATH=="/devices/console-[0-9]", RUN+="xen-console-setup" where the "xen-console-setup" script would read the channel name and make a symlink in /dev/xen-channel/org.my.cloud.software.agent.version1 +pointing to /dev/hvcN. N is the same number as the number in "/devices/console-[0-9]". +In other words, "/devices/console-2" maps to /dev/hvc2. =item 8. -- 2.39.5