diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-12 23:07:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-12 23:07:29 +0000 |
commit | 0417f317a0c4f24b7954a4465e73ba4d68b323ea (patch) | |
tree | 7e01ae511eb624deabc70a62c08a8ca74b94b460 /share | |
parent | 9cf25eef3f26dabc6168f9d812f6c0d70c07d94d (diff) |
move to 3.3-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 42aee371e8d..93e74e1b73f 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -1,4 +1,4 @@ -# $OpenBSD: sys.mk,v 1.32 2003/02/12 04:45:19 mickey Exp $ +# $OpenBSD: sys.mk,v 1.33 2003/02/12 23:07:28 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= 2 +OSMINOR= 3 OSREV= $(OSMAJOR).$(OSMINOR) OSrev= $(OSMAJOR)$(OSMINOR) diff --git a/share/tmac/mdoc/doc-common b/share/tmac/mdoc/doc-common index 37f17632704..55ec290bb3f 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.29 2002/09/10 21:36:57 deraadt Exp $ +.\" $OpenBSD: doc-common,v 1.30 2003/02/12 23:07:28 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -200,7 +200,7 @@ .de Os .ds oS Null .if "\\$1"" \{\ -. ds oS OpenBSD 3.2 +. ds oS OpenBSD 3.3 .\} .if "\\$2"" \{\ . ds aa Non-Null @@ -267,6 +267,7 @@ . if "\\$2"3.0" .as oS \03.0 . 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 "\\*(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 97212b7c8e7..51340ea5c09 100644 --- a/share/tmac/mdoc/doc-syms +++ b/share/tmac/mdoc/doc-syms @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-syms,v 1.43 2002/12/06 02:37:13 marc Exp $ +.\" $OpenBSD: doc-syms,v 1.44 2003/02/12 23:07:28 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -197,6 +197,7 @@ . if "\\$1"3.1" \&OpenBSD 3.1\\*(aa\\$2 . 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 \\n(.$==1 \{\ . if "\\$1"1.2" \&OpenBSD 1.2\\*(aa @@ -214,6 +215,7 @@ . if "\\$1"3.1" \&OpenBSD 3.1\\*(aa . 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"." \&OpenBSD\\$1\\*(aa . if "\\$1"," \&OpenBSD\\$1\\*(aa .\} |