From 416d914a3ff928dce033e4aa58f7b829e2c84cd6 Mon Sep 17 00:00:00 2001 From: interp Date: Tue, 28 Jan 2003 21:15:50 +0000 Subject: [PATCH] Add missing argument to call to nroff-n-decode in man --- scheme/httpd/rman-gateway.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ":")))