Allow "Alpha" as 2nd argument for .Dt macro. So, we can go
with "Alpha architecture" manpages.
This commit is contained in:
parent
13e6955a9d
commit
67b687baf2
@ -30,7 +30,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" @(#)doc-common 5.7 (Berkeley) 8/5/91
|
.\" @(#)doc-common 5.7 (Berkeley) 8/5/91
|
||||||
.\" $Id$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.\" %beginstrip%
|
.\" %beginstrip%
|
||||||
.nr %A 1
|
.nr %A 1
|
||||||
@ -191,6 +191,7 @@
|
|||||||
. if "\\$3"vax" .as vT \ (VAX Architecture)
|
. if "\\$3"vax" .as vT \ (VAX Architecture)
|
||||||
. if "\\$3"hp300" .as vT \ (HP300 Architecture)
|
. if "\\$3"hp300" .as vT \ (HP300 Architecture)
|
||||||
. if "\\$3"i386" .as vT \ (i386 Architecture)
|
. if "\\$3"i386" .as vT \ (i386 Architecture)
|
||||||
|
. if "\\$3"Alpha" .as vT \ (Alpha Architecture)
|
||||||
. if "\\*(vT"LOCAL" .ds vT \\$3
|
. if "\\*(vT"LOCAL" .ds vT \\$3
|
||||||
.\}
|
.\}
|
||||||
..
|
..
|
||||||
|
Loading…
Reference in New Issue
Block a user