summary refs log tree commit diff
path: root/www/git.causal.agency/about-filter.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--www/git.causal.agency/about-filter.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/git.causal.agency/about-filter.sh b/www/git.causal.agency/about-filter.sh
index c7161006..ea68fe05 100644
--- a/www/git.causal.agency/about-filter.sh
+++ b/www/git.causal.agency/about-filter.sh
@@ -2,7 +2,7 @@
 
 case "$1" in
 	(*.[1-9])
-		/usr/bin/mandoc -T html -O fragment,man=%N.%S,includes=../tree/%I
+		exec /usr/bin/mandoc -T html -O fragment,man=%N.%S,includes=../tree/%I
 		;;
 	(*)
 		exec /usr/local/libexec/hi -l text -f html
span title='2020-08-05 11:43:02 -0400'>2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe