diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-07-11 22:57:02 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-07-11 23:20:48 +0200 |
commit | 51da7ca095a9ed287221c71933a829d9673a59f6 (patch) | |
tree | ad162a6159991509d8dd6971e8eda11ad24ae169 /gnu/services/networking.scm | |
parent | da417ffe3b3e06f1e1d8b0217b4b780026d7e3b9 (diff) | |
download | guix-51da7ca095a9ed287221c71933a829d9673a59f6.tar guix-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.scm | 5 |
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 |