Bug 7778 - Manpage ipmon.8 is installed as /usr/share/man/man1/ipmon.8
Summary: Manpage ipmon.8 is installed as /usr/share/man/man1/ipmon.8
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-doc (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-08-29 19:50 UTC by horikawa
Modified: 1998-08-30 05:48 UTC (History)
0 users

See Also:


Attachments
file.diff (334 bytes, patch)
1998-08-29 19:50 UTC, horikawa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description horikawa 1998-08-29 19:50:00 UTC
	Manpage ipmon.8 is installed as /usr/share/man/man1/ipmon.8.

	I guess that this is because src/usr.sbin/ipmon/Makefile
	contains following line:

		MAN1=   ipmon.8

Fix: If my guess is correct, please apply following patch for
	src/usr.sbin/ipmon/Makefile.
How-To-Repeat: 
	<Code/input/activities to reproduce the problem (multiple lines)>
Comment 1 Joseph Koshy freebsd_committer freebsd_triage 1998-08-30 05:48:09 UTC
State Changed
From-To: open->closed

Fixed in rev 1.2 of "src/usr.sbin/ipmon/Makefile", thanks!