diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-06-08 14:19:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-06-08 14:19:59 +0000 |
commit | 5f25d4ea2a5fdcdfa098574a83cc1a62672e7436 (patch) | |
tree | 5ae67ef3e59b0fa1b45b9fcf3f7e113eef5157dd /share | |
parent | c9abe1fb637da922db4556b85cc89c98afe4b028 (diff) |
bits for armish; ok drahn
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 9 | ||||
-rw-r--r-- | share/tmac/mdoc/doc-common | 3 |
2 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 2b8bdef3c2f..0a9592398a6 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.69 2006/05/09 21:17:13 miod Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.70 2006/06/08 14:19:58 jmc Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -665,9 +665,10 @@ next to the volume title. This is useful for pages specific only to a particular architecture. The architectures currently defined are: .Bd -unfilled -offset indent -alpha, amd64, amiga, arc, aviion, cats, hp300, hppa, hppa64, -i386, luna88k, mac68k, macppc, mvme68k, mvme88k, -mvmeppc, pmax, sgi, sparc, sparc64, sun3, vax, zaurus +alpha, amd64, amiga, arc, armish, aviion, cats, hp300, +hppa, hppa64, i386, luna88k, mac68k, macppc, mvme68k, +mvme88k, mvmeppc, pmax, sgi, 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 8cfa5a3b419..6b78e5d5f80 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.47 2006/05/09 21:17:13 miod Exp $ +.\" $OpenBSD: doc-common,v 1.48 2006/06/08 14:19:58 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -171,6 +171,7 @@ . if "\\$3"amd64" .as vT \ (AMD64) . if "\\$3"amiga" .as vT \ (Amiga) . if "\\$3"arc" .as vT \ (ARC) +. if "\\$3"armish" .as vT \ (ARMISH) . if "\\$3"aviion" .as vT \ (AViiON) . if "\\$3"cats" .as vT \ (Cats) . if "\\$3"hp300" .as vT \ (HP300) |