diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-09 16:12:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-09 16:12:03 +0000 |
commit | 62df873688c4681ec0dd8e02cc6231e24ef8d2b3 (patch) | |
tree | 35cf0c02fd9d364de4775fafc6b7557dca23bee5 | |
parent | cb827e61273497c6a9e3214c6f907c9fb0de407d (diff) |
add entry for Pegasos;
ok miod@
-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 00c52918346..43fa5c962c8 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.33 2003/09/02 19:04:58 jmc Exp $ +.\" $OpenBSD: doc-common,v 1.34 2003/11/09 16:12:02 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -180,6 +180,7 @@ . if "\\$3"mvme88k" .as vT \ (MVME88K) . if "\\$3"mvmeppc" .as vT \ (MVMEPPC) . if "\\$3"pc532" .as vT \ (PC532) +. if "\\$3"pegasos" .as vT \ (Pegasos) . if "\\$3"pmax" .as vT \ (PMAX) . if "\\$3"sparc" .as vT \ (SPARC) . if "\\$3"sparc64" .as vT \ (SPARC64) |