Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 1999 16:33:48 +0100
From:      Wolfram Schneider <wosch@cs.tu-berlin.de>
To:        bugs@FreeBSD.ORG
Subject:   [yokota@zodiac.mech.utsunomiya-u.ac.jp: .Fx and .Os macros in groff, FreeBSD]
Message-ID:  <19990205163348.A11039@caramba.cs.tu-berlin.de>

next in thread | raw e-mail | index | archive | help
----- Forwarded message from Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> -----

To: wosch@freebsd.org
cc: yokota@zodiac.mech.utsunomiya-u.ac.jp
Subject: .Fx and .Os macros in groff, FreeBSD
Date: Sat, 06 Feb 1999 00:35:08 +0900
From: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>

Judging from cvs log, I guess you are maintaining
contrib/groff/tmac/doc-*  :-)

The following patch will add FreeBSD 2.2.7, 2.2.8, 3.1 and 4.0 to .Fx
and .Os macros.  It also includes, mysteriously missing 2.2.1 and
2.2.2.

These macros need update, now that 3.1-RELEASE is comming out soon.

Kazu

Index: doc-common
===================================================================
RCS file: /src/CVS/src/contrib/groff/tmac/doc-common,v
retrieving revision 1.10
diff -u -r1.10 doc-common
--- doc-common	1999/01/19 17:55:23	1.10
+++ doc-common	1999/02/05 15:21:37
@@ -240,8 +240,15 @@
 .	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.1"  .ds oS FreeBSD 2.2.1
+.	if "\\$2"2.2.2"  .ds oS FreeBSD 2.2.2
 .	if "\\$2"2.2.5"  .ds oS FreeBSD 2.2.5
+.	if "\\$2"2.2.6"  .ds oS FreeBSD 2.2.6
+.	if "\\$2"2.2.7"  .ds oS FreeBSD 2.2.7
+.	if "\\$2"2.2.8"  .ds oS FreeBSD 2.2.8
 .	if "\\$2"3.0"    .ds oS FreeBSD 3.0
+.	if "\\$2"3.1"    .ds oS FreeBSD 3.1
+.	if "\\$2"4.0"    .ds oS FreeBSD 4.0
 .\}
 .if "\\*(oS"Null" .ds oS \0\\$1
 .if "\\*(aa"Non-Null" .as oS \0\\$2
Index: doc-syms
===================================================================
RCS file: /src/CVS/src/contrib/groff/tmac/doc-syms,v
retrieving revision 1.17
diff -u -r1.17 doc-syms
--- doc-syms	1999/01/03 00:58:50	1.17
+++ doc-syms	1999/02/05 15:22:59
@@ -166,7 +166,11 @@
 .	if "\\$1"2.2.2"  \&\\*(tNFreeBSD\\*(aa 2.2.2\\*(aa\\$2
 .	if "\\$1"2.2.5"  \&\\*(tNFreeBSD\\*(aa 2.2.5\\*(aa\\$2
 .	if "\\$1"2.2.6"  \&\\*(tNFreeBSD\\*(aa 2.2.6\\*(aa\\$2
+.	if "\\$1"2.2.7"  \&\\*(tNFreeBSD\\*(aa 2.2.7\\*(aa\\$2
+.	if "\\$1"2.2.8"  \&\\*(tNFreeBSD\\*(aa 2.2.8\\*(aa\\$2
 .	if "\\$1"3.0"  \&\\*(tNFreeBSD\\*(aa 3.0\\*(aa\\$2
+.	if "\\$1"3.1"  \&\\*(tNFreeBSD\\*(aa 3.1\\*(aa\\$2
+.	if "\\$1"4.0"  \&\\*(tNFreeBSD\\*(aa 4.0\\*(aa\\$2
 .\}
 .if \\n(.$==1 \{\
 .	if "\\$1"1.0"  \&\\*(tNFreeBSD\\*(aa 1.0\\*(aa
@@ -180,9 +184,15 @@
 .	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.1"  \&\\*(tNFreeBSD\\*(aa 2.2.1\\*(aa
+.	if "\\$1"2.2.2"  \&\\*(tNFreeBSD\\*(aa 2.2.2\\*(aa
 .	if "\\$1"2.2.5"  \&\\*(tNFreeBSD\\*(aa 2.2.5\\*(aa
 .	if "\\$1"2.2.6"  \&\\*(tNFreeBSD\\*(aa 2.2.6\\*(aa
+.	if "\\$1"2.2.7"  \&\\*(tNFreeBSD\\*(aa 2.2.7\\*(aa
+.	if "\\$1"2.2.8"  \&\\*(tNFreeBSD\\*(aa 2.2.8\\*(aa
 .	if "\\$1"3.0"  \&\\*(tNFreeBSD\\*(aa 3.0\\*(aa
+.	if "\\$1"3.1"  \&\\*(tNFreeBSD\\*(aa 3.1\\*(aa
+.	if "\\$1"4.0"  \&\\*(tNFreeBSD\\*(aa 4.0\\*(aa
 .\}
 ..
 .\" Ns Nx macro - NetBSD


----- End forwarded message -----

-- 
Wolfram Schneider <wosch@freebsd.org> http://www.freebsd.org/~wosch/ 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990205163348.A11039>