summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2022-09-02 15:06:57 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-02 21:05:55 +0200
commit8b78627be4ec6c179f861f8683c2ba63db27ef1f (patch)
treefe134d578b51646fd5cbca3e451e473a3ac03d7e
parent89cf1725cc61958e9299a9ff1e361d849790d837 (diff)
ioctl_console.2: devices/char/console.c and sel_buffer don't exist anymore
And haven't for over a decade. Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Cc: Jakub Wilk <jwilk@jwilk.net> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man2/ioctl_console.23
1 files changed, 1 insertions, 2 deletions
diff --git a/man2/ioctl_console.2 b/man2/ioctl_console.2
index 338c5e6c8..0c25edf67 100644
--- a/man2/ioctl_console.2
+++ b/man2/ioctl_console.2
@@ -713,8 +713,7 @@ is 0 for character-by-character selection,
1 for word-by-word selection,
or 2 for line-by-line selection.
The indicated screen characters are highlighted and saved
-in the static array sel_buffer in
-.IR devices/char/console.c .
+in a kernel buffer.
.TP
.BR TIOCLINUX ", " subcode = TIOCL_PASTESEL
Paste selection.