diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-09 11:11:55 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-09 11:11:55 +0000 |
commit | a7cac1597d578bcecbdb951a102a6ac9b672d019 (patch) | |
tree | 74f82711096e1ceb22b2bd97eba65c7a995f2e25 /share/tmac/mdoc/doc-common | |
parent | b189a135f128d99429630dc5bd080ef2065d6844 (diff) |
landisk bits; ok mickey
Diffstat (limited to 'share/tmac/mdoc/doc-common')
-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 0aeb99c03c2..cc593d93754 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.49 2006/07/26 20:34:11 deraadt Exp $ +.\" $OpenBSD: doc-common,v 1.50 2006/10/09 11:11:54 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -178,6 +178,7 @@ . if "\\$3"hppa" .as vT \ (HPPA) . if "\\$3"hppa64" .as vT \ (HPPA64) . if "\\$3"i386" .as vT \ (i386) +. if "\\$3"landisk" .as vT \ (LANDISK) . if "\\$3"luna88k" .as vT \ (Luna88K) . if "\\$3"mac68k" .as vT \ (Mac68K) . if "\\$3"macppc" .as vT \ (MacPPC) |