From owner-freebsd-doc@FreeBSD.ORG Sun Jan 29 02:50:09 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95E7016A422 for ; Sun, 29 Jan 2006 02:50:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 543EA43D45 for ; Sun, 29 Jan 2006 02:50:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0T2o7Wt062886 for ; Sun, 29 Jan 2006 02:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0T2o7NR062885; Sun, 29 Jan 2006 02:50:07 GMT (envelope-from gnats) Date: Sun, 29 Jan 2006 02:50:07 GMT Message-Id: <200601290250.k0T2o7NR062885@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Murray Stokely Cc: 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 Reply-To: Murray Stokely List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 02:50:09 -0000 The following reply was made to PR docs/85986; it has been noted by GNATS. From: Murray Stokely To: "Simon L. Nielsen" Cc: freebsd-doc@FreeBSD.org, bug-followup@freebsd.org Subject: Re: docs/85986: FreeBSD keyword missing if you display security(7) with apropos Date: Sat, 28 Jan 2006 18:41:54 -0800 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