diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-26 20:34:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-26 20:34:12 +0000 |
commit | a161cadce9f49c87fd4de7634ae53caa55942f86 (patch) | |
tree | 9197a552c9a3d143c7e57132476209509da3ea93 /share/tmac | |
parent | 171ba4f5b30794c7600152d97bb311b217192972 (diff) |
crank to 4.0-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 6b78e5d5f80..0aeb99c03c2 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.48 2006/06/08 14:19:58 jmc Exp $ +.\" $OpenBSD: doc-common,v 1.49 2006/07/26 20:34:11 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -202,7 +202,7 @@ .de Os .ds oS Null .if "\\$1"" \{\ -. ds oS OpenBSD 3.9 +. ds oS OpenBSD 4.0 .\} .if "\\$2"" \{\ . ds aa Non-Null @@ -279,6 +279,7 @@ . if "\\$2"3.7" .as oS \03.7 . if "\\$2"3.8" .as oS \03.8 . if "\\$2"3.9" .as oS \03.9 +. if "\\$2"4.0" .as oS \04.0 .\} .if "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 |