From 88414c568c46469b39d6d529cfb5587365375b6b Mon Sep 17 00:00:00 2001 From: Kees Jongenburger Date: Wed, 10 Apr 2013 17:05:44 +0200 Subject: [PATCH] cleanup:misc documentation fix. --- include/minix/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/minix/config.h b/include/minix/config.h index 35036b934..360343158 100644 --- a/include/minix/config.h +++ b/include/minix/config.h @@ -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 */ -- 2.44.0