doc: Fix typo for 'static-networking-service'.
* doc/guix.texi (Networking Services): Change #:name-services to #:name-servers.
This commit is contained in:
parent
aea7d1d516
commit
b6683f1507
|
@ -7602,7 +7602,7 @@ Protocol (DHCP) client, on all the non-loopback network interfaces.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {Scheme Procedure} static-networking-service @var{interface} @var{ip} @
|
@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
|
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
|
@var{gateway} is true, it must be a string specifying the default network
|
||||||
gateway.
|
gateway.
|
||||||
|
|
Loading…
Reference in New Issue