diff options
Diffstat (limited to 'toc')
-rw-r--r-- | toc/README.pdf | bin | 28572 -> 28669 bytes | |||
-rw-r--r-- | toc/README.t | 4 | ||||
-rw-r--r-- | toc/example.pdf | bin | 9369 -> 9369 bytes | |||
-rwxr-xr-x | toc/toc | 4 |
4 files changed, 6 insertions, 2 deletions
diff --git a/toc/README.pdf b/toc/README.pdf Binary files differindex 317cbc4..f29e5eb 100644 --- a/toc/README.pdf +++ b/toc/README.pdf diff --git a/toc/README.t b/toc/README.t index 919b300..a350e81 100644 --- a/toc/README.t +++ b/toc/README.t @@ -1,5 +1,5 @@ -.so ../k.tmac -.so ../kx.tmac +.so ../mk/k.tmac +.so ../mk/kx.tmac .so toc.tmac . .t diff --git a/toc/example.pdf b/toc/example.pdf Binary files differindex 1615176..2a568a5 100644 --- a/toc/example.pdf +++ b/toc/example.pdf @@ -2,6 +2,10 @@ # toc -- run troff in three passes +# Permission to use, copy, modify and/or +# distribute this software for any purpose +# with or without fee is hereby granted. + usage() { echo "usage: $0 [cmd ... \|] <troff> [arg ...]" 1>&2 echo "(input should be given on stdin)" 1>&2 |