[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: doc: Fix typos.
From: |
Alex Kost |
Subject: |
01/01: doc: Fix typos. |
Date: |
Sun, 23 Nov 2014 22:55:59 +0000 |
alezost pushed a commit to branch master
in repository guix.
commit fa1e31b8a5c0d134020b8d4aa0c2d4ad0dca40da
Author: Alex Kost <address@hidden>
Date: Sun Nov 23 11:46:38 2014 +0300
doc: Fix typos.
* doc/guix.texi (Base Services): Fix 'lsh-service' name.
(Networking Services): Fix (gnu services networking) module name.
---
doc/guix.texi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index a2f881f..8aa3c6d 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