diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-26 15:10:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-26 15:10:21 +0000 |
commit | 8362a640818af87ab07778c35be583eaa442b6cc (patch) | |
tree | 778304f46445026482777967349b6fadaae9776e /share/tmac | |
parent | ea9732599c996c27d1ace6ccca1e3fdbe082b412 (diff) |
add a "mips64" architecture; requested by/ok miod
Diffstat (limited to 'share/tmac')
-rw-r--r-- | share/tmac/mdoc/doc-common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/tmac/mdoc/doc-common b/share/tmac/mdoc/doc-common index 447b24da35c..f6732f4f41c 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.66 2010/07/24 15:31:19 deraadt Exp $ +.\" $OpenBSD: doc-common,v 1.67 2010/09/26 15:10:20 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -182,6 +182,7 @@ . if "\\$3"luna88k" .as vT \ (Luna88K) . if "\\$3"mac68k" .as vT \ (Mac68K) . if "\\$3"macppc" .as vT \ (MacPPC) +. if "\\$3"mips64" .as vT \ (MIPS64) . if "\\$3"mvme68k" .as vT \ (MVME68K) . if "\\$3"mvme88k" .as vT \ (MVME88K) . if "\\$3"mvmeppc" .as vT \ (MVMEPPC) |