* Add period.

svn path=/nixos/trunk/; revision=30201
This commit is contained in:
Eelco Dolstra 2011-11-03 02:14:40 +00:00
parent ba1a7188c1
commit 0309f02fc5

View file

@ -64,7 +64,7 @@ in
interfaces = mkOption {
default = [ "127.0.0.0" "::1" ];
description = "
What addresses the server should listen to
What addresses the server should listen to.
";
};