~ruther/guix-local

fa1e31b8a5c0d134020b8d4aa0c2d4ad0dca40da — Alex Kost 11 years ago 4775754
doc: Fix typos.

* doc/guix.texi (Base Services): Fix 'lsh-service' name.
  (Networking Services): Fix (gnu services networking) module name.
1 files changed, 2 insertions(+), 2 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +2 -2
@@ 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