From 52ee4d85c26e3d02e55f80e6ea2e3e668fcb1ed6 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 9 Aug 2018 15:40:02 +0200 Subject: 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(-) (limited to 'doc') 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, -- cgit v1.2.3