From 27fced519e2067935f20eeada140e2d69ee0d4bb Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Tue, 20 May 2008 14:59:27 +0000 Subject: [PATCH] Forgot description is mandatory for all options. Added description to synaptics fine-tune settings. svn path=/nixos/trunk/; revision=11857 --- system/options.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/options.nix b/system/options.nix index fe3a1fc3800..c60044e85ae 100644 --- a/system/options.nix +++ b/system/options.nix @@ -1232,11 +1232,11 @@ }; minSpeed = mkOption { default = "0.06"; - description = "TODO"; + description = "Cursor speed factor for precision finger motion"; }; maxSpeed = mkOption { default = "0.12"; - description = "TODO"; + description = "Cursor speed factor for highest-speed finger motion"; }; };