diff options
author | Leo Famulari <leo@famulari.name> | 2018-12-05 20:30:55 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-12-05 20:32:03 -0500 |
commit | e51c91aba62f3da3b51e5da3cc774a652e721855 (patch) | |
tree | 2182da2de54ef022d65027a5502aa99f0d5de5da | |
parent | 17cfb7aeffaaba70e67e9afb50d7100614ffca7f (diff) | |
download | patches-e51c91aba62f3da3b51e5da3cc774a652e721855.tar patches-e51c91aba62f3da3b51e5da3cc774a652e721855.tar.gz |
Revert "doc: Fix typo"
The use of 'effect' here is actually correct!
This reverts commit 214e55fa87e636bf686ab8b64e9811870e61d22a.
-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 03c810cf1e..c138d43242 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -22312,7 +22312,7 @@ switch to it@footnote{This action (and the related actions @code{switch-generation} and @code{roll-back}) are usable only on systems already running GuixSD.}. -This affects all the configuration specified in @var{file}: user +This effects all the configuration specified in @var{file}: user accounts, system services, global package list, setuid programs, etc. The command starts system services specified in @var{file} that are not currently running; if a service is currently running this command will |