diff options
author | yokota <yokota@FreeBSD.org> | 1999-02-07 05:36:30 +0000 |
---|---|---|
committer | yokota <yokota@FreeBSD.org> | 1999-02-07 05:36:30 +0000 |
commit | c8dd6d9317ab68d587e4c7c76b8bc4cd7dbb5a54 (patch) | |
tree | e77baf2338d2341d2083e96acfe454a55373cba0 /contrib/groff | |
parent | 735c50d2bab5974bbfed914db4cdd388166b6fdf (diff) | |
download | FreeBSD-src-c8dd6d9317ab68d587e4c7c76b8bc4cd7dbb5a54.zip FreeBSD-src-c8dd6d9317ab68d587e4c7c76b8bc4cd7dbb5a54.tar.gz |
- 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.)
Diffstat (limited to 'contrib/groff')
-rw-r--r-- | contrib/groff/tmac/doc-common | 7 | ||||
-rw-r--r-- | contrib/groff/tmac/doc-syms | 10 |
2 files changed, 17 insertions, 0 deletions
diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common index 4888e1e..39d23d9 100644 --- a/contrib/groff/tmac/doc-common +++ b/contrib/groff/tmac/doc-common @@ -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 diff --git a/contrib/groff/tmac/doc-syms b/contrib/groff/tmac/doc-syms index 1e28424..f41eb53 100644 --- a/contrib/groff/tmac/doc-syms +++ b/contrib/groff/tmac/doc-syms @@ -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 |