Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Sep 1999 09:20:01 -0700 (PDT)
From:      Bill Fenner <fenner@research.att.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: conf/13916: man outputs footer only page as first page
Message-ID:  <199909231620.JAA43374@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/13916; it has been noted by GNATS.

From: Bill Fenner <fenner@research.att.com>
To: mori@tri.asanuma.co.jp
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: conf/13916: man outputs footer only page as first page
Date: Thu, 23 Sep 1999 09:16:59 -0700

 Oops, that's pretty nasty.  I can't say that I completely understand
 groff's behavior in this case, but I have a patch that I like better;
 it retains the elimination of the duplication of "FreeBSD" and the
 version numbers.  Would you mind trying this one and seeing if it
 works for you?
 
   Bill
 
 
 Index: doc-common
 ===================================================================
 RCS file: /home/ncvs/src/contrib/groff/tmac/doc-common,v
 retrieving revision 1.10.2.4
 diff -u -r1.10.2.4 doc-common
 --- doc-common	1999/09/07 12:58:48	1.10.2.4
 +++ doc-common	1999/09/23 16:13:07
 @@ -228,31 +228,32 @@
  .	if "\\*(oS"Null" .tm Unknown BSD version ``\\$2'' at line \\n(c.
  .\}
  .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
 -.	el .ie "\\$2"2.1"       \c
 -.	el .ie "\\$2"2.1.5"     \c
 -.	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
 -.	el .ie "\\$2"2.2.8"     \c
 -.	el .ie "\\$2"3.0"       \c
 -.	el .ie "\\$2"3.1"       \c
 -.	el .ie "\\$2"3.2"       \c
 -.	el .ie "\\$2"3.3"       \c
 -.	el .ie "\\$2"4.0"       \c
 +.	ie "\\$2"2"      .ds oS FreeBSD 2.0
 +.	el               .ds oS FreeBSD \\$2
 +.	    ie \\n(.$==1        .
 +.	el .ie "\\$2"1.0"       .
 +.	el .ie "\\$2"1.1"       .
 +.	el .ie "\\$2"1.1.5"     .
 +.	el .ie "\\$2"1.1.5.1"   .
 +.	el .ie "\\$2"2"         .
 +.	el .ie "\\$2"2.0"       .
 +.	el .ie "\\$2"2.0.5"     .
 +.	el .ie "\\$2"2.1"       .
 +.	el .ie "\\$2"2.1.5"     .
 +.	el .ie "\\$2"2.1.6"     .
 +.	el .ie "\\$2"2.1.7"     .
 +.	el .ie "\\$2"2.2"       .
 +.	el .ie "\\$2"2.2.1"     .
 +.	el .ie "\\$2"2.2.2"     .
 +.	el .ie "\\$2"2.2.5"     .
 +.	el .ie "\\$2"2.2.6"     .
 +.	el .ie "\\$2"2.2.7"     .
 +.	el .ie "\\$2"2.2.8"     .
 +.	el .ie "\\$2"3.0"       .
 +.	el .ie "\\$2"3.1"       .
 +.	el .ie "\\$2"3.2"       .
 +.	el .ie "\\$2"3.3"       .
 +.	el .ie "\\$2"4.0"       .
  .	el .tm Unknown FreeBSD version ``\\$2'' at line \\n(c.
  .\}
  .if "\\*(oS"Null" \{\
 


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?199909231620.JAA43374>