From fa30655878a2f087f2f7cd0c1aa81e3804e00793 Mon Sep 17 00:00:00 2001 From: Douglas Silas Date: Apr 12 2010 17:51:14 +0000 Subject: GenParams: change caution to important Rephrase admonition about commas in params for clarity --- diff --git a/en-US/General_Parameters_and_Modules.xml b/en-US/General_Parameters_and_Modules.xml index b02c6cf..516ccfa 100644 --- a/en-US/General_Parameters_and_Modules.xml +++ b/en-US/General_Parameters_and_Modules.xml @@ -210,10 +210,10 @@ fi In some situations, it may be necessary to supply parameters to a module as it is loaded for it to function properly. For instance, to enable full duplex at 100Mbps connection speed for an Intel Ether Express/100 card, load the e100 driver with the option. - - Caution - When a parameter has commas, be sure not to put a space after a comma. - + + Important: kernel module parameters separated by commas + When a module parameter has values separated by commas, do not use spaces after the commas to separate the values. +