diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-02 17:16:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-02 17:16:04 +0000 |
commit | 5182e96ce476a735c3a7aafbaeef53c5c5640849 (patch) | |
tree | baceea15448debf180301cca85daec4e13be9001 | |
parent | 84cdba5b5e4a64bd6f021edd913827b6810acdf8 (diff) |
add hppa64;
ok mickey@ deraadt@
-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 17e8da5ec76..daa35cc13cb 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.43 2005/03/07 00:06:00 deraadt Exp $ +.\" $OpenBSD: doc-common,v 1.44 2005/04/02 17:16:03 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -174,6 +174,7 @@ . if "\\$3"cats" .as vT \ (Cats) . if "\\$3"hp300" .as vT \ (HP300) . if "\\$3"hppa" .as vT \ (HPPA) +. if "\\$3"hppa64" .as vT \ (HPPA64) . if "\\$3"i386" .as vT \ (i386) . if "\\$3"luna88k" .as vT \ (Luna88K) . if "\\$3"mac68k" .as vT \ (Mac68K) |