mbakke pushed a commit to branch master
in repository guix.
commit 52ee4d85c26e3d02e55f80e6ea2e3e668fcb1ed6
Author: Marius Bakke <[email protected]>
Date: Thu Aug 9 15:40:02 2018 +0200
doc: Fix syntax error.
* doc/guix.texi (Networking Services): Escape newline between keyword
arguments.
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 080b091..85f5121 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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,