doc: Fix typo for 'static-networking-service'.
authorLudovic Courtès <ludo@gnu.org>
Mon, 27 Jun 2016 17:09:04 +0000 (19:09 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 27 Jun 2016 19:41:38 +0000 (21:41 +0200)
* doc/guix.texi (Networking Services): Change #:name-services to
  #:name-servers.

doc/guix.texi

index 7204f2e..379c9f6 100644 (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.