diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-07-02 00:13:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-07-02 00:13:33 +0000 |
commit | d4f0e47bbacc1309768228cde9fe76b4b71e5dff (patch) | |
tree | e399ae045d98698e79d71a8706b1e4c850cc7a21 /share | |
parent | f565f0697af0e83e4c172e5a3f0a9eaa2abf8805 (diff) |
move to 4.4-beta
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 867da751474..722bed73b08 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -1,4 +1,4 @@ -# $OpenBSD: sys.mk,v 1.54 2008/02/20 17:46:51 miod Exp $ +# $OpenBSD: sys.mk,v 1.55 2008/07/02 00:13:32 deraadt 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= 3 +OSMINOR= 4 OSREV= $(OSMAJOR).$(OSMINOR) OSrev= $(OSMAJOR)$(OSMINOR) diff --git a/share/tmac/mdoc/doc-common b/share/tmac/mdoc/doc-common index 3fa1b69dfe2..d761a9fd5c8 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.58 2008/05/14 20:55:11 miod Exp $ +.\" $OpenBSD: doc-common,v 1.59 2008/07/02 00:13:32 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 4.3 +. ds oS OpenBSD 4.4 .\} .if "\\$2"" \{\ . ds aa Non-Null @@ -284,6 +284,7 @@ . if "\\$2"4.1" .as oS \04.1 . if "\\$2"4.2" .as oS \04.2 . if "\\$2"4.3" .as oS \04.3 +. if "\\$2"4.4" .as oS \04.4 .\} .if "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 |