civodul pushed a commit to branch master
in repository guix.

commit b6683f15073d89e4d0cbde2b4f0f00e17777a917
Author: Ludovic Courtès <[email protected]>
Date:   Mon Jun 27 19:09:04 2016 +0200

    doc: Fix typo for 'static-networking-service'.
    
    * doc/guix.texi (Networking Services): Change #:name-services to
      #:name-servers.
---
 doc/guix.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 7204f2e..379c9f6 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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.

Reply via email to