Added a missing port argument.
This commit is contained in:
parent
2066f225bf
commit
ff5bca073d
|
@ -89,7 +89,7 @@
|
||||||
((procedure? and-then)
|
((procedure? and-then)
|
||||||
(run (| (begin (man man-binary nroff-binary gzcat-binary
|
(run (| (begin (man man-binary nroff-binary gzcat-binary
|
||||||
section key man-path))
|
section key man-path))
|
||||||
(begin (and-then key section)))
|
(begin (and-then key section out)))
|
||||||
(= 1 ,out)
|
(= 1 ,out)
|
||||||
(= 2 ,out)))
|
(= 2 ,out)))
|
||||||
(else
|
(else
|
||||||
|
|
Loading…
Reference in New Issue