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 | |
parent | ea9732599c996c27d1ace6ccca1e3fdbe082b412 (diff) |
add a "mips64" architecture; requested by/ok miod
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/mdoc.7 | 5 | ||||
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 8 | ||||
-rw-r--r-- | share/tmac/mdoc/doc-common | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 985b3c14465..e7bb462046e 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.51 2010/09/04 08:00:15 jmc Exp $ +.\" $OpenBSD: mdoc.7,v 1.52 2010/09/26 15:10:20 jmc Exp $ .\" .\" Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 4 2010 $ +.Dd $Mdocdate: September 26 2010 $ .Dt MDOC 7 .Os .Sh NAME @@ -1646,6 +1646,7 @@ It must be one of .Ar luna88k , .Ar mac68k , .Ar macppc , +.Ar mips64 , .Ar mvme68k , .Ar mvme88k , .Ar mvmeppc , diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 6ef2e45cb3d..933b6d00485 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.89 2010/09/19 13:18:26 jmc Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.90 2010/09/26 15:10:20 jmc Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -34,7 +34,7 @@ .\" times and is guaranteed to give a worst case performance .\" for an already extremely slow package. .\" -.Dd $Mdocdate: September 19 2010 $ +.Dd $Mdocdate: September 26 2010 $ .Dt MDOC.SAMPLES 7 .Os .Sh NAME @@ -675,8 +675,8 @@ The architectures currently defined are: .Bd -unfilled -offset indent alpha, amd64, amiga, arc, armish, aviion, hp300, hppa, hppa64, i386, landisk, loongson, luna88k, -mac68k, macppc, mvme68k, mvme88k, mvmeppc, pmax, -sgi, socppc, sparc, sparc64, sun3, vax, zaurus +mac68k, macppc, mips64, mvme68k, mvme88k, mvmeppc, +pmax, sgi, socppc, sparc, sparc64, sun3, vax, zaurus .Ed .It Li \&.Os operating_system release# The name of the operating system 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) |