From owner-freebsd-hackers Thu Jul 15 5:33:34 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id 11C0E14D9A for ; Thu, 15 Jul 1999 05:33:08 -0700 (PDT) (envelope-from fjoe@iclub.nsu.ru) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.9.3/8.9.3) with ESMTP id TAA36219; Thu, 15 Jul 1999 19:30:45 +0700 (NSS) (envelope-from fjoe@iclub.nsu.ru) Date: Thu, 15 Jul 1999 19:30:45 +0700 (NSS) From: Max Khon To: Chris Costello Cc: hackers@FreeBSD.ORG Subject: Re: rtfm rewritten in C (updated) In-Reply-To: <19990711220003.E71884@holly.dyndns.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, there! On Sun, 11 Jul 1999, Chris Costello wrote: > > I've implemented a few new features. First off, strdup() > isn't abused anymore so the program should run much smoother and > smaller, as well as more quickly. Secondly, I have (thanks in > part to Alfred Perlstein) added both case-insensitive searches > (-i) and local FAQ search (can be overridden with -o, "online", > flag). > > Too many others to enumerate. > > As usual, it's at http://www.calldei.com/~chris/rtfm.tar.gz what about to use shell patterns (fnmatch) instead of substring search? :) /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message