diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-06-27 19:09:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-06-27 21:41:38 +0200 |
commit | b6683f15073d89e4d0cbde2b4f0f00e17777a917 (patch) | |
tree | baa17e98d7fc58c7e3356fda9bf0f115a653c520 /doc | |
parent | aea7d1d516400c35377acb2dc5525c266340844f (diff) | |
download | patches-b6683f15073d89e4d0cbde2b4f0f00e17777a917.tar patches-b6683f15073d89e4d0cbde2b4f0f00e17777a917.tar.gz |
doc: Fix typo for 'static-networking-service'.
* doc/guix.texi (Networking Services): Change #:name-services to
#:name-servers.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |