Teach the mdoc .Os and .Fx macros about the FreeBSD 2.1.5 release.

This commit is contained in:
mpp 1996-07-10 23:53:13 +00:00
parent 47677752eb
commit 27355588a4
2 changed files with 3 additions and 0 deletions

View File

@ -227,6 +227,7 @@
. if "\\$2"2.0" .ds oS FreeBSD 2.0
. if "\\$2"2.0.5" .ds oS FreeBSD 2.0.5
. if "\\$2"2.1" .ds oS FreeBSD 2.1
. if "\\$2"2.1.5" .ds oS FreeBSD 2.1.5
. if "\\$2"2.2" .ds oS FreeBSD 2.2
.\}
.if "\\*(oS"Null" .ds oS \0\\$1

View File

@ -152,12 +152,14 @@
. if "\\$1"2.0" \&\\*(tNFreeBSD\\*(aa 2.0\\*(aa\\$2
. if "\\$1"2.0.5" \&\\*(tNFreeBSD\\*(aa 2.0.5\\*(aa\\$2
. if "\\$1"2.1" \&\\*(tNFreeBSD\\*(aa 2.1\\*(aa\\$2
. if "\\$1"2.1.5" \&\\*(tNFreeBSD\\*(aa 2.1.5\\*(aa\\$2
. if "\\$1"2.2" \&\\*(tNFreeBSD\\*(aa 2.2\\*(aa\\$2
.\}
.if \\n(.$==1 \{\
. if "\\$1"2.0" \&\\*(tNFreeBSD\\*(aa 2.0\\*(aa
. if "\\$1"2.0.5" \&\\*(tNFreeBSD\\*(aa 2.0.5\\*(aa
. if "\\$1"2.1" \&\\*(tNFreeBSD\\*(aa 2.1\\*(aa
. if "\\$1"2.1.5" \&\\*(tNFreeBSD\\*(aa 2.1.5\\*(aa
. if "\\$1"2.2" \&\\*(tNFreeBSD\\*(aa 2.2\\*(aa
.\}
..