Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 1999 14:16:56 +1000
From:      Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/14532: Much of cam_cdbparse(3) prints in Courier
Message-ID:  <99Oct26.141208est.40355@border.alcanet.com.au>

next in thread | raw e-mail | index | archive | help

>Number:         14532
>Category:       bin
>Synopsis:       Much of cam_cdbparse(3) prints in Courier
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 25 21:20:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Peter Jeremy
>Release:        
>Organization:
Alcatel Australia Limited
>Environment:

	cvs-cur 5781

>Description:

	All of cam_cdbparse(3) after the line beginning `{PS} v:b1'
	prints in courier.  The problem appears to be that the .Bd
	and nested .Fa confuse groff so that it loses the original
	Roman font.

>How-To-Repeat:

	gzcat /usr/share/man/man3/cam_cdbparse.3.gz | groff -man | lp
	(or send output to ghostscript or similar).

>Fix:

	It is not clear how to create a stand-alone, indented record
	showing function arguments.  The closest I can find is:

Index: src/lib/libcam/cam_cdbparse.3
===================================================================
RCS file: /home/CVSROOT/src/lib/libcam/cam_cdbparse.3,v
retrieving revision 1.3
diff -u -r1.3 cam_cdbparse.3
--- cam_cdbparse.3	1999/08/28 00:04:05	1.3
+++ cam_cdbparse.3	1999/10/26 04:07:27
@@ -305,9 +305,7 @@
 The optional name is the first part of a field specifier and
 is in curly braces.  The text in curly braces in this example are
 the names:
-.Bd -literal -offset indent
-.Fa "{PS} v:b1 {Reserved} 0:b1 {Page Code} v:b6 # Mode select page"
-.Ed
+.Dl "{PS} v:b1 {Reserved} 0:b1 {Page Code} v:b6 # Mode select page"
 .Pp
 This field specifier has two one bit fields and one six bit field.
 The second one bit field is the constant value 0 and the first

>Release-Note:
>Audit-Trail:
>Unformatted:


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?99Oct26.141208est.40355>