From owner-freebsd-doc Wed Aug 18 10:12:56 1999 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 DE86D14F1D for ; Wed, 18 Aug 1999 10:12:52 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA34600; Wed, 18 Aug 1999 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sonet.crimea.ua (OTC-sl3-FLY.CRIS.NET [212.110.136.71]) by hub.freebsd.org (Postfix) with ESMTP id 7F3CF14E9D for ; Wed, 18 Aug 1999 10:08:30 -0700 (PDT) (envelope-from phantom@scorpion.crimea.ua) Received: (from uucp@localhost) by sonet.crimea.ua (8.8.8/8.8.8) with UUCP id UAA04711 for FreeBSD-gnats-submit@freebsd.org; Wed, 18 Aug 1999 20:10:26 +0400 (MSD) (envelope-from phantom@scorpion.crimea.ua) Received: (from phantom@localhost) by scorpion.crimea.ua (8.8.8/8.8.5+ssl+keepalive) id TAA01170; Wed, 18 Aug 1999 19:06:04 +0400 (MSD) Message-Id: <199908181506.TAA01170@scorpion.crimea.ua> Date: Wed, 18 Aug 1999 19:06:04 +0400 (MSD) From: "Alexey M. Zelkin" Reply-To: "Alexey M. Zelkin" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/13226: [PATCH] alpm.4 has not linked to .../man/man4 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13226 >Category: docs >Synopsis: alpm.4 has not linked to .../man/man4 >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: Wed Aug 18 10:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Alexey Zelkin >Release: FreeBSD 4.0-CURRENT >Organization: Home >Environment: -current about 4 days ago >Description: Author forgotten to add MLINKS. This caused makewhatis to say "nothing appropriate". makewhatis(1) has no functionality to go thru included man subdirectories like i386 and alpha. But this functionality not need if all manpages linked correctly. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/local/CVSROOT/src/share/man/man4/man4.i386/Makefile,v retrieving revision 1.112 diff -c -r1.112 Makefile *** Makefile 1999/07/27 06:52:46 1.112 --- Makefile 1999/08/18 15:02:30 *************** *** 18,23 **** --- 18,24 ---- MLINKS+= ahc.4 ../ahc.4 MLINKS+= aic.4 ../aic.4 MLINKS+= al.4 ../al.4 + MLINKS+= alpm.4 ../alpm.4 MLINKS+= apm.4 ../apm.4 MLINKS+= ar.4 ../ar.4 MLINKS+= asc.4 ../asc.4 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message