summary refs log tree commit diff
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
parentReplace catf with something that tracks len (diff)
downloadcatgirl-444d4bda9aab0160fb60ac2a11fefd8c627b8c7a.tar.gz
catgirl-444d4bda9aab0160fb60ac2a11fefd8c627b8c7a.zip
Fix chroot-man path
-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
ref='/torus/commit/client.c?h=cgi&id=f6398e070e65541891574d0bf020a3afc5aa7df9&follow=1'>Support background colorsJune McEnroe 2017-07-30Track color only client-sideJune McEnroe 2017-07-30Add ostensible support for background colorsJune McEnroe 2017-07-30Add tile create and access timestampsJune McEnroe 2017-07-30Assert stable struct Tile field offsetsJune McEnroe 2017-07-30Add chroot.shJune McEnroe 2017-07-30Add ` commandJune McEnroe 2017-07-30Add sshd_configJune McEnroe 2017-07-30Add termcap patchJune McEnroe