diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-24 15:31:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-24 15:31:54 +0000 |
commit | 716549d75086ef6a0ec5ba994bcd315b16b3645f (patch) | |
tree | d0553a0d5ee941b5e78f25119a845431cb616845 /share/tmac | |
parent | 8033274383619004d9ac8dd6bb8c86757d580a3e (diff) |
move to 4.8-beta
Diffstat (limited to 'share/tmac')
-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 |