diff options
author | ben <ben@FreeBSD.org> | 2000-11-23 11:17:33 +0000 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2000-11-23 11:17:33 +0000 |
commit | 37d6545c06b81969bdf195e59b6acb79c6b3057f (patch) | |
tree | 8836dcdb6420c869a128032f834dd7c1dbe2c133 /contrib | |
parent | 5da40f29fd5bca579a7b803db3241bd8de552c68 (diff) | |
download | FreeBSD-src-37d6545c06b81969bdf195e59b6acb79c6b3057f.zip FreeBSD-src-37d6545c06b81969bdf195e59b6acb79c6b3057f.tar.gz |
Add the appropriate magic to make .Fx 4.1.1 work.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/groff/tmac/doc-common | 1 | ||||
-rw-r--r-- | contrib/groff/tmac/doc-syms | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common index 623a935..6820589 100644 --- a/contrib/groff/tmac/doc-common +++ b/contrib/groff/tmac/doc-common @@ -262,6 +262,7 @@ . el .ie "\\$2"4" %comment% . el .ie "\\$2"4.0" %comment% . el .ie "\\$2"4.1" %comment% +. el .ie "\\$2"4.1.1" %comment% . el .ie "\\$2"4.2" %comment% . el .ie "\\$2"5" %comment% . el .ie "\\$2"5.0" %comment% diff --git a/contrib/groff/tmac/doc-syms b/contrib/groff/tmac/doc-syms index afc68c1..e3b08d9 100644 --- a/contrib/groff/tmac/doc-syms +++ b/contrib/groff/tmac/doc-syms @@ -196,6 +196,7 @@ . el .ie "\\*(b0"3.5" %comment% . el .ie "\\*(b0"4.0" %comment% . el .ie "\\*(b0"4.1" %comment% +. el .ie "\\*(b0"4.1.1" %comment% . el .ie "\\*(b0"4.2" %comment% . el .ie "\\*(b0"5.0" %comment% . el .tm Unknown FreeBSD version ``\\*(b0'' at line \\n(c. |