Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/tmac Add cats, cesfic, hp700, hpcarm, netwinder, shark...



details:   https://anonhg.NetBSD.org/src/rev/70742337191c
branches:  trunk
changeset: 534157:70742337191c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jul 18 22:50:46 2002 +0000

description:
Add cats, cesfic, hp700, hpcarm, netwinder, shark, x86_64.
Fix acorn32, algor, playstation2.
Problem reported by Matthias Drochner.

diffstat:

 share/tmac/doc-common |  15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diffs (67 lines):

diff -r fb30574737e3 -r 70742337191c share/tmac/doc-common
--- a/share/tmac/doc-common     Thu Jul 18 20:03:41 2002 +0000
+++ b/share/tmac/doc-common     Thu Jul 18 22:50:46 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: doc-common,v 1.57 2002/07/11 10:53:21 wiz Exp $
+.\"    $NetBSD: doc-common,v 1.58 2002/07/18 22:50:46 wiz Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -157,20 +157,24 @@
 .              if \\$2>=1 .if \\$2<=9 \{\
 .                      ds vT NetBSD
 .                      if "\\$3"acorn26"  .as vT /\\$3\ 
-.                      if "\\$3"acorn32"  .as vT /\\$3\
-.                      if "\\$3"algor"    .as vT /\\$3\
+.                      if "\\$3"acorn32"  .as vT /\\$3\ 
+.                      if "\\$3"algor"    .as vT /\\$3\ 
 .                      if "\\$3"alpha"    .as vT /\\$3\ 
 .                      if "\\$3"amiga"    .as vT /\\$3\ 
 .                      if "\\$3"arc"      .as vT /\\$3\ 
 .                      if "\\$3"arm32"    .as vT /\\$3\ 
 .                      if "\\$3"atari"    .as vT /\\$3\ 
 .                      if "\\$3"bebox"    .as vT /\\$3\ 
+.                      if "\\$3"cats"     .as vT /\\$3\ 
+.                      if "\\$3"cesfic"   .as vT /\\$3\ 
 .                      if "\\$3"cobalt"   .as vT /\\$3\ 
 .                      if "\\$3"dreamcast" .as vT /\\$3\ 
 .                      if "\\$3"evbarm"   .as vT /\\$3\ 
 .                      if "\\$3"evbmips"  .as vT /\\$3\ 
 .                      if "\\$3"evbsh3"   .as vT /\\$3\ 
 .                      if "\\$3"hp300"    .as vT /\\$3\ 
+.                      if "\\$3"hp700"    .as vT /\\$3\ 
+.                      if "\\$3"hpcarm"   .as vT /\\$3\ 
 .                      if "\\$3"hpcmips"  .as vT /\\$3\ 
 .                      if "\\$3"hpcsh"    .as vT /\\$3\ 
 .                      if "\\$3"i386"     .as vT /\\$3\ 
@@ -183,12 +187,13 @@
 .                      if "\\$3"mmeye"    .as vT /\\$3\ 
 .                      if "\\$3"mvme68k"  .as vT /\\$3\ 
 .                      if "\\$3"mvmeppc"  .as vT /\\$3\ 
+.                      if "\\$3"netwinder" .as vT /\\$3\ 
 .                      if "\\$3"news68k"  .as vT /\\$3\ 
 .                      if "\\$3"newsmips" .as vT /\\$3\ 
 .                      if "\\$3"next68k"  .as vT /\\$3\ 
 .                      if "\\$3"ofppc"    .as vT /\\$3\ 
 .                      if "\\$3"pc532"    .as vT /\\$3\ 
-.                      if "\\$3"playstation2 .as vT /\\$3\ 
+.                      if "\\$3"playstation2" .as vT /\\$3\ 
 .                      if "\\$3"pmax"     .as vT /\\$3\ 
 .                      if "\\$3"pmppc"    .as vT /\\$3\ 
 .                      if "\\$3"powerpc"  .as vT /\\$3\ 
@@ -197,6 +202,7 @@
 .                      if "\\$3"sbmips"   .as vT /\\$3\ 
 .                      if "\\$3"sgimips"  .as vT /\\$3\ 
 .                      if "\\$3"sh3"      .as vT /\\$3\ 
+.                      if "\\$3"shark"    .as vT /\\$3\ 
 .                      if "\\$3"sparc"    .as vT /\\$3\ 
 .                      if "\\$3"sparc64"  .as vT /\\$3\ 
 .                      if "\\$3"sun2"     .as vT /\\$3\ 
@@ -204,6 +210,7 @@
 .                      if "\\$3"vax"      .as vT /\\$3\ 
 .                      if "\\$3"walnut"   .as vT /\\$3\ 
 .                      if "\\$3"x68k"     .as vT /\\$3\ 
+.                      if "\\$3"x86_64"   .as vT /\\$3\ 
 .                      if "\\$2"1" .as vT " Reference Manual
 .                      if \\$2>1 .if \\$2<6 .as vT " Programmer's Manual
 .                      if "\\$2"7" .as vT " Reference Manual



Home | Main Index | Thread Index | Old Index