Bug 149238

Summary: ntptrace(8) man page is still around, ntptrace is not
Product: Documentation Reporter: Niclas Zeising <niclas.zeising>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Niclas Zeising 2010-08-03 16:00:16 UTC
the ntptrace perl script has been removed some time ago, but the manual page still lingers in src/usr.sbin/ntp/doc/ntptrace.8. It can be removed from the tree, since the ntptrace script is removed. The makefile isn't referenced by any makefile and therefore not installed.

Fix: 

Remove src/usr.sbin/ntp/doc/ntptrace.8
Comment 1 Brad Davis freebsd_committer freebsd_triage 2010-09-06 02:49:49 UTC
State Changed
From-To: open->closed

ntptrace(8) was removed in rev 201447. See: 
http://svn.freebsd.org/viewvc/base?view=revision&revision=201447
Comment 2 oden-86 2010-09-06 09:25:35 UTC
Yes, the man page is not installed anymore, but if you look in 
src/usr.sbin/ntp/doc you'll find that the actual man page is still 
around, that was what I meant with this PR. I don't know if this is 
intentional or not though.
//Niclas