- Add FreeBSD 2.2.7, 2.2.8, 3.1, and 4.0 to the Fx and Os macros.

- Add 2.2.1 and 2.2.2 missing in a couple of places too.

(This is an interim measure and a better way of redefining these macros
is in discussion.)
This commit is contained in:
Kazutaka YOKOTA 1999-02-07 05:36:30 +00:00
parent e30e913cf7
commit 9c3f00c738
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43724
2 changed files with 17 additions and 0 deletions

View file

@ -240,8 +240,15 @@
. if "\\$2"2.1.6" .ds oS FreeBSD 2.1.6
. if "\\$2"2.1.7" .ds oS FreeBSD 2.1.7
. if "\\$2"2.2" .ds oS FreeBSD 2.2
. if "\\$2"2.2.1" .ds oS FreeBSD 2.2.1
. if "\\$2"2.2.2" .ds oS FreeBSD 2.2.2
. if "\\$2"2.2.5" .ds oS FreeBSD 2.2.5
. if "\\$2"2.2.6" .ds oS FreeBSD 2.2.6
. if "\\$2"2.2.7" .ds oS FreeBSD 2.2.7
. if "\\$2"2.2.8" .ds oS FreeBSD 2.2.8
. if "\\$2"3.0" .ds oS FreeBSD 3.0
. if "\\$2"3.1" .ds oS FreeBSD 3.1
. if "\\$2"4.0" .ds oS FreeBSD 4.0
.\}
.if "\\*(oS"Null" .ds oS \0\\$1
.if "\\*(aa"Non-Null" .as oS \0\\$2

View file

@ -166,7 +166,11 @@
. if "\\$1"2.2.2" \&\\*(tNFreeBSD\\*(aa 2.2.2\\*(aa\\$2
. if "\\$1"2.2.5" \&\\*(tNFreeBSD\\*(aa 2.2.5\\*(aa\\$2
. if "\\$1"2.2.6" \&\\*(tNFreeBSD\\*(aa 2.2.6\\*(aa\\$2
. if "\\$1"2.2.7" \&\\*(tNFreeBSD\\*(aa 2.2.7\\*(aa\\$2
. if "\\$1"2.2.8" \&\\*(tNFreeBSD\\*(aa 2.2.8\\*(aa\\$2
. if "\\$1"3.0" \&\\*(tNFreeBSD\\*(aa 3.0\\*(aa\\$2
. if "\\$1"3.1" \&\\*(tNFreeBSD\\*(aa 3.1\\*(aa\\$2
. if "\\$1"4.0" \&\\*(tNFreeBSD\\*(aa 4.0\\*(aa\\$2
.\}
.if \\n(.$==1 \{\
. if "\\$1"1.0" \&\\*(tNFreeBSD\\*(aa 1.0\\*(aa
@ -180,9 +184,15 @@
. if "\\$1"2.1.6" \&\\*(tNFreeBSD\\*(aa 2.1.6\\*(aa
. if "\\$1"2.1.7" \&\\*(tNFreeBSD\\*(aa 2.1.7\\*(aa
. if "\\$1"2.2" \&\\*(tNFreeBSD\\*(aa 2.2\\*(aa
. if "\\$1"2.2.1" \&\\*(tNFreeBSD\\*(aa 2.2.1\\*(aa
. if "\\$1"2.2.2" \&\\*(tNFreeBSD\\*(aa 2.2.2\\*(aa
. if "\\$1"2.2.5" \&\\*(tNFreeBSD\\*(aa 2.2.5\\*(aa
. if "\\$1"2.2.6" \&\\*(tNFreeBSD\\*(aa 2.2.6\\*(aa
. if "\\$1"2.2.7" \&\\*(tNFreeBSD\\*(aa 2.2.7\\*(aa
. if "\\$1"2.2.8" \&\\*(tNFreeBSD\\*(aa 2.2.8\\*(aa
. if "\\$1"3.0" \&\\*(tNFreeBSD\\*(aa 3.0\\*(aa
. if "\\$1"3.1" \&\\*(tNFreeBSD\\*(aa 3.1\\*(aa
. if "\\$1"4.0" \&\\*(tNFreeBSD\\*(aa 4.0\\*(aa
.\}
..
.\" Ns Nx macro - NetBSD