summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-08-10 22:21:32 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-08-10 22:21:32 +0000
commitbec5070127beb40c6643818f85147e88b6f0fe9c (patch)
tree7d4aa842c8c91fc198bb3e6dec24f81a573adf80
parent3d9e8d6cfee6fa131f42811e821f253411ed3a95 (diff)
add sgi;
ok miod@
-rw-r--r--share/man/man7/mdoc.samples.76
-rw-r--r--share/tmac/mdoc/doc-common3
2 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7
index 1d2262ab677..560c8bf4bc1 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.57 2004/07/02 10:36:57 jmc Exp $
+.\" $OpenBSD: mdoc.samples.7,v 1.58 2004/08/10 22:21:31 jmc Exp $
.\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -657,8 +657,8 @@ The architectures currently defined are:
.Bd -unfilled -offset indent
alpha, amd64, amiga, arc, arm32, atari, cats, hp300,
hppa, i386, luna88k, mac68k, macppc, mvme68k, mvme88k,
-mvmeppc, pc532, pegasos, pmax, sparc, sparc64, sun3,
-tahoe, vax, x68k
+mvmeppc, pc532, pegasos, pmax, sgi, sparc, sparc64,
+sun3, tahoe, vax, x68k
.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 6caf22323ce..bbf472e94f5 100644
--- a/share/tmac/mdoc/doc-common
+++ b/share/tmac/mdoc/doc-common
@@ -1,4 +1,4 @@
-.\" $OpenBSD: doc-common,v 1.39 2004/08/09 18:08:51 deraadt Exp $
+.\" $OpenBSD: doc-common,v 1.40 2004/08/10 22:21:31 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -186,6 +186,7 @@
. if "\\$3"pc532" .as vT \ (PC532)
. if "\\$3"pegasos" .as vT \ (Pegasos)
. if "\\$3"pmax" .as vT \ (PMAX)
+. if "\\$3"sgi" .as vT \ (SGI)
. if "\\$3"sparc" .as vT \ (SPARC)
. if "\\$3"sparc64" .as vT \ (SPARC64)
. if "\\$3"sun3" .as vT \ (Sun3)