From owner-freebsd-current@FreeBSD.ORG Sat May 19 06:56:20 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9896C16A401 for ; Sat, 19 May 2007 06:56:20 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.237]) by mx1.freebsd.org (Postfix) with ESMTP id 4418E13C48C for ; Sat, 19 May 2007 06:56:20 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so1660458nze for ; Fri, 18 May 2007 23:56:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=TI/yF/Pk3ivJSws4fk63w2EUWGSL5m+aIBNHBO198UssoECr6hVfS2PZM3Yl/OieL7pP2vqwDxYSsy2gGobhT0scS2R00bmgimTTav+gAT5TfHBGaXb+uTv1foC4XePapun2yWk1K9AcOZTCKeK12tUBe+OXaSMhdqdxB9u4NhY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=c7A0w/aPStHnr5EmPD3mZfSgWO4l4Cq3OpgN+Wm94tB9JHhRtGn+q9Cj9JMDp+z78CC7GdWhwRAyXbLIc0XPNG8McdZN4enLELHLy+xdHAdfVOhbs4LPSG9gO4BYJRzeX9B/AFNKH8qsdiAXO2isdkvfwBD84PphGEL0JYmxtKU= Received: by 10.114.181.1 with SMTP id d1mr1322264waf.1179556265802; Fri, 18 May 2007 23:31:05 -0700 (PDT) Received: by 10.114.194.5 with HTTP; Fri, 18 May 2007 23:31:05 -0700 (PDT) Message-ID: From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Roman Kurakin" In-Reply-To: <464A1366.3050809@inse.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4649E0AD.4060705@inse.ru> <464A03E3.4040805@freebsd.org> <464A1366.3050809@inse.ru> X-Google-Sender-Auth: 6c43ad8b343af7e2 Cc: freebsd-current@freebsd.org Subject: Re: HEDSUP: man -k cleanup (man -k RAID, some bits are missing) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sat, 19 May 2007 06:56:20 -0000 X-Original-Date: Sat, 19 May 2007 10:31:05 +0400 X-List-Received-Date: Sat, 19 May 2007 06:56:20 -0000 On 5/16/07, Roman Kurakin wrote: > Eric Anderson wrote: > > On 05/15/07 11:32, Roman Kurakin wrote: > >> Hi all, > >> > >> Trying to obtain information about supported RAID devices in > >> the system via `man -k RAID` I've found that not all known > >> by me devices are there. So a grep-ed a bit and going to commit > >> the following patchset. I think that keyword RAID should present > >> in description of all these man pages. But may be I am wrong? > >> > >> There is also some bits I was not able to fix. > >> 1) Is it safe to s/Array/RAID/ in ida(4)? > > > > I don't think that's good - an array isn't necessarily a RAID, and a > > s/r of that name yields bad results. > I am about brief description (.Nd) only. If driver supports some RAID > arrays it > should be marked as such. So may be "Array" => "Array (including RAID)" > in .Nd? We usually keep .Nd as short as possible. It's a pity apropos(1) uses it exclusively for its lookups, but I don't believe that's a good excuse for stuffing keywords, tags and comments into the field.