summaryrefslogtreecommitdiffstats
path: root/contrib/groff
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-03-06 06:58:12 +0000
committermpp <mpp@FreeBSD.org>1997-03-06 06:58:12 +0000
commit04fab1123faf171738522af701d6f1170f087532 (patch)
treeb72ee366bbbcc47b31d8bec54df53f0bea255dfa /contrib/groff
parent3426a09f7e7d5ab1e104b5343b00945dbc466f2f (diff)
downloadFreeBSD-src-04fab1123faf171738522af701d6f1170f087532.zip
FreeBSD-src-04fab1123faf171738522af701d6f1170f087532.tar.gz
The .Os macro was missing 2.1.6, 2.1.7 and 3.0.
The .Fx macro was missing 2.1.7. Add 2.2.5 to both .Os and .Fx. If I'm wrong about the version number, no big deal - it can be removed later, but I wanted to be able to get this into 2.2 so that when I'm using a 2.2 system ome months down the line, man pages intended for (what I think will be the next 2.2 release) will be formatted properly. Also fix a typo in a comment.
Diffstat (limited to 'contrib/groff')
-rw-r--r--contrib/groff/tmac/doc-common4
-rw-r--r--contrib/groff/tmac/doc-syms6
2 files changed, 9 insertions, 1 deletions
diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common
index 5a710de..787c0c1 100644
--- a/contrib/groff/tmac/doc-common
+++ b/contrib/groff/tmac/doc-common
@@ -237,7 +237,11 @@
. 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.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.5" .ds oS FreeBSD 2.2.5
+. if "\\$2"3.0" .ds oS FreeBSD 3.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 891930d..8e29e2c 100644
--- a/contrib/groff/tmac/doc-syms
+++ b/contrib/groff/tmac/doc-syms
@@ -156,7 +156,9 @@
. 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.1.6" \&\\*(tNFreeBSD\\*(aa 2.1.6\\*(aa\\$2
+. if "\\$1"2.1.7" \&\\*(tNFreeBSD\\*(aa 2.1.7\\*(aa\\$2
. if "\\$1"2.2" \&\\*(tNFreeBSD\\*(aa 2.2\\*(aa\\$2
+. if "\\$1"2.2.5" \&\\*(tNFreeBSD\\*(aa 2.2.5\\*(aa\\$2
. if "\\$1"3.0" \&\\*(tNFreeBSD\\*(aa 3.0\\*(aa\\$2
.\}
.if \\n(.$==1 \{\
@@ -165,13 +167,15 @@
. if "\\$1"2.1" \&\\*(tNFreeBSD\\*(aa 2.1\\*(aa
. if "\\$1"2.1.5" \&\\*(tNFreeBSD\\*(aa 2.1.5\\*(aa
. 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.5" \&\\*(tNFreeBSD\\*(aa 2.2.5\\*(aa
. if "\\$1"3.0" \&\\*(tNFreeBSD\\*(aa 3.0\\*(aa
.\}
..
.\" Ns Nx macro - NetBSD
.\"
-.\" Please try to keep this macros in sync with NetBSD!
+.\" Please try to keep this macro in sync with NetBSD!
.de Nx
.nr cF \\n(.f
.nr cZ \\n(.s
OpenPOWER on IntegriCloud