doc: Fix typo for 'static-networking-service'.

* doc/guix.texi (Networking Services): Change #:name-services to
  #:name-servers.
This commit is contained in:
Ludovic Courtès 2016-06-27 19:09:04 +02:00
parent aea7d1d516
commit b6683f1507
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -7602,7 +7602,7 @@ Protocol (DHCP) client, on all the non-loopback network interfaces.
@end deffn
@deffn {Scheme Procedure} static-networking-service @var{interface} @var{ip} @
[#:gateway #f] [#:name-services @code{'()}]
[#:gateway #f] [#:name-servers @code{'()}]
Return a service that starts @var{interface} with address @var{ip}. If
@var{gateway} is true, it must be a string specifying the default network
gateway.