Fix 2 * version number typo for MAX_SWAPFILES discussion:

s/2.6.10/2.4.10/
This commit is contained in:
Michael Kerrisk 2008-07-07 12:10:55 +00:00
parent c16f93565c
commit ec774e61b9
1 changed files with 2 additions and 2 deletions

View File

@ -153,10 +153,10 @@ The partition or path must be prepared with
There is an upper limit on the number of swap files that may be used, There is an upper limit on the number of swap files that may be used,
defined by the kernel constant defined by the kernel constant
.BR MAX_SWAPFILES . .BR MAX_SWAPFILES .
Before kernel 2.6.10, Before kernel 2.4.10,
.B MAX_SWAPFILES .B MAX_SWAPFILES
has the value 8; has the value 8;
since kernel 2.6.10, it has the value 32. since kernel 2.4.10, it has the value 32.
Since kernel 2.6.18, the limit is decreased by 2 (thus: 30) Since kernel 2.6.18, the limit is decreased by 2 (thus: 30)
if the kernel is built with the if the kernel is built with the
.B CONFIG_MIGRATION .B CONFIG_MIGRATION