diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-27 16:35:37 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-29 23:27:52 +0100 |
commit | 5481887ddee21bf116f93bc13bd249fab2ecb6c7 (patch) | |
tree | 3c45b7df4ccd0b1a88a3a7d4fe02d82a2d3cfd3d /doc | |
parent | 0c3deaccef7db349a625d54cf4b51ed44f56a952 (diff) | |
download | guix-5481887ddee21bf116f93bc13bd249fab2ecb6c7.tar guix-5481887ddee21bf116f93bc13bd249fab2ecb6c7.tar.gz |
doc: Fix SCREEN-LOCKER-SERVICE description.
* doc/guix.texi (X Window): Correct the documentation for the
SCREEN-LOCKER-SERVICE procedure.
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 7dfc68d4dc..bcc19a60da 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -11283,7 +11283,7 @@ configuration file. It is used to pass extra text to be added verbatim to the configuration file. @end deffn -@deffn {Scheme Procedure} screen-locker-service @var{package} [@var{name}] +@deffn {Scheme Procedure} screen-locker-service @var{package} [@var{program}] Add @var{package}, a package for a screen-locker or screen-saver whose command is @var{program}, to the set of setuid programs and add a PAM entry for it. For example: |