summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/arch.c
AgeCommit message (Expand)Author
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2021-04-28recognise riscv64 as a valid arch in mandocJonathan Gray
2020-06-29Support the "powerpc64" architecture name.Ingo Schwarze
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
2019-03-04When the -S option is given to man(1) and the requested manual pageIngo Schwarze
2014-11-28Drop useless architecture table. Validating architecture namesIngo Schwarze
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2014-03-21The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze
2011-04-24Merge version 1.11.1:Ingo Schwarze
2010-07-31Correct Copyright lines in the rarely touched files:Ingo Schwarze
2010-05-23Unified error and warning message system for all of mandoc,Ingo Schwarze
2009-12-22sync to 1.9.12, mostly portability and refactoring:Ingo Schwarze
2009-06-14sync to 1.7.16: comments, whitespace and spelling fixes; no functional changeIngo Schwarze
2009-04-06Initial check-in of mandoc for formatting manuals. ok deraadt@kristaps