From 4fb051df9b60d4241c40e4f736e4df3c12c427a4 Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Fri, 14 May 1999 07:03:18 +0000 Subject: [PATCH] Complete the list of FreeBSD version numbers accepted by the .Fx macro. PR: docs/11705 Submitted by: Stephen J. Roznowski --- contrib/groff/tmac/doc-common | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common index 1e8724fc5a5..ba0c629a066 100644 --- a/contrib/groff/tmac/doc-common +++ b/contrib/groff/tmac/doc-common @@ -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