diff options
author | June McEnroe <june@causal.agency> | 2018-10-12 15:07:33 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-10-12 15:07:33 -0400 |
commit | 00bc259fa8cf42887c4c631c69db9c746bb93367 (patch) | |
tree | ac9da9a57ed6b9a2568aec7b50a260ebe1f0c18e /Makefile | |
parent | Add -s flag to client (diff) | |
download | torus-00bc259fa8cf42887c4c631c69db9c746bb93367.tar.gz torus-00bc259fa8cf42887c4c631c69db9c746bb93367.zip |
Replace torus.7 with torus.1
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 6169e4d..776a032 100644 --- a/Makefile +++ b/Makefile @@ -44,5 +44,5 @@ chroot.tar: server client clean: rm -f tags $(OBJS) $(BINS) chroot.tar -README: torus.7 - mandoc torus.7 | col -b -x > README +README: torus.1 + mandoc torus.1 | col -b -x > README |