diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/sys.mk | 4 | ||||
-rw-r--r-- | share/tmac/mdoc/doc-common | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk index ec93e916444..867da751474 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -1,4 +1,4 @@ -# $OpenBSD: sys.mk,v 1.53 2007/07/25 20:07:27 deraadt Exp $ +# $OpenBSD: sys.mk,v 1.54 2008/02/20 17:46:51 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= 2 +OSMINOR= 3 OSREV= $(OSMAJOR).$(OSMINOR) OSrev= $(OSMAJOR)$(OSMINOR) diff --git a/share/tmac/mdoc/doc-common b/share/tmac/mdoc/doc-common index 9b533d715b2..44957abeb4f 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.55 2007/08/02 07:13:27 jmc Exp $ +.\" $OpenBSD: doc-common,v 1.56 2008/02/20 17:46:51 miod Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -282,6 +282,7 @@ . if "\\$2"4.0" .as oS \04.0 . 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 "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 |