Documentation fixes

This commit is contained in:
Valentin Shirokov 2017-07-09 00:28:05 +03:00
parent 396db6493d
commit 2f97993992

View file

@ -34,12 +34,12 @@ in
default = {};
example = ''
{
"localhost" = [ "foo.bar" ];
"127.0.0.1" = [ "foo.bar.baz" ];
"192.168.0.2" = [ "fileserver.local" "nameserver.local" ];
};
'';
description = ''
Locally defined maps of IP addresses to hostnames'
Locally defined maps of hostnames to IP addresses.
'';
};