]> git.ipfire.org Git - thirdparty/systemd.git/commit
docs: remove /dev/tty* confusion
authorLennart Poettering <lennart@poettering.net>
Fri, 23 Dec 2022 17:39:54 +0000 (18:39 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 23 Dec 2022 20:17:31 +0000 (21:17 +0100)
commit6ae5c39af1da5b0b6e49278e7a33158d49ec04a5
treeda11059d744034ef6fedaea7fa430f86b496676d
parent0941ccae3cf28d84db87fb9d50cc10750bc1c962
docs: remove /dev/tty* confusion

The text said /dev/tty* as a whole was the VT subsystem and that VT is
not supported in containers.

But that's not accurate as /dev/tty* will match /dev/tty too and that
one device node is special and is not related to VT: it always points to
the current process own controlling tty, regardless what that is.

hence, rewrite /dev/tty* as /dev/tty[0-9]*.
docs/CONTAINER_INTERFACE.md