mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
doc: Add missing paren.
* doc/guix.texi (Privileged Programs): Add missing paren in example. Change-Id: Iaeac91b193c475e8c18a713f7a958053372bfd76
This commit is contained in:
parent
c2532d05a5
commit
f0daff395a
1 changed files with 1 additions and 1 deletions
|
|
@ -42780,7 +42780,7 @@ previous example to your operating system declaration by appending it to
|
|||
(privileged-programs
|
||||
(append (list (privileged-program
|
||||
(program (file-append nfs-utils "/sbin/mount.nfs"))
|
||||
(setuid? #t))
|
||||
(setuid? #t)))
|
||||
%default-privileged-programs)))
|
||||
@end lisp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue