From 0953b86233c288a88902994b1f5cbd060b51bfc5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 24 Apr 2015 11:10:19 +0200 Subject: [PATCH] bootparam.7: Remove "buff=" details This seems to have gone away in Linux 2.2. Signed-off-by: Michael Kerrisk --- man7/bootparam.7 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/man7/bootparam.7 b/man7/bootparam.7 index a8e84bb55..a5ed6a209 100644 --- a/man7/bootparam.7 +++ b/man7/bootparam.7 @@ -362,11 +362,6 @@ page_initial_age, age_cluster_fract, age_cluster_min, pageout_weight, bufferout_weight that control the kernel swap algorithm. For kernel tuners only. .TP -.B "'buff=N1,N2,N3,N4,N5,N6'" -Set the six parameters max_buff_age, buff_advance, buff_decline, -buff_initial_age, bufferout_weight, buffermem_grace that control -kernel buffer memory management. -For kernel tuners only. .SS Boot arguments for ramdisk use (Only if the kernel was compiled with .BR CONFIG_BLK_DEV_RAM .)