Add missing argument to call to nroff-n-decode in man
This commit is contained in:
parent
8e07bc1b07
commit
416d914a3f
|
@ -122,7 +122,7 @@
|
|||
(cat-n-decode gzcat-binary file)))
|
||||
((find-man-file key section "man" man-path) =>
|
||||
(lambda (file)
|
||||
(nroff-n-decode nroff-binary file)))
|
||||
(nroff-n-decode nroff-binary gzcat-binary file)))
|
||||
(else
|
||||
(if (not (zero?
|
||||
(with-env (("MANPATH" . ,(string-join man-path ":")))
|
||||
|
|
Loading…
Reference in New Issue