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 a6047909794..d5ed05a38fb 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.53 2007/05/31 04:28:09 jmc Exp $ +.\" $OpenBSD: doc-common,v 1.54 2007/07/25 20:07:27 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 4.1 +. ds oS OpenBSD 4.2 .\} .if "\\$2"" \{\ . ds aa Non-Null @@ -282,6 +282,7 @@ . if "\\$2"3.9" .as oS \03.9 . if "\\$2"4.0" .as oS \04.0 . if "\\$2"4.1" .as oS \04.1 +. if "\\$2"4.2" .as oS \04.2 .\} .if "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 |