summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/nroff
AgeCommit message (Collapse)Author
2000-11-09permit -Tps; aaron okTheo de Raadt
2000-04-09groff 1.15 plus local changes (insomnia strikes):Todd C. Miller
o moved *.man to *.$section_in and generate *.$section not *.n for bsd.man.mk o modified groff Makefiles to not install man pages (we do it ourselves) o use mkstemp everywhere o don't install groff versions on mdoc macros, we want our own ones
1999-07-26Give groff the -S (safer mode) option. This is a paranoia mode that preventsAaron Campbell
the execution of possibly dangerous macros like open, opena, write, pos, and sy which could be abused by a malicious man page; deraadt@ ok
1996-09-14Third time because import sucks.etheisen