diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2019-03-11 10:08:45 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-27 17:28:24 +0100 |
commit | 67fbfc3943e03464541d2cbe8ff8ff77cfe7fe93 (patch) | |
tree | ab7112f5608cc83189f3616d5533dab5346c380d /drivers/char | |
parent | tty: pty: Fix race condition between release_one_tty and pty_write (diff) | |
download | linux-67fbfc3943e03464541d2cbe8ff8ff77cfe7fe93.tar.xz linux-67fbfc3943e03464541d2cbe8ff8ff77cfe7fe93.zip |
vt: use /dev/vcs (not /dev/vcs0) in comment
Both /dev/vcs and /dev/vcs0 were in use in the past, but these days
/dev/vcs0 is mostly historical curiosity.
* "/dev/vcs" is the name that has always been in the Linux allocated
devices list.
* "vcs" is the device name in sysfs since Linux v2.6.12.
* MAKEDEV(1) in Debian used to create /dev/vcs0 only, but /dev/vcs was
added in 1999: https://bugs.debian.org/45698
* MAKEDEV(1) in RedHat switched from /dev/vcs0 to /dev/vcs in 2000:
* Fri Oct 20 2000 Nalin Dahyabhai <nalin@redhat.com>
- change vcs0 to vcs (ditto for vcsa0)
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/char')
0 files changed, 0 insertions, 0 deletions