]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
console_codes.4: tfix
authorJakub Wilk <jwilk@jwilk.net>
Sat, 9 Mar 2019 14:55:03 +0000 (15:55 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 6 May 2019 20:04:33 +0000 (15:04 -0500)
Add missing periods.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man4/console_codes.4

index 99895952b961872faac353f23c45f17c41727bbd..ddafb5d2d27b0a5bbb0e6c4cbef1172f3f72fcc3 100644 (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