diff options
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 37f17632704..55ec290bb3f 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.29 2002/09/10 21:36:57 deraadt Exp $ +.\" $OpenBSD: doc-common,v 1.30 2003/02/12 23:07:28 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -200,7 +200,7 @@ .de Os .ds oS Null .if "\\$1"" \{\ -. ds oS OpenBSD 3.2 +. ds oS OpenBSD 3.3 .\} .if "\\$2"" \{\ . ds aa Non-Null @@ -267,6 +267,7 @@ . if "\\$2"3.0" .as oS \03.0 . if "\\$2"3.1" .as oS \03.1 . if "\\$2"3.2" .as oS \03.2 +. if "\\$2"3.3" .as oS \03.3 .\} .if "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 |