From 5b41a05a1aa1563a896609f7f3cedf2cbc86a568 Mon Sep 17 00:00:00 2001 From: phantom Date: Wed, 22 Sep 1999 21:38:40 +0000 Subject: Allow "Alpha" as 2nd argument for .Dt macro. So, we can go with "Alpha architecture" manpages. --- contrib/groff/tmac/doc-common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/groff/tmac') diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common index 9430d76..864c389 100644 --- a/contrib/groff/tmac/doc-common +++ b/contrib/groff/tmac/doc-common @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)doc-common 5.7 (Berkeley) 8/5/91 -.\" $Id$ +.\" $FreeBSD$ .\" .\" %beginstrip% .nr %A 1 @@ -191,6 +191,7 @@ . if "\\$3"vax" .as vT \ (VAX Architecture) . if "\\$3"hp300" .as vT \ (HP300 Architecture) . if "\\$3"i386" .as vT \ (i386 Architecture) +. if "\\$3"Alpha" .as vT \ (Alpha Architecture) . if "\\*(vT"LOCAL" .ds vT \\$3 .\} .. -- cgit v1.1