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 | |
parent | 171ba4f5b30794c7600152d97bb311b217192972 (diff) |
crank to 4.0-beta
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/sys.mk | 6 | ||||
-rw-r--r-- | share/tmac/mdoc/doc-common | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk index fe8fe896cfb..cf2f4df8a02 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -1,4 +1,4 @@ -# $OpenBSD: sys.mk,v 1.50 2006/05/28 23:54:59 cloder Exp $ +# $OpenBSD: sys.mk,v 1.51 2006/07/26 20:34:11 deraadt Exp $ # $NetBSD: sys.mk,v 1.27 1996/04/10 05:47:19 mycroft Exp $ # @(#)sys.mk 5.11 (Berkeley) 3/13/91 @@ -9,8 +9,8 @@ .endif unix= We run OpenBSD. -OSMAJOR= 3 -OSMINOR= 9 +OSMAJOR= 4 +OSMINOR= 0 OSREV= $(OSMAJOR).$(OSMINOR) OSrev= $(OSMAJOR)$(OSMINOR) 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 |