projects
/
platform
/
upstream
/
guile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ed8b37
)
Fix scheme-scripts markup.
author
Andy Wingo
<wingo@pobox.com>
Wed, 1 Mar 2017 20:44:53 +0000
(21:44 +0100)
committer
Andy Wingo
<wingo@pobox.com>
Wed, 1 Mar 2017 20:44:53 +0000
(21:44 +0100)
* doc/ref/scheme-scripts.texi (Scripting Examples): Fix $@ rendering in
texinfo.
doc/ref/scheme-scripts.texi
patch
|
blob
|
history
diff --git
a/doc/ref/scheme-scripts.texi
b/doc/ref/scheme-scripts.texi
index d845148bae031d0878304c88c27211308db9d77d..221c8ba205999c1db9e71f65859980dc6d34dfa8 100644
(file)
--- a/
doc/ref/scheme-scripts.texi
+++ b/
doc/ref/scheme-scripts.texi
@@
-455,7
+455,7
@@
take care to quote the command arguments correctly:
@example
#!/usr/bin/env sh
-exec guile -l fact -e '(@@ (fac) main)' -s "$0" "$@"
+exec guile -l fact -e '(@@ (fac) main)' -s "$0" "$@
@
"
!#
(define-module (fac)
#:export (main))