summaryrefslogtreecommitdiff
path: root/share/tmac
AgeCommit message (Collapse)Author
2008-07-02move to 4.4-betaTheo de Raadt
2008-05-14Add socppc, reminded by jmc@Miod Vallat
2008-02-26bump to 4.3; ok miodJason McIntyre
2008-02-204.3-betaMiod Vallat
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-08-02more cats removal;Jason McIntyre
2007-07-25crank to 4.2-betaTheo de Raadt
2007-05-31add missing colon to the $Mdocdate$ check; ok deraadtJason McIntyre
2007-05-26allow mdoc to understand a cvs \$Mdocdate\$ keyword in the .Dd line:Jason McIntyre
we'll use this shortly to bump .Dd automatically; ok deraadt
2007-02-124.1-betaHenning Brauer
2006-10-09landisk bits; ok mickeyJason McIntyre
2006-07-26crank to 4.0-betaTheo de Raadt
2006-07-10+.Nx {3,4}.0;Jason McIntyre
2006-06-08bits for armish; ok drahnJason McIntyre
2006-05-09Administrative changes for aviion, ok deraadt@Miod Vallat
2006-01-19crank to 3.8-betaTheo de Raadt
2005-09-27Allow `.An' to be given a -split/-nosplit flag to toggle the behavior ofJared Yanovich
causing line breaks to occur, as is present in newer versions of groff. OK deraadt@, jmc@.
2005-08-09move to 3.8-betaTheo de Raadt
2005-06-05latest edition of susv3 is 2004, so use that as .St -p1003.1-200*;Jason McIntyre
ok marco@
2005-04-02add hppa64;Jason McIntyre
ok mickey@ deraadt@
2005-03-07move to 3.7-betaTheo de Raadt
2005-01-06remove the following from .Dt archs:Jason McIntyre
arm32 atari pc532 pegasos tahoe x68k ok miod@
2005-01-04Add a zaurus category.Miod Vallat
2004-11-21make Nx and Ox parsed; ok jmc, (previously) millertJared Yanovich
2004-08-10add sgi;Jason McIntyre
ok miod@
2004-08-09move to 3.6-betaTheo de Raadt
2004-06-06update .Vt (variable type) macro:Jason McIntyre
- .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@
2004-05-05NetBSD (r) 2.0 definitely will exist.Alexander Yurchenko
ok miod@ jmc@
2004-04-21Add luna88k related directories and information to the build infrastructure.Miod Vallat
ok deraadt@, millert@, krw@ - mdoc ok jmc@
2004-02-27move to 3.5-betaTheo de Raadt
2004-02-20- add .In macro for include headersJason McIntyre
- 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@
2004-02-13bce (Broadcom 4401 10/100 ethernet driver) from NetBSDAndreas Gunnarsson
Most work by nate@, ok deraadt@
2004-02-08add .Dt entries for amd64 and cats;Jason McIntyre
ok miod@
2004-01-25remove old .St standards and my comments;Jason McIntyre
ok deraadt@
2004-01-25add some missing standards to the .St macro;Jason McIntyre
use 4 digits for year numbers >= 2000, rather than 2; ok deraadt@
2003-12-11Add -p1003.1-03 for POSIX 1003.1 2003 EditionTodd C. Miller
2003-11-09add entry for Pegasos;Jason McIntyre
ok miod@
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-04Allow ".Nm [punctuation]" to work (previously an argument was needed).Jason McIntyre
Also stops line break on ".Nm [no arg]". from NetBSD; ok deraadt@
2003-10-04prevent line breaks on .Xr's; from NetBSD;Jason McIntyre
ok deraadt@
2003-09-02various fixes:Jason McIntyre
doc: make sure that double spaces follow {!,?,.}, even when used in macros; fix partially from NetBSD; doc-common: add `?' and `!' as punctuation characters. This means they must now be escaped (just like `.') using `\&'; doc-ditroff: add `?' and `!' to the .Pu macro; sync order with doc-nroff; doc-nroff: add `?' and `!' to the .Pu macro; remove a bogus blank line; ok deraadt@
2003-08-11move to 3.4-betaTheo de Raadt
2003-07-24report the line number of the error when extraneous .Ed occurs;Jason McIntyre
idea from NetBSD but fixed slightly differently to sync with .El; ok millert@ deraadt@
2003-07-16put a space into the POSIX standards.Jason McIntyre
Something like: .Std -p1003.1-88 will print IEEE Std 1003.1-1988 (``POSIX'') instead of IEEE Std1003.1-1988 (``POSIX'') spotted by marc@ ok deraadt@ marc@
2003-07-16- fix a bug in .D1 that "ate" the first arg if it wasn't a macroJason McIntyre
from NetBSD - fix a typo in a comment ok deraadt@
2003-07-01add back the vertical line space, this time conditionally and precededJason McIntyre
by a break; from NetBSD; ok deraadt@
2003-06-28fixes a bug that was causing random blank lines in man pages;Jason McIntyre
diff taken from netbsd (mycroft@); many thanks to wiz@netbsd for pointing me in this direction; ok deraadt@
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-02add Nx 1.5.1 (referenced by macppc/awacs(4))Jason Wright
2003-04-08Use POSIX user:group chown format, not the old BSD user.group; Chuck YerkesTodd C. Miller