diff options
author | 2004-02-08 11:16:34 +0000 | |
---|---|---|
committer | 2004-02-08 11:16:34 +0000 | |
commit | 842ea9a5d0e548510f90ec837915409e90e43fd1 (patch) | |
tree | aaad16a939056081657f78a9da8f70a92b799a93 | |
parent | Fix kernel panic which occurs under very high load: (diff) | |
download | wireguard-openbsd-842ea9a5d0e548510f90ec837915409e90e43fd1.tar.xz wireguard-openbsd-842ea9a5d0e548510f90ec837915409e90e43fd1.zip |
add .Dt entries for amd64 and cats;
ok miod@
-rw-r--r-- | share/tmac/mdoc/doc-common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/tmac/mdoc/doc-common b/share/tmac/mdoc/doc-common index 43fa5c962c8..adc4a6bd548 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.34 2003/11/09 16:12:02 jmc Exp $ +.\" $OpenBSD: doc-common,v 1.35 2004/02/08 11:16:34 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -167,10 +167,12 @@ .\" . if "\\$3"HOW" .ds vT OpenBSD How Pocket Manual . if "\\$3"LOCAL" .ds vT OpenBSD Local Manual . if "\\$3"alpha" .as vT \ (Alpha) +. if "\\$3"amd64" .as vT \ (AMD64) . if "\\$3"amiga" .as vT \ (Amiga) . if "\\$3"arc" .as vT \ (ARC) . if "\\$3"arm32" .as vT \ (Arm32) . if "\\$3"atari" .as vT \ (Atari) +. if "\\$3"cats" .as vT \ (Cats) . if "\\$3"hp300" .as vT \ (HP300) . if "\\$3"hppa" .as vT \ (HPPA) . if "\\$3"i386" .as vT \ (i386) |