From b6683f15073d89e4d0cbde2b4f0f00e17777a917 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 27 Jun 2016 19:09:04 +0200 Subject: 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(-) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index 7204f2e939..379c9f699b 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. -- cgit v1.2.3