aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.local/share/bin/preview2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/bin/preview b/.local/share/bin/preview
index 0ca63a7..2fe9c4d 100755
--- a/.local/share/bin/preview
+++ b/.local/share/bin/preview
@@ -17,7 +17,7 @@ render_manpage() {
exec groff -T utf8 -m man -rcR=1 -rIN=0 -rLL="${WIDTH}n" << EOF
.nr an-suppress-header-and-footer 1
.TH
-$(cat)
+$(cat | preconv)
EOF
}