]> Zhao Yanbai Git Server - minix.git/commitdiff
cleanup:misc documentation fix.
authorKees Jongenburger <keesj@minix3.org>
Wed, 10 Apr 2013 15:05:44 +0000 (17:05 +0200)
committerKees Jongenburger <keesj@minix3.org>
Fri, 12 Apr 2013 18:52:58 +0000 (20:52 +0200)
include/minix/config.h

index 35036b93407e5c84678f552a994a9bcb5ba13884..360343158e4fe77670a552dfdeaa3b2cf7fc796d 100644 (file)
@@ -50,7 +50,7 @@
  * system can handle.
  */
 #define NR_CONS            4   /* # system consoles (1 to 8) */
-#define        NR_RS_LINES        4    /* # rs232 terminals (0 to 4) */
+#define        NR_RS_LINES        4    /* # rs232 terminals (0 to 3) */
 #define        NR_PTYS            32   /* # pseudo terminals (0 to 64) */
 
 /* This feature enable the counting of system calls in PM and FS */