diff options
Diffstat (limited to 'share/tmac/mdoc')
-rw-r--r-- | share/tmac/mdoc/doc-common | 5 | ||||
-rw-r--r-- | share/tmac/mdoc/doc-syms | 4 |
2 files changed, 6 insertions, 3 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 diff --git a/share/tmac/mdoc/doc-syms b/share/tmac/mdoc/doc-syms index 0a19b5d5dbc..765df80726c 100644 --- a/share/tmac/mdoc/doc-syms +++ b/share/tmac/mdoc/doc-syms @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-syms,v 1.54 2004/05/05 12:57:59 grange Exp $ +.\" $OpenBSD: doc-syms,v 1.55 2004/08/09 18:08:51 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -202,6 +202,7 @@ . if "\\$1"3.4" \&OpenBSD 3.4\\*(aa\\$2 . if "\\$1"3.5" \&OpenBSD 3.5\\*(aa\\$2 . if "\\$1"3.6" \&OpenBSD 3.6\\*(aa\\$2 +. if "\\$1"3.7" \&OpenBSD 3.7\\*(aa\\$2 .\} .if \\n(.$==1 \{\ . if "\\$1"1.2" \&OpenBSD 1.2\\*(aa @@ -222,6 +223,7 @@ . if "\\$1"3.4" \&OpenBSD 3.4\\*(aa . if "\\$1"3.5" \&OpenBSD 3.5\\*(aa . if "\\$1"3.6" \&OpenBSD 3.6\\*(aa +. if "\\$1"3.7" \&OpenBSD 3.7\\*(aa . if "\\$1"." \&OpenBSD\\$1\\*(aa . if "\\$1"," \&OpenBSD\\$1\\*(aa .\} |