diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1996-10-01 02:35:38 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1996-10-01 02:35:38 +0000 |
commit | 07059c9f9adbfad84897f472758aef17fe5a7c5d (patch) | |
tree | 5c353a08895c7204b905a24302f230fa8895a997 /share/tmac/mdoc/doc-common | |
parent | 7af587866799c05822d7ce6c84a82699bd1eb07b (diff) |
2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0
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 fe0e43cb0df..7a49d999dbf 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.3 1996/09/03 07:40:40 etheisen Exp $ +.\" $OpenBSD: doc-common,v 1.4 1996/10/01 02:35:37 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 1.2 +. ds oS OpenBSD 2.0 .\} .if "\\$2"" \{\ . ds aa Non-Null @@ -235,6 +235,7 @@ .if "\\$1"OpenBSD" \{\ . ds oS OpenBSD . if "\\$2"1.2" .as oS \01.2 +. if "\\$2"2.0" .as oS \02.0 .\} .if "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 |