console_codes.4: tfix

Add missing periods.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2019-03-09 15:55:03 +01:00 committed by Michael Kerrisk
parent e224cfce33
commit db2280ee7e
1 changed files with 3 additions and 3 deletions

View File

@ -364,8 +364,8 @@ Colors are in SGR parameters:
cyan, 7 = white; 8\(en15 = bright versions of 0\(en7.
.TS
l l.
ESC [ 1 ; \fIn\fP ] Set color \fIn\fP as the underline color
ESC [ 2 ; \fIn\fP ] Set color \fIn\fP as the dim color
ESC [ 1 ; \fIn\fP ] Set color \fIn\fP as the underline color.
ESC [ 2 ; \fIn\fP ] Set color \fIn\fP as the dim color.
ESC [ 8 ] Make the current color pair the default attributes.
ESC [ 9 ; \fIn\fP ] Set screen blank timeout to \fIn\fP minutes.
ESC [ 10 ; \fIn\fP ] Set bell frequency in Hz.
@ -379,7 +379,7 @@ Bring the previous console to the front
T}
ESC [ 16 ; \fIn\fP ] T{
Set the cursor blink interval in milliseconds
(since Linux 4.2)
(since Linux 4.2).
T}
.\" commit bd63364caa8df38bad2b25b11b2a1b849475cce5
.TE