summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-08-09 15:40:02 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-08-09 21:19:46 +0200
commit52ee4d85c26e3d02e55f80e6ea2e3e668fcb1ed6 (patch)
treed0ae0ddd76c78e261dd6c4c3867bfc787efe5538 /doc
parenta066680e20840fba11e0cfb107584013decaf4d6 (diff)
downloadpatches-52ee4d85c26e3d02e55f80e6ea2e3e668fcb1ed6.tar
patches-52ee4d85c26e3d02e55f80e6ea2e3e668fcb1ed6.tar.gz
doc: Fix syntax error.
* doc/guix.texi (Networking Services): Escape newline between keyword arguments.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 080b091b31..85f51210a3 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,