diff options
author | 1998-04-12 20:06:22 +0000 | |
---|---|---|
committer | 1998-04-12 20:06:22 +0000 | |
commit | ea027ff3eefe2b78bcf34653dbdc8c07a6f7edc1 (patch) | |
tree | ad47e06ee6734f8a30d0b477261e079701678599 | |
parent | Well, the changes make do not work (diff) | |
download | wireguard-openbsd-ea027ff3eefe2b78bcf34653dbdc8c07a6f7edc1.tar.xz wireguard-openbsd-ea027ff3eefe2b78bcf34653dbdc8c07a6f7edc1.zip |
We forgot to bump the tmac mdoc release tags to 2.3.
-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 |