diff options
author | Alex Kost <alezost@gmail.com> | 2015-10-11 12:18:54 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-10-11 12:18:54 +0300 |
commit | eb52419266717cb0b54e07d7a17f84b3272f7993 (patch) | |
tree | ce3156b842bce287bb66d679feb79bee13fbc97e /doc | |
parent | f18bd3f64c0c2b6e4fb2c4e95bfc56db6622e5de (diff) | |
download | guix-eb52419266717cb0b54e07d7a17f84b3272f7993.tar guix-eb52419266717cb0b54e07d7a17f84b3272f7993.tar.gz |
doc: Fix typo.
* doc/guix.texi (Defining Services): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index a3fa989d48..f70642d401 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -6980,7 +6980,7 @@ build users. @node Defining Services @subsection Defining Services -The previous sections how the available services and how one can combine +The previous sections show the available services and how one can combine them in an @code{operating-system} declaration. But how do we define them in the first place? And what is a service anyway? |