diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-01-26 23:04:29 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-01-26 23:04:29 +0000 |
commit | 22e8e4266ba2a5fb7a1251ef852b7984b9905f49 (patch) | |
tree | bd1c846e7de11edf737328847af8c5172d01c281 /share/tmac/mdoc | |
parent | 703acad2f0621a9ab157674f3b9d3c7e922802a2 (diff) |
4.7-BETA (also, lo-carb and ozone layer friendly)
Diffstat (limited to 'share/tmac/mdoc')
-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 26d8d753398..11eed95c1e2 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.64 2010/01/24 15:37:12 jmc Exp $ +.\" $OpenBSD: doc-common,v 1.65 2010/01/26 23:04:28 miod Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -204,7 +204,7 @@ .de Os .ds oS Null .if "\\$1"" \{\ -. ds oS OpenBSD 4.6 +. ds oS OpenBSD 4.7 .\} .if "\\$2"" \{\ . ds aa Non-Null @@ -289,6 +289,7 @@ . if "\\$2"4.4" .as oS \04.4 . if "\\$2"4.5" .as oS \04.5 . if "\\$2"4.6" .as oS \04.6 +. if "\\$2"4.7" .as oS \04.7 .\} .if "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 |