From owner-freebsd-doc@FreeBSD.ORG Wed May 11 09:50:08 2005 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 694F416A4CE for ; Wed, 11 May 2005 09:50:08 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CFA843D46 for ; Wed, 11 May 2005 09:50:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4B9o8QH045627 for ; Wed, 11 May 2005 09:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4B9o8BF045625; Wed, 11 May 2005 09:50:08 GMT (envelope-from gnats) Date: Wed, 11 May 2005 09:50:08 GMT Message-Id: <200505110950.j4B9o8BF045625@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Giorgos Keramidas Subject: Re: docs/80871: terminfo(5) man page source corrupted X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 09:50:08 -0000 The following reply was made to PR docs/80871; it has been noted by GNATS. From: Giorgos Keramidas To: Warren Block , Peter Wemm Cc: bug-followup@freebsd.org Subject: Re: docs/80871: terminfo(5) man page source corrupted Date: Wed, 11 May 2005 12:49:02 +0300 On 2005-05-10 18:48, Warren Block wrote: > Man page source for terminfo(5) (/usr/share/man/man5/terminfo.5.gz) is > corrupt. Looks to be missing table formatting elements like T{ > starting around line 155 in the boolean capabilities table. The following diff fixes most of the table related warnings of terminfo.5, but the file is still on the vendor branch, so I won't commit anything to it until I get approval from Peter, who seems to have done most of the commits in the area. Peter, does this look ok? Should we commit it or is it better to send a notice to Tom Dickey instead, to see if this is already fixed in his source tree? %%% Index: contrib/ncurses/man/terminfo.tail =================================================================== RCS file: /home/ncvs/src/contrib/ncurses/man/terminfo.tail,v retrieving revision 1.1.1.4 diff -u -r1.1.1.4 terminfo.tail --- contrib/ncurses/man/terminfo.tail 21 May 2002 05:27:40 -0000 1.1.1.4 +++ contrib/ncurses/man/terminfo.tail 11 May 2005 09:41:58 -0000 @@ -1079,8 +1079,8 @@ .PP .TS H center expand; -c l l c -c l l c +c l l c c l +c l l c c l lw28 lw6 lw2 lw20. .\".TH \fBGlyph ACS Ascii VT100\fR %%% Note: In nroff mode, the terminal width is too short to fit the table and there are still far too many annoying warnings about lines that cannot be broken: orion:/tmp/ti$ nroff -man terminfo.5 >/dev/null terminfo.5:185: warning [p 2, 8.5i]: can't break line terminfo.5:209: warning [p 3, 1.3i]: can't break line terminfo.5:470: warning [p 6, 5.2i]: can't break line terminfo.5:482: warning [p 6, 7.0i]: can't break line terminfo.5:736: warning [p 9, 10.3i]: can't break line terminfo.5:748: warning [p 10, 0.7i]: can't break line terminfo.5:750: warning [p 10, 1.0i]: can't break line terminfo.5:752: warning [p 10, 1.3i]: can't break line terminfo.5:770: warning [p 10, 3.7i]: can't break line terminfo.5:772: warning [p 10, 4.0i]: can't break line terminfo.5:790: warning [p 10, 6.3i]: can't break line terminfo.5:804: warning [p 10, 8.2i]: can't break line terminfo.5:812: warning [p 10, 9.2i]: can't break line terminfo.5:814: warning [p 10, 9.5i]: can't break line terminfo.5:828: warning [p 11, 0.2i]: can't break line terminfo.5:1072: warning [p 14, 3.8i]: can't break line terminfo.5:1078: warning [p 14, 4.8i]: can't break line terminfo.5:1080: warning [p 14, 5.2i]: can't break line terminfo.5:1084: warning [p 14, 5.8i]: can't break line terminfo.5:1094: warning [p 14, 7.3i]: can't break line terminfo.5:1098: warning [p 14, 8.0i]: can't break line terminfo.5:1100: warning [p 14, 8.3i]: can't break line terminfo.5:1118: warning [p 15, 0.2i]: can't break line orion:/tmp/ti$