diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-23 08:25:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-23 08:25:04 +0000 |
commit | be0defd40068ef04fdeae0d98a39fe7a9a1d159f (patch) | |
tree | 9b7bdb4e27236fa1395224f2bbfa8f3ece47ea49 /share | |
parent | c9ddb345840947059367871425560ad0ffe4d618 (diff) |
move towards 2.6-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, 6 insertions, 3 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 5a4aea85797..45baf8797cc 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -1,4 +1,4 @@ -# $OpenBSD: sys.mk,v 1.20 1999/03/03 05:50:19 smurph Exp $ +# $OpenBSD: sys.mk,v 1.21 1999/09/23 08:25:01 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= 5 +OSMINOR= 6 OSREV= $(OSMAJOR).$(OSMINOR) OSrev= $(OSMAJOR)$(OSMINOR) diff --git a/share/tmac/mdoc/doc-common b/share/tmac/mdoc/doc-common index 70250b9ed2d..afdbd985168 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.16 1999/09/22 23:22:46 aaron Exp $ +.\" $OpenBSD: doc-common,v 1.17 1999/09/23 08:25:03 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -250,6 +250,9 @@ . if "\\$2"2.1" .as oS \02.1 . if "\\$2"2.2" .as oS \02.2 . if "\\$2"2.3" .as oS \02.3 +. 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 "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 |