From owner-freebsd-doc@FreeBSD.ORG Mon Sep 12 13:29:02 2005 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 B8E3516A41F; Mon, 12 Sep 2005 13:29:02 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FC5543D45; Mon, 12 Sep 2005 13:29:02 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id A294305B0088; Mon, 12 Sep 2005 06:28:52 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j8CDTqcP091965; Mon, 12 Sep 2005 06:29:52 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j8CDTjNB091964; Mon, 12 Sep 2005 06:29:45 -0700 (PDT) (envelope-from garys@opusnet.com) To: Giorgos Keramidas References: <200509112100.j8BL0asq017028@freefall.freebsd.org> <20050912104621.GA12835@bifteki.lan> <20050912084430.GD16029@orion.daedalusnetworks.priv> From: garys@opusnet.com (Gary W. Swearingen) Date: Mon, 12 Sep 2005 06:29:45 -0700 In-Reply-To: <20050912084430.GD16029@orion.daedalusnetworks.priv> (Giorgos Keramidas's message of "Mon, 12 Sep 2005 11:44:30 +0300") Message-ID: <6yoe6yo1me.e6y@mail.opusnet.com> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-doc@FreeBSD.org, "Simon L. Nielsen" 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: Mon, 12 Sep 2005 13:29:02 -0000 > On 2005-09-12 10:46, Leonidas Tsampros wrote: >> I took a look to src/gnu/usr.bin/man/apropos/apropos.sh , and really >> apropos is nothing more than a grep -Ehi. The problem is that grep is >> just working right. It doesn't find the word 'FreeBSD' in the >> description line (where it got the 'security' match) so grep cannot >> display that word. But isn't it grepping /usr/share/man/whatis which has security(7) - introduction to security under because "makewhatis" has a bug?