summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-06-08 14:19:58 +0000
committerjmc <jmc@openbsd.org>2006-06-08 14:19:58 +0000
commit3ee77ef3dfb93aaa886a8c219ac09de03a774411 (patch)
treed90e82e1dd737bec37d64bde212646c636d7ba99
parentdont panic on empty portfacts or portenable replies. we should probably (diff)
downloadwireguard-openbsd-3ee77ef3dfb93aaa886a8c219ac09de03a774411.tar.xz
wireguard-openbsd-3ee77ef3dfb93aaa886a8c219ac09de03a774411.zip
bits for armish; ok drahn
-rw-r--r--share/man/man7/mdoc.samples.79
-rw-r--r--share/tmac/mdoc/doc-common3
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)