Allow "Alpha" as 2nd argument for .Dt macro. So, we can go
with "Alpha architecture" manpages.
This commit is contained in:
parent
9811e1f1a1
commit
630bf98376
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51564
@ -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
|
||||
.\}
|
||||
..
|
||||
|
Loading…
Reference in New Issue
Block a user