Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231086 - sys-apps/groff-1.20.1-r1: man page of net-ftp/ftp-0.17-r7 has bad characters
Summary: sys-apps/groff-1.20.1-r1: man page of net-ftp/ftp-0.17-r7 has bad characters
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-07 18:25 UTC by Toralf Förster
Modified: 2016-01-24 16:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2008-07-07 18:25:05 UTC
I wonder about the crude heading lines of the man page, viewable w/ :
bzcat /usr/share/man/man1/ftp.1.bz2  | nroff -man 2>&1 | more

mdoc warning: Using a macro as first argument cancels effect of .Ic (#108)
mdoc warning: Using a macro as first argument cancels effect of .Ic (#110)
...
mdoc warning: Using a macro as first argument cancels effect of .Ic (#133)
mdoc warning: Using a macro as first argument cancels effect of .Ic (#137)
FTP(1)                    BSD General Commands Manual                   FTP(1)

NAME
     ftp -- Internet file transfer program

SYNOPSIS
     ftp [-pinegvd] [host]
     pftp [-inegvd] [host]


Reproducible: Always
Comment 1 Toralf Förster gentoo-dev 2009-06-11 11:41:35 UTC
I'm wondering whether this might be rather related to groff b/c of :

tfoerste@n22 ~/virtual/kvm $ bzcat /usr/share/man/man1/ftp.1.bz2  | nroff -man 2>&1 | head -n 1
/usr/share/groff/1.20.1/tmac/doc.tmac:3375: bad character definition
Comment 2 Doktor Notor 2010-03-25 14:06:34 UTC
(In reply to comment #1)

Yeah, this is definitely related to groff, see Bug 263524