Hi tech@,

Add missing comments for CAN and SUB, for consistency.

Comments? OK?

Index: sys/dev/wscons/ascii.h
===================================================================
RCS file: /cvs/src/sys/dev/wscons/ascii.h,v
retrieving revision 1.5
diff -u -p -r1.5 ascii.h
--- sys/dev/wscons/ascii.h      12 Jan 2009 20:43:53 -0000      1.5
+++ sys/dev/wscons/ascii.h      26 May 2017 19:18:58 -0000
@@ -11,6 +11,6 @@
 #define ASCII_CR       0x0d            /* carriage return */
 #define ASCII_SO       0x0e            /* shift out */
 #define ASCII_SI       0x0f            /* shift in */
-#define        ASCII_CAN       0x18
-#define        ASCII_SUB       0x1a
+#define        ASCII_CAN       0x18            /* cancel */
+#define        ASCII_SUB       0x1a            /* substitute */
 #define ASCII_ESC      0x1b            /* escape */

Reply via email to