diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-10-02 16:25:31 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-10-02 16:25:31 +0000 |
commit | 70b823c52badcf8ea58bf428ba00b78b4e825065 (patch) | |
tree | cfde563dc7bee7bd7a67116b8e5274092b7acddb /share/tmac/mdoc | |
parent | d0bb683ec3093f54d4f617ddb976acd439b15def (diff) |
Remove powerpc, add macppc, mvmeppc, sparc64; OK drahn@
Diffstat (limited to 'share/tmac/mdoc')
-rw-r--r-- | share/tmac/mdoc/doc-common | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/tmac/mdoc/doc-common b/share/tmac/mdoc/doc-common index 8e31699ccf4..9edb97e60de 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.25 2001/09/11 13:11:18 deraadt Exp $ +.\" $OpenBSD: doc-common,v 1.26 2001/10/02 16:25:30 millert Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -177,12 +177,14 @@ . if "\\$3"hppa" .as vT \ (HPPA) . if "\\$3"i386" .as vT \ (i386) . if "\\$3"mac68k" .as vT \ (Mac68K) +. if "\\$3"macppc" .as vT \ (MacPPC) . if "\\$3"mvme68k" .as vT \ (MVME68K) . if "\\$3"mvme88k" .as vT \ (MVME88K) +. if "\\$3"mvmeppc" .as vT \ (MVMEPPC) . if "\\$3"pc532" .as vT \ (PC532) . if "\\$3"pmax" .as vT \ (PMAX) -. if "\\$3"powerpc" .as vT \ (PowerPC) . if "\\$3"sparc" .as vT \ (SPARC) +. if "\\$3"sparc64" .as vT \ (SPARC64) . if "\\$3"sun3" .as vT \ (Sun3) . if "\\$3"tahoe" .as vT \ (Tahoe) . if "\\$3"vax" .as vT \ (VAX) |