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 aa5f8a363e0..6caf22323ce 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.38 2004/06/06 22:38:10 jmc Exp $ +.\" $OpenBSD: doc-common,v 1.39 2004/08/09 18:08:51 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -203,7 +203,7 @@ .de Os .ds oS Null .if "\\$1"" \{\ -. ds oS OpenBSD 3.5 +. ds oS OpenBSD 3.6 .\} .if "\\$2"" \{\ . ds aa Non-Null @@ -273,6 +273,7 @@ . if "\\$2"3.3" .as oS \03.3 . 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 "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 |