From owner-freebsd-doc Fri Jul 21 13:10: 7 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 79B0F37BEA6 for ; Fri, 21 Jul 2000 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA41862; Fri, 21 Jul 2000 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by hub.freebsd.org (Postfix) with ESMTP id 49DAC37BA54 for ; Fri, 21 Jul 2000 13:01:23 -0700 (PDT) (envelope-from bmah@cisco.com) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.0.Beta3/8.11.0.Beta3) id e6LK1M677892; Fri, 21 Jul 2000 13:01:22 -0700 (PDT) (envelope-from bmah) Message-Id: <200007212001.e6LK1M677892@bmah-freebsd-0.cisco.com> Date: Fri, 21 Jul 2000 13:01:22 -0700 (PDT) From: bmah@cisco.com (Bruce A. Mah) Reply-To: bmah@cisco.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/20091: [patch] Dangling reference in amq.8 manpage Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20091 >Category: docs >Synopsis: [patch] Dangling reference in amq.8 manpage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 21 13:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Bruce A. Mah >Release: FreeBSD 4.0-RELEASE i386 >Organization: Cisco Systems, Inc. >Environment: RELENG_4, but applicable to -current also >Description: 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 >Fix: Index: amq.8 =================================================================== RCS file: /cvsroot/src/contrib/amd/amq/amq.8,v retrieving revision 1.5 diff -c -r1.5 amq.8 *** amq.8 1999/09/15 05:45:14 1.5 --- amq.8 2000/07/21 19:58:31 *************** *** 195,202 **** database. .Sh SEE ALSO .Xr amd.conf 5 , ! .Xr amd 8 , ! .Xr ctl-amd 8 .Sh AUTHORS .An Jan-Simon Pendry Aq jsp@doc.ic.ac.uk , Department of Computing, Imperial College, London, UK. --- 195,201 ---- database. .Sh SEE ALSO .Xr amd.conf 5 , ! .Xr amd 8 .Sh AUTHORS .An Jan-Simon Pendry Aq jsp@doc.ic.ac.uk , Department of Computing, Imperial College, London, UK. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message