From: Kees Jongenburger Date: Wed, 10 Apr 2013 15:05:44 +0000 (+0200) Subject: cleanup:misc documentation fix. X-Git-Tag: v3.3.0~1031 X-Git-Url: http://zhaoyanbai.com/repos/%22../static/gitweb.js?a=commitdiff_plain;h=88414c568c46469b39d6d529cfb5587365375b6b;p=minix.git cleanup:misc documentation fix. --- 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 */