Bug 20091

Summary: [patch] Dangling reference in amq.8 manpage
Product: Documentation Reporter: bmah <bmah>
Component: Books & ArticlesAssignee: marko <marko>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description bmah 2000-07-21 21:10:01 UTC
The amq(8) manpage has a dangling reference to something called
ctl-amd(8), which I can't seem to find anywhere.

How-To-Repeat: 
intruder:amd% find . -name ctl-amd.8 
intruder:amd% cd
intruder:bmah% man amq | grep ctl-amd
Formatting page, please wait...Done.
     amd.conf(5),  amd(8),  ctl-amd(8)
intruder:bmah% man ctl-amd
No manual entry for ctl-amd
Comment 1 marko freebsd_committer freebsd_triage 2000-07-25 18:42:51 UTC
Responsible Changed
From-To: freebsd-doc->marko

I'll take this.
There certainly isn,t a manpage for ctl-amd, which is a script
in /usr/src/contrib/amd/scripts. If no-one objects I'll commit this.
Comment 2 marko freebsd_committer freebsd_triage 2000-07-29 03:23:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!