diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-01-26 23:04:29 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-01-26 23:04:29 +0000 |
commit | 22e8e4266ba2a5fb7a1251ef852b7984b9905f49 (patch) | |
tree | bd1c846e7de11edf737328847af8c5172d01c281 /share | |
parent | 703acad2f0621a9ab157674f3b9d3c7e922802a2 (diff) |
4.7-BETA (also, lo-carb and ozone layer friendly)
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/sys.mk | 4 | ||||
-rw-r--r-- | share/tmac/mdoc/doc-common | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk index c417e459a2d..524b3e4ae76 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -1,4 +1,4 @@ -# $OpenBSD: sys.mk,v 1.57 2009/06/20 23:38:12 miod Exp $ +# $OpenBSD: sys.mk,v 1.58 2010/01/26 23:04:28 miod Exp $ # $NetBSD: sys.mk,v 1.27 1996/04/10 05:47:19 mycroft Exp $ # @(#)sys.mk 5.11 (Berkeley) 3/13/91 @@ -10,7 +10,7 @@ unix= We run OpenBSD. OSMAJOR= 4 -OSMINOR= 6 +OSMINOR= 7 OSREV= $(OSMAJOR).$(OSMINOR) OSrev= $(OSMAJOR)$(OSMINOR) diff --git a/share/tmac/mdoc/doc-common b/share/tmac/mdoc/doc-common index 26d8d753398..11eed95c1e2 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.64 2010/01/24 15:37:12 jmc Exp $ +.\" $OpenBSD: doc-common,v 1.65 2010/01/26 23:04:28 miod 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.6 +. ds oS OpenBSD 4.7 .\} .if "\\$2"" \{\ . ds aa Non-Null @@ -289,6 +289,7 @@ . if "\\$2"4.4" .as oS \04.4 . 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 "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 |