* Every option needs a description, otherwise the manual can't be

built...

svn path=/nixos/trunk/; revision=11856
This commit is contained in:
Eelco Dolstra 2008-05-20 14:53:55 +00:00
parent b5451023a2
commit 3ed80192c0

View File

@ -1232,9 +1232,11 @@
};
minSpeed = mkOption {
default = "0.06";
description = "TODO";
};
maxSpeed = mkOption {
default = "0.12";
description = "TODO";
};
};