diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1997-10-20 02:04:46 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1997-10-20 02:04:46 +0000 |
commit | 2cf81a6b73b87e4473a1614edef4dc8605ff0b50 (patch) | |
tree | 3408597b582f2a2d06ceaa6a745b335b7005df82 /share/tmac/mdoc/doc-common | |
parent | d0c75a5979799417f05d8d18f4eba535dc747daa (diff) |
Set default OS version tag and import various NetBSD version tags as well.
Diffstat (limited to 'share/tmac/mdoc/doc-common')
-rw-r--r-- | share/tmac/mdoc/doc-common | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/share/tmac/mdoc/doc-common b/share/tmac/mdoc/doc-common index fcfba4f3816..bbd0e328301 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.5 1997/04/22 21:11:29 etheisen Exp $ +.\" $OpenBSD: doc-common,v 1.6 1997/10/20 02:04:44 etheisen Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -192,7 +192,7 @@ .de Os .ds oS Null .if "\\$1"" \{\ -. ds oS OpenBSD 2.1 +. ds oS OpenBSD 2.2 .\} .if "\\$2"" \{\ . ds aa Non-Null @@ -224,18 +224,26 @@ .if "\\$1"NetBSD" \{\ . ds oS NetBSD . if "\\$2"0.8" .as oS \00.8 -. if "\\$2"0.8a" .as oS \00.8a +. if "\\$2"0.8a" .as oS \00.8A . if "\\$2"0.9" .as oS \00.9 -. if "\\$2"0.9a" .as oS \00.9a +. if "\\$2"0.9a" .as oS \00.9A . if "\\$2"1.0" .as oS \01.0 -. if "\\$2"1.0" .as oS \01.0a +. if "\\$2"1.0a" .as oS \01.0A . if "\\$2"1.1" .as oS \01.1 -. if "\\$2"1.1" .as oS \01.2 +. if "\\$2"1.2" .as oS \01.2 +. if "\\$2"1.2a" .as oS \01.2A +. if "\\$2"1.2b" .as oS \01.2B +. if "\\$2"1.2c" .as oS \01.2C +. if "\\$2"1.2d" .as oS \01.2D +. if "\\$2"1.2e" .as oS \01.2E +. if "\\$2"1.3" .as oS \01.3 .\} .if "\\$1"OpenBSD" \{\ . ds oS OpenBSD . if "\\$2"1.2" .as oS \01.2 . if "\\$2"2.0" .as oS \02.0 +. if "\\$2"2.1" .as oS \02.1 +. if "\\$2"2.2" .as oS \02.2 .\} .if "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 |