Documentation fixes
This commit is contained in:
parent
396db6493d
commit
2f97993992
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue