mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
doc, gnu: Fix spelling of screen-things.
* doc/guix.texi (X Window): Write 'screen locker' and 'screen saver' in prose. * gnu/services/xorg.scm (screen-locker-service): Likewise.
This commit is contained in:
parent
5481887dde
commit
d64e1746b9
2 changed files with 2 additions and 2 deletions
|
@ -11284,7 +11284,7 @@ added verbatim to the configuration file.
|
|||
@end deffn
|
||||
|
||||
@deffn {Scheme Procedure} screen-locker-service @var{package} [@var{program}]
|
||||
Add @var{package}, a package for a screen-locker or screen-saver whose
|
||||
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:
|
||||
|
||||
|
|
|
@ -590,7 +590,7 @@ (define* (screen-locker-service package
|
|||
#:optional
|
||||
(program (package-name package))
|
||||
#:key allow-empty-passwords?)
|
||||
"Add @var{package}, a package for a screen-locker or screen-saver whose
|
||||
"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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue