Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 1998 22:47:37 +1100 (EST)
From:      danny@FreeBSD.ORG
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   gnu/5751: nroff fails to render .Fn properly
Message-ID:  <199802151147.WAA06056@ns.hilink.com.au>

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

>Number:         5751
>Category:       gnu
>Synopsis:       Applying the patch below to dialog.3 breaks nroff display
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 15 03:50:00 PST 1998
>Last-Modified:
>Originator:     Daniel O'Callaghan
>Organization:
HiLink Internet
>Release:        FreeBSD 2.2.5-RELEASE
>Environment:
cons25 terminal

>Description:

Applying the patch below causes the listed .Fn declaration, and all subsequent
.Fn declarations in the same document to be invisible.  This seems to point
to a problem in *roff, unless I'm missing something in how .Fn is to be
used.

--- dialog.3.orig	Sun Feb 15 22:35:37 1998
+++ dialog.3	Sun Feb 15 22:36:24 1998
@@ -115,7 +115,7 @@
 object.
 
 .Ft "int"
-.Fn line_edit "WINDOW *dialog" "int box_y" "int box_x" "int flen" "int box_width" "chtype attrs" "int first" "u_char *result"
+.Fn line_edit "WINDOW *dialog" "int box_y" "int box_x" "int flen" "int box_width" "chtype attrs" "int first" "u_char *result" "int attr_mask"
 
 Invoke a simple line editor with an edit box of dimensions \fBbox_x,
 box_y\fR and \fBbox_width\fR.  The field length is constrained by

>How-To-Repeat:


>Fix:
	

>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?199802151147.WAA06056>