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 11eed95c1e2..447b24da35c 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.65 2010/01/26 23:04:28 miod Exp $ +.\" $OpenBSD: doc-common,v 1.66 2010/07/24 15:31:19 deraadt 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.7 +. ds oS OpenBSD 4.8 .\} .if "\\$2"" \{\ . ds aa Non-Null @@ -290,6 +290,7 @@ . 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 "\\$2"4.8" .as oS \04.8 .\} .if "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 |