doc: Fix typos.

* doc/guix.texi (Base Services): Fix 'lsh-service' name.
  (Networking Services): Fix (gnu services networking) module name.
This commit is contained in:
Alex Kost 2014-11-23 11:46:38 +03:00
parent 47757541b9
commit fa1e31b8a5

View file

@ -3905,7 +3905,7 @@ system, you will want to append services to @var{%base-services}, like
this: this:
@example @example
(cons* (avahi-service) (lshd-service) %base-services) (cons* (avahi-service) (lsh-service) %base-services)
@end example @end example
@end defvr @end defvr
@ -3968,7 +3968,7 @@ Run @var{udev}, which populates the @file{/dev} directory dynamically.
@node Networking Services @node Networking Services
@subsubsection 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. the network interface.
@cindex DHCP, networking service @cindex DHCP, networking service