Skip to content
Snippets Groups Projects
Unverified Commit 52ee4d85 authored by Marius Bakke's avatar Marius Bakke
Browse files

doc: Fix syntax error.

* doc/guix.texi (Networking Services): Escape newline between keyword
arguments.
parent a066680e
No related branches found
No related tags found
No related merge requests found
......@@ -11141,7 +11141,7 @@ This is the type for statically-configured network interfaces.
@end defvr
 
@deffn {Scheme Procedure} static-networking-service @var{interface} @var{ip} @
[#:netmask #f] [#:gateway #f] [#:name-servers @code{'()}]
[#:netmask #f] [#:gateway #f] [#:name-servers @code{'()}] @
[#:requirement @code{'(udev)}]
Return a service that starts @var{interface} with address @var{ip}. If
@var{netmask} is true, use it as the network mask. If @var{gateway} is true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment