diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-11 14:52:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-11 14:52:44 +0000 |
commit | b2a16a5d3acaded27fdf681b14357842c5c03d0e (patch) | |
tree | 0d8b532c8ab042473b8188ed0529ac858e4a9589 /share | |
parent | 8f3be7baac07acfa919b995c500c4feab3e9984d (diff) |
move to 3.4-beta
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/sys.mk | 4 | ||||
-rw-r--r-- | share/tmac/mdoc/doc-common | 5 | ||||
-rw-r--r-- | share/tmac/mdoc/doc-syms | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 06e734edc6e..60b3f007ab2 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -1,4 +1,4 @@ -# $OpenBSD: sys.mk,v 1.34 2003/08/08 22:32:13 miod Exp $ +# $OpenBSD: sys.mk,v 1.35 2003/08/11 14:52:42 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= 3 -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 8cec3811630..b7f3ae71197 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.31 2003/06/02 23:30:16 millert Exp $ +.\" $OpenBSD: doc-common,v 1.32 2003/08/11 14:52:42 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -196,7 +196,7 @@ .de Os .ds oS Null .if "\\$1"" \{\ -. ds oS OpenBSD 3.3 +. ds oS OpenBSD 3.4 .\} .if "\\$2"" \{\ . ds aa Non-Null @@ -264,6 +264,7 @@ . if "\\$2"3.1" .as oS \03.1 . if "\\$2"3.2" .as oS \03.2 . if "\\$2"3.3" .as oS \03.3 +. if "\\$2"3.4" .as oS \03.4 .\} .if "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 diff --git a/share/tmac/mdoc/doc-syms b/share/tmac/mdoc/doc-syms index 3c309c4551b..56e050473c1 100644 --- a/share/tmac/mdoc/doc-syms +++ b/share/tmac/mdoc/doc-syms @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-syms,v 1.47 2003/07/16 07:43:28 jmc Exp $ +.\" $OpenBSD: doc-syms,v 1.48 2003/08/11 14:52:42 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -196,6 +196,7 @@ . if "\\$1"3.2" \&OpenBSD 3.2\\*(aa\\$2 . if "\\$1"3.3" \&OpenBSD 3.3\\*(aa\\$2 . if "\\$1"3.4" \&OpenBSD 3.4\\*(aa\\$2 +. if "\\$1"3.5" \&OpenBSD 3.5\\*(aa\\$2 .\} .if \\n(.$==1 \{\ . if "\\$1"1.2" \&OpenBSD 1.2\\*(aa @@ -214,6 +215,7 @@ . if "\\$1"3.2" \&OpenBSD 3.2\\*(aa . if "\\$1"3.3" \&OpenBSD 3.3\\*(aa . if "\\$1"3.4" \&OpenBSD 3.4\\*(aa +. if "\\$1"3.5" \&OpenBSD 3.5\\*(aa . if "\\$1"." \&OpenBSD\\$1\\*(aa . if "\\$1"," \&OpenBSD\\$1\\*(aa .\} |