cleanup:misc documentation fix.
This commit is contained in:
parent
99c5247453
commit
88414c568c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
* system can handle.
|
* system can handle.
|
||||||
*/
|
*/
|
||||||
#define NR_CONS 4 /* # system consoles (1 to 8) */
|
#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) */
|
#define NR_PTYS 32 /* # pseudo terminals (0 to 64) */
|
||||||
|
|
||||||
/* This feature enable the counting of system calls in PM and FS */
|
/* This feature enable the counting of system calls in PM and FS */
|
||||||
|
|
Loading…
Reference in a new issue