Add missing argument to call to nroff-n-decode in man

This commit is contained in:
interp 2003-01-28 21:15:50 +00:00
parent 8e07bc1b07
commit 416d914a3f
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
(cat-n-decode gzcat-binary file))) (cat-n-decode gzcat-binary file)))
((find-man-file key section "man" man-path) => ((find-man-file key section "man" man-path) =>
(lambda (file) (lambda (file)
(nroff-n-decode nroff-binary file))) (nroff-n-decode nroff-binary gzcat-binary file)))
(else (else
(if (not (zero? (if (not (zero?
(with-env (("MANPATH" . ,(string-join man-path ":"))) (with-env (("MANPATH" . ,(string-join man-path ":")))