diff --git a/scheme/httpd/rman-gateway.scm b/scheme/httpd/rman-gateway.scm index b652846..d1f2bf7 100644 --- a/scheme/httpd/rman-gateway.scm +++ b/scheme/httpd/rman-gateway.scm @@ -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 ":")))