summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2014-11-23 11:46:38 +0300
committerAlex Kost <alezost@gmail.com>2014-11-24 01:55:00 +0300
commitfa1e31b8a5c0d134020b8d4aa0c2d4ad0dca40da (patch)
tree7cae7a8e8425f7c9e40bf8b899fbfa8a4a8577b5 /doc
parent47757541b917ecf8058beae61068a052ec5fcf5e (diff)
doc: Fix typos.
* doc/guix.texi (Base Services): Fix 'lsh-service' name. (Networking Services): Fix (gnu services networking) module name.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index a2f881fbe5..8aa3c6df74 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3905,7 +3905,7 @@ system, you will want to append services to @var{%base-services}, like
this:
@example
-(cons* (avahi-service) (lshd-service) %base-services)
+(cons* (avahi-service) (lsh-service) %base-services)
@end example
@end defvr
@@ -3968,7 +3968,7 @@ Run @var{udev}, which populates the @file{/dev} directory dynamically.
@node Networking Services
@subsubsection Networking Services
-The @code{(gnu system networking)} module provides services to configure
+The @code{(gnu services networking)} module provides services to configure
the network interface.
@cindex DHCP, networking service