diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1998-04-12 20:06:23 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1998-04-12 20:06:23 +0000 |
commit | 4bcab0608fa535685283050db40b1cbdd5f70e18 (patch) | |
tree | b95472aab06ad21a7c964e25a69ad239e59e4ebf /share/tmac/mdoc/doc-common | |
parent | b2ae9c1408e33a32b375a2d119aca3d4346e55e5 (diff) |
We forgot to bump the tmac mdoc release tags to 2.3.
Diffstat (limited to 'share/tmac/mdoc/doc-common')
-rw-r--r-- | share/tmac/mdoc/doc-common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/tmac/mdoc/doc-common b/share/tmac/mdoc/doc-common index 98006f754b5..176ca02ecb8 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.7 1997/11/17 04:41:47 deraadt Exp $ +.\" $OpenBSD: doc-common,v 1.8 1998/04/12 20:06:22 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.2 +. ds oS OpenBSD 2.3 .\} .if "\\$2"" \{\ . ds aa Non-Null @@ -244,6 +244,7 @@ . 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 "\\$2"2.3" .as oS \02.3 .\} .if "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 |