summary refs log tree commit diff
path: root/scripts/chroot-man.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-31 12:49:34 -0400
committerJune McEnroe <june@causal.agency>2020-07-31 12:49:54 -0400
commit444d4bda9aab0160fb60ac2a11fefd8c627b8c7a (patch)
treee494fef562234acbf4a137368d1c955e4bb8775d /scripts/chroot-man.sh
parentReplace catf with something that tracks len (diff)
downloadcatgirl-444d4bda9aab0160fb60ac2a11fefd8c627b8c7a.tar.gz
catgirl-444d4bda9aab0160fb60ac2a11fefd8c627b8c7a.zip
Fix chroot-man path
Diffstat (limited to 'scripts/chroot-man.sh')
-rw-r--r--scripts/chroot-man.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/chroot-man.sh b/scripts/chroot-man.sh
index 708aa07..9d686f9 100644
--- a/scripts/chroot-man.sh
+++ b/scripts/chroot-man.sh
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec mandoc /usr/share/man/man1/catgirl.1.gz | LESSSECURE=1 less
+exec mandoc /usr/share/man/man1/catgirl.1 | LESSSECURE=1 less
June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe 2020-02-11Cast towupper to wchar_tJune McEnroe 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe