summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2021-10-03 20:10:24 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-04 13:31:38 +0200
commit5fec14807f027e62e1c74f8d15ce8b97fed54e58 (patch)
treedaad3e0ac51c990c1af9c326b2028b80f4d78c27 /doc
parent0cdc984147b45399199336511fe2e1118f2b7599 (diff)
downloadguix-patches-5fec14807f027e62e1c74f8d15ce8b97fed54e58.tar
guix-patches-5fec14807f027e62e1c74f8d15ce8b97fed54e58.tar.gz
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 423b26ef64..2728f342e4 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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