diff options
author | Alex ter Weele <alex.ter.weele@gmail.com> | 2016-12-04 20:46:14 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-12-07 10:23:16 +0100 |
commit | 9747d189e090ec7029351a56ed030acd5e308978 (patch) | |
tree | d7d63df9d088d004f23ba035bd474336bf99a8e3 /doc | |
parent | 4908ae48474220f6ff1f4b81b27aa95ad6c08bb6 (diff) | |
download | guix-9747d189e090ec7029351a56ed030acd5e308978.tar guix-9747d189e090ec7029351a56ed030acd5e308978.tar.gz |
doc: Correct example for 'wpa-supplicant-service-type'.
* doc/guix.texi (Networking Services): Change example to use
'wpa-supplicant-service-type'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 738b7fb10c..71de73b953 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -28,7 +28,8 @@ Copyright @copyright{} 2016 Efraim Flashner@* Copyright @copyright{} 2016 John Darrington@* Copyright @copyright{} 2016 ng0@* Copyright @copyright{} 2016 Jan Nieuwenhuizen@* -Copyright @copyright{} 2016 Julien Lepiller +Copyright @copyright{} 2016 Julien Lepiller@* +Copyright @copyright{} 2016 Alex ter Weele Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -8589,7 +8590,7 @@ Thus, it can be instantiated like this: (use-modules (gnu services networking) (gnu packages admin)) -(service wpa-supplicant-type wpa-supplicant) +(service wpa-supplicant-service-type wpa-supplicant) @end lisp @end defvr |