3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

doc: Fix 'setuid-program' example.

The '#$' doesn't belong there, and will cause ‘unbound variable’ errors.

Reported-By: ss2 (on IRC)

* doc/guix.texi (Setuid Programs): Remove #$ from example.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Maxime Devos 2021-10-03 20:10:24 +02:00 committed by Tobias Geerinckx-Rice
parent 0cdc984147
commit 5fec14807f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -32965,7 +32965,7 @@ designated like this:
@example
(setuid-program
(program (file-append #$shadow "/bin/passwd")))
(program (file-append shadow "/bin/passwd")))
@end example
@deftp {Data Type} setuid-program