Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | recording cvs-1.6 file death | Peter Wemm | 1995-12-30 | 1 | -120/+0 |
| | | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122 | ||||
* | New manpage compression support. Only one macro controls compression | Jordan K. Hubbard | 1994-03-05 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | now, DO_COMPRESS. This controls whether or not catpages are compressed or not (on by default, since little else uses the catpages and those few things that do can always configure in a `zmore' in place of more or something, and saving space is more important, IMHO). Uncompression support is now on by default since that's the only way to support mixed-mode environments. If you don't like it, just don't compress your man pages and it won't be used! :-). Supports gzip. You can also compress the man pages themselves (or gzip them) now and it will work. Notes: svn path=/head/; revision=1238 | ||||
* | changed find . -name '*' to find . -type f | Andrew Moore | 1993-07-24 | 1 | -2/+4 |
| | | | | Notes: svn path=/head/; revision=188 | ||||
* | added mandoc macro support; | Andrew Moore | 1993-07-21 | 1 | -21/+53 |
| | | | | | | | each name now generates a separate whatis data base entry Notes: svn path=/head/; revision=178 | ||||
* | Newer new man page reader. | Jordan K. Hubbard | 1993-07-07 | 1 | -0/+79 |
Notes: svn path=/cvs2svn/branches/man/; revision=103 |