summary refs log tree commit diff
path: root/gnu/services/networking.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-07-11 22:57:02 +0200
committerLudovic Courtès <ludo@gnu.org>2014-07-11 23:20:48 +0200
commit51da7ca095a9ed287221c71933a829d9673a59f6 (patch)
treead162a6159991509d8dd6971e8eda11ad24ae169 /gnu/services/networking.scm
parentda417ffe3b3e06f1e1d8b0217b4b780026d7e3b9 (diff)
downloadguix-51da7ca095a9ed287221c71933a829d9673a59f6.tar.gz
services: Use more Texinfo markup in docstrings.
* gnu/services/base.scm (host-name-service): Use Texinfo markup.
  (mingetty-service): Comment on #:allow-empty-passwords?.  Improve
  markup.
  (syslog-service, guix-service): Use Texinfo markup.
* gnu/services/networking.scm (static-networking-service): Likewise.
* gnu/services/xorg.scm (slim-service): Likewise.
Diffstat (limited to 'gnu/services/networking.scm')
-rw-r--r--gnu/services/networking.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index 8bb05850e3..ccc322648b 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -36,8 +36,9 @@
                                     (name-servers '())
                                     (inetutils inetutils)
                                     (net-tools net-tools))
-  "Return a service that starts INTERFACE with address IP.  If GATEWAY is
-true, it must be a string specifying the default network gateway."
+  "Return a service that starts @var{interface} with address @var{ip}.  If
+@var{gateway} is true, it must be a string specifying the default network
+gateway."
 
   ;; TODO: Eventually we should do this using Guile's networking procedures,
   ;; like 'configure-qemu-networking' does, but the patch that does this is