doc: printing is disabled with \e[4i, not ST

This commit is contained in:
Carl Drougge
2023-08-09 23:08:25 +02:00
committed by Alexander Naumov
parent bca16ae1a0
commit acb21f5269
2 changed files with 2 additions and 2 deletions

View File

@@ -3024,7 +3024,7 @@ This should normally be a command like \*Qlpr\*U or
.B printcmd
without a command displays the current setting.
The ansi sequence
.B "ESC \e"
.BR "ESC [ 4 i"
ends printing and closes the pipe.
.PP
Warning: Be careful with this command! If other user have write

View File

@@ -5386,7 +5386,7 @@ sequence @code{ESC [ 5 i}, but pipe the output into @var{cmd}.
This should normally be a command like @samp{lpr} or
@samp{cat > /tmp/scrprint}.
@code{Printcmd} without an argument displays the current setting.
The ansi sequence @code{ESC \} ends printing and closes the pipe.
The ansi sequence @code{ESC [ 4 i} ends printing and closes the pipe.
Warning: Be careful with this command! If other user have write
access to your terminal, they will be able to fire off print commands.