diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-08 05:06:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-08 05:06:26 +0000 |
commit | 7c2b118d597d4335b6e7cffd5950cc45da0b0506 (patch) | |
tree | 5fa422d0a65cc089bf8ecf13cfbb3460e72adcb0 /share | |
parent | 2c93295a746de6fdfc3183547a92d91db48845b7 (diff) |
2.7-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 45baf8797cc..a61aec0b89a 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -1,4 +1,4 @@ -# $OpenBSD: sys.mk,v 1.21 1999/09/23 08:25:01 deraadt Exp $ +# $OpenBSD: sys.mk,v 1.22 2000/04/08 05:06:25 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= 2 -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 a4f380ea74f..de649e59bce 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.18 2000/02/05 12:24:12 espie Exp $ +.\" $OpenBSD: doc-common,v 1.19 2000/04/08 05:06:25 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -197,7 +197,7 @@ .de Os .ds oS Null .if "\\$1"" \{\ -. ds oS OpenBSD 2.6 +. ds oS OpenBSD 2.7 .\} .if "\\$2"" \{\ . ds aa Non-Null @@ -253,6 +253,7 @@ . if "\\$2"2.4" .as oS \02.4 . if "\\$2"2.5" .as oS \02.5 . if "\\$2"2.6" .as oS \02.6 +. if "\\$2"2.7" .as oS \02.7 .\} .if "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 |