doc: Fix syntax error.
authorMarius Bakke <mbakke@fastmail.com>
Thu, 9 Aug 2018 13:40:02 +0000 (15:40 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Thu, 9 Aug 2018 19:19:46 +0000 (21:19 +0200)
* doc/guix.texi (Networking Services): Escape newline between keyword
arguments.

doc/guix.texi

index 080b091..85f5121 100644 (file)
@@ -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,