diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-07 00:06:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-07 00:06:01 +0000 |
commit | 949450cd84686d2323c0c0c4286a086ee404b428 (patch) | |
tree | aa81e1da350ca49ccf7be0b432f2e7886cfae899 /share/tmac/mdoc/doc-common | |
parent | 3d1f1086014063ef681d7ef28abc781847c2f9f9 (diff) |
move to 3.7-beta
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 1d92cf565e6..17e8da5ec76 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.42 2005/01/06 00:08:28 jmc Exp $ +.\" $OpenBSD: doc-common,v 1.43 2005/03/07 00:06:00 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -199,7 +199,7 @@ .de Os .ds oS Null .if "\\$1"" \{\ -. ds oS OpenBSD 3.6 +. ds oS OpenBSD 3.7 .\} .if "\\$2"" \{\ . ds aa Non-Null @@ -270,6 +270,7 @@ . if "\\$2"3.4" .as oS \03.4 . if "\\$2"3.5" .as oS \03.5 . if "\\$2"3.6" .as oS \03.6 +. if "\\$2"3.7" .as oS \03.7 .\} .if "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 |