diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-01-24 15:37:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-01-24 15:37:13 +0000 |
commit | 7b46fa8978fbde750a59440e05b178b17dcde35b (patch) | |
tree | ca58e4ba8a2d48284a2371e3e73e7b8954b97e62 /share | |
parent | 540d39325d886a0fc14544d910613786b462278b (diff) |
let .Dt recognise "loongson"; ok matthieu miod
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 10 | ||||
-rw-r--r-- | share/tmac/mdoc/doc-common | 3 |
2 files changed, 7 insertions, 6 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index b0f2b5276c5..9b1eabb9f1c 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.83 2010/01/03 14:31:01 schwarze Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.84 2010/01/24 15:37:12 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: January 3 2010 $ +.Dd $Mdocdate: January 24 2010 $ .Dt MDOC.SAMPLES 7 .Os .Sh NAME @@ -673,9 +673,9 @@ This is useful for pages specific only to a particular architecture. The architectures currently defined are: .Bd -unfilled -offset indent alpha, amd64, amiga, arc, armish, aviion, hp300, -hppa, hppa64, i386, landisk, luna88k, mac68k, macppc, -mvme68k, mvme88k, mvmeppc, pmax, sgi, socppc, sparc, -sparc64, sun3, vax, zaurus +hppa, hppa64, i386, landisk, loongson, luna88k, +mac68k, macppc, 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 c99f8cd92ef..26d8d753398 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.63 2009/10/04 07:20:54 jmc Exp $ +.\" $OpenBSD: doc-common,v 1.64 2010/01/24 15:37:12 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -178,6 +178,7 @@ . if "\\$3"hppa64" .as vT \ (HPPA64) . if "\\$3"i386" .as vT \ (i386) . if "\\$3"landisk" .as vT \ (LANDISK) +. if "\\$3"loongson" .as vT \ (Loongson) . if "\\$3"luna88k" .as vT \ (Luna88K) . if "\\$3"mac68k" .as vT \ (Mac68K) . if "\\$3"macppc" .as vT \ (MacPPC) |