From owner-freebsd-doc@FreeBSD.ORG Sun Jan 29 02:41:55 2006 Return-Path: X-Original-To: freebsd-doc@FreeBSD.org Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CBD516A420; Sun, 29 Jan 2006 02:41:55 +0000 (GMT) (envelope-from murray@freebsdmall.com) Received: from mail.freebsdmall.com (ns1.freebsdmall.com [69.50.233.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A21043D48; Sun, 29 Jan 2006 02:41:55 +0000 (GMT) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id 0A84B1CDE9; Sat, 28 Jan 2006 18:41:55 -0800 (PST) Date: Sat, 28 Jan 2006 18:41:54 -0800 From: Murray Stokely To: "Simon L. Nielsen" Message-ID: <20060129024154.GA15344@freebsdmall.com> References: <200509112100.j8BL0asq017028@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509112100.j8BL0asq017028@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Cc: freebsd-doc@FreeBSD.org, bug-followup@freebsd.org Subject: Re: docs/85986: FreeBSD keyword missing if you display security(7) with apropos X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 02:41:55 -0000 On Sun, Sep 11, 2005 at 09:00:36PM +0000, Simon L. Nielsen wrote: > On 2005.09.11 20:12:46 +0000, Matthias Schmidt wrote: > > > If you type apropos security to get the security(7) man page the word "Fr= > eeBSD" is missing, > >=20 > > matthias@c0re:/ % apropos security > > security(7) - introduction to security under > > ^^^^ > > I would say this should be fixed in apropos rather than adding a > workaround to a specific manual page, especially since I would suspect > that other manual pages are also affected. > > That said, I have no idea how complicated it would be to fix it in > apropos. I think we should just submit the patch as is rather than fixing makewhatis(1). tuning(7) written by the same author just uses 'FreeBSD' instead of .Fx and therefore shows up properly. I could not find any other examples of man pages that have this problem, leading me to conclude that hacking up makewhatis would be overengineering the solution. - Murray