mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Complete the list of FreeBSD version numbers accepted by the .Fx macro.
PR: docs/11705 Submitted by: Stephen J. Roznowski <sjr@home.net>
This commit is contained in:
parent
a6e1e3ab4b
commit
4fb051df9b
1 changed files with 6 additions and 0 deletions
|
|
@ -230,6 +230,10 @@
|
|||
.if "\\$1"FreeBSD" \{\
|
||||
. if "\\$2"2" .ds oS FreeBSD 2.0
|
||||
. ie \\n(.$==1 \c
|
||||
. el .ie "\\$2"1.0" \c
|
||||
. el .ie "\\$2"1.1" \c
|
||||
. el .ie "\\$2"1.1.5" \c
|
||||
. el .ie "\\$2"1.1.5.1" \c
|
||||
. el .ie "\\$2"2" \c
|
||||
. el .ie "\\$2"2.0" \c
|
||||
. el .ie "\\$2"2.0.5" \c
|
||||
|
|
@ -238,6 +242,8 @@
|
|||
. el .ie "\\$2"2.1.6" \c
|
||||
. el .ie "\\$2"2.1.7" \c
|
||||
. el .ie "\\$2"2.2" \c
|
||||
. el .ie "\\$2"2.2.1" \c
|
||||
. el .ie "\\$2"2.2.2" \c
|
||||
. el .ie "\\$2"2.2.5" \c
|
||||
. el .ie "\\$2"2.2.6" \c
|
||||
. el .ie "\\$2"2.2.7" \c
|
||||
|
|
|
|||
Loading…
Reference in a new issue