diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-08-10 22:21:32 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-08-10 22:21:32 +0000 |
commit | bec5070127beb40c6643818f85147e88b6f0fe9c (patch) | |
tree | 7d4aa842c8c91fc198bb3e6dec24f81a573adf80 /share/tmac | |
parent | 3d9e8d6cfee6fa131f42811e821f253411ed3a95 (diff) |
add sgi;
ok miod@
Diffstat (limited to 'share/tmac')
-rw-r--r-- | share/tmac/mdoc/doc-common | 3 |
1 files changed, 2 insertions, 1 deletions
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) |