mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
Teach .Fx and .Os about FreeBSD 4.2.
This commit is contained in:
parent
816fa7febc
commit
35cf65631c
2 changed files with 2 additions and 0 deletions
|
|
@ -260,6 +260,7 @@
|
|||
. el .ie "\\$2"4" %comment%
|
||||
. el .ie "\\$2"4.0" %comment%
|
||||
. el .ie "\\$2"4.1" %comment%
|
||||
. el .ie "\\$2"4.2" %comment%
|
||||
. el .ie "\\$2"5" %comment%
|
||||
. el .ie "\\$2"5.0" %comment%
|
||||
. el .tm Unknown FreeBSD version ``\\$2'' at line \\n(c.
|
||||
|
|
|
|||
|
|
@ -186,6 +186,7 @@
|
|||
.el .ie "\\$1"3.5" \c
|
||||
.el .ie "\\$1"4.0" \c
|
||||
.el .ie "\\$1"4.1" \c
|
||||
.el .ie "\\$1"4.2" \c
|
||||
.el .ie "\\$1"5.0" \c
|
||||
.el .ie "\\$1"," .rm ab \" Allow ".Fx ,"
|
||||
.el .ie "\\$1"." .rm ab \" Allow ".Fx ."
|
||||
|
|
|
|||
Loading…
Reference in a new issue