Bug 65456

Summary: broken manpage for p2c
Product: Documentation Reporter: Andreas K. Foerster <akf3>
Component: Books & ArticlesAssignee: jmz
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Andreas K. Foerster 2004-04-12 11:00:33 UTC
Instead of the source the cat-file gets installed to /usr/local/man/man1/p2c.1.gz. => When you run "man p2c" the output is broken.

How-To-Repeat: man p2c
Comment 1 Simon L. B. Nielsen freebsd_committer freebsd_triage 2004-04-12 11:24:31 UTC
On 2004.04.12 02:52:28 -0700, Andreas K. Foerster wrote:
> 
> Instead of the source the cat-file gets installed to
> /usr/local/man/man1/p2c.1.gz. => When you run "man p2c" the output is
> broken.


Manual pages in /usr/local are installed by ports, so this is a problem
with the port that has installed the manual page in question.

You can run:

	pkg_info -W /usr/local/man/man1/p2c.1.gz

to found out which port it comes from.  If you supply the port name the
appropriate port maintainer can be notified.

-- 
Simon L. Nielsen
FreeBSD Documentation Team
Comment 2 Simon L. B. Nielsen freebsd_committer freebsd_triage 2004-04-12 20:09:28 UTC
Responsible Changed
From-To: freebsd-doc->jmz

Submitter has reported that the problem is in the p2c port, so 
reassign PR to maintainer.
Comment 3 jmz freebsd_committer freebsd_triage 2004-04-13 01:17:36 UTC
State Changed
From-To: open->closed

Fixed.