summaryrefslogtreecommitdiffstats
path: root/share/tmac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* a few depend:-related thingies that were still in.espie2019-12-212-4/+4
| | | | okay millert@, tb@
* destroy lint remnants.espie2017-06-122-4/+4
| | | | okay millert@ deraadt@
* add a "mips64" architecture; requested by/ok miodjmc2010-09-261-1/+2
|
* move to 4.8-betaderaadt2010-07-241-2/+3
|
* 4.7-BETA (also, lo-carb and ozone layer friendly)miod2010-01-261-2/+3
|
* let .Dt recognise "loongson"; ok matthieu miodjmc2010-01-241-1/+2
|
* add netbsd 5.0jmc2009-10-042-2/+4
|
* after some discussion with others, use an en-dash (\(en) instead ofjmc2009-07-141-2/+2
| | | | | | a minus sign (-\) for Nd; issue spotted by Kristaps D??onsons
* 4.6-BETAmiod2009-06-201-2/+3
|
* Move to 4.5-BETAmiod2009-02-081-2/+3
|
* add .St -p1003.1-2008 for posix standard IEEE Std 1003.1-2008;jmc2009-02-081-2/+6
|
* move to 4.4-betaderaadt2008-07-021-2/+3
|
* Add socppc, reminded by jmc@miod2008-05-141-1/+2
|
* bump to 4.3; ok miodjmc2008-02-261-2/+2
|
* 4.3-betamiod2008-02-201-1/+2
|
* spelling fixes, from Martynas Venckus;jmc2007-11-251-3/+3
|
* more cats removal;jmc2007-08-021-2/+1
|
* crank to 4.2-betaderaadt2007-07-251-2/+3
|
* add missing colon to the $Mdocdate$ check; ok deraadtjmc2007-05-311-2/+2
|
* allow mdoc to understand a cvs \$Mdocdate\$ keyword in the .Dd line:jmc2007-05-261-17/+22
| | | | | | we'll use this shortly to bump .Dd automatically; ok deraadt
* 4.1-betahenning2007-02-121-2/+3
|
* landisk bits; ok mickeyjmc2006-10-091-1/+2
|
* crank to 4.0-betaderaadt2006-07-261-2/+3
|
* +.Nx {3,4}.0;jmc2006-07-101-1/+3
|
* bits for armish; ok drahnjmc2006-06-081-1/+2
|
* Administrative changes for aviion, ok deraadt@miod2006-05-091-1/+5
|
* crank to 3.8-betaderaadt2006-01-191-2/+3
|
* Allow `.An' to be given a -split/-nosplit flag to toggle the behavior ofjaredy2005-09-271-5/+12
| | | | | | causing line breaks to occur, as is present in newer versions of groff. OK deraadt@, jmc@.
* move to 3.8-betaderaadt2005-08-091-2/+3
|
* latest edition of susv3 is 2004, so use that as .St -p1003.1-200*;jmc2005-06-051-4/+4
| | | | ok marco@
* add hppa64;jmc2005-04-021-1/+2
| | | | ok mickey@ deraadt@
* move to 3.7-betaderaadt2005-03-071-2/+3
|
* remove the following from .Dt archs:jmc2005-01-061-7/+1
| | | | | | | | | | | arm32 atari pc532 pegasos tahoe x68k ok miod@
* Add a zaurus category.miod2005-01-041-1/+2
|
* make Nx and Ox parsed; ok jmc, (previously) millertjaredy2004-11-211-95/+56
|
* add sgi;jmc2004-08-101-1/+2
| | | | ok miod@
* move to 3.6-betaderaadt2004-08-092-3/+6
|
* update .Vt (variable type) macro:jmc2004-06-064-24/+41
| | | | | | | | | - .Vt now parsed and callable - do not cause line break/insert vertical space outside SYNOPSIS - respect punctuation the hard work from jared yanovich; ok millert@
* NetBSD (r) 2.0 definitely will exist.grange2004-05-051-1/+3
| | | | ok miod@ jmc@
* Add luna88k related directories and information to the build infrastructure.miod2004-04-211-1/+2
| | | | ok deraadt@, millert@, krw@ - mdoc ok jmc@
* move to 3.5-betaderaadt2004-02-272-3/+6
|
* - add .In macro for include headersjmc2004-02-201-14/+57
| | | | | | | | | | - remove obsolescent .Ex cruft - do not separate .%A with a comma if there are only two authors (from itojun@'s commit to NetBSD) - escape -1 in .Rv - add .Ex macro for exit values ok millert@
* bce (Broadcom 4401 10/100 ethernet driver) from NetBSDandreas2004-02-131-1/+3
| | | | Most work by nate@, ok deraadt@
* add .Dt entries for amd64 and cats;jmc2004-02-081-1/+3
| | | | ok miod@
* remove old .St standards and my comments;jmc2004-01-251-14/+1
| | | | ok deraadt@
* add some missing standards to the .St macro;jmc2004-01-251-8/+50
| | | | | | use 4 digits for year numbers >= 2000, rather than 2; ok deraadt@
* Add -p1003.1-03 for POSIX 1003.1 2003 Editionmillert2003-12-111-2/+6
|
* add entry for Pegasos;jmc2003-11-091-1/+2
| | | | ok miod@
* typos from Jonathon Gray;jmc2003-11-081-2/+2
|
* Allow ".Nm [punctuation]" to work (previously an argument was needed).jmc2003-10-041-12/+36
| | | | | | | Also stops line break on ".Nm [no arg]". from NetBSD; ok deraadt@