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 | |
parent | b189a135f128d99429630dc5bd080ef2065d6844 (diff) |
landisk bits; ok mickey
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 8 | ||||
-rw-r--r-- | share/tmac/mdoc/doc-common | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 0a9592398a6..cdf713f3d28 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.70 2006/06/08 14:19:58 jmc Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.71 2006/10/09 11:11:54 jmc Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -666,9 +666,9 @@ This is useful for pages specific only to a particular architecture. The architectures currently defined are: .Bd -unfilled -offset indent alpha, amd64, amiga, arc, armish, aviion, cats, hp300, -hppa, hppa64, i386, luna88k, mac68k, macppc, mvme68k, -mvme88k, mvmeppc, pmax, sgi, sparc, sparc64, sun3, -vax, zaurus +hppa, hppa64, i386, landisk, luna88k, mac68k, macppc, +mvme68k, mvme88k, mvmeppc, pmax, sgi, sparc, sparc64, +sun3, vax, zaurus .Ed .It Li \&.Os operating_system release# The name of the operating system 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) |