From owner-freebsd-questions@FreeBSD.ORG Mon May 19 17:23:28 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 216F237B401 for ; Mon, 19 May 2003 17:23:28 -0700 (PDT) Received: from thalia.otenet.gr (thalia.otenet.gr [195.170.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F25E43FBF for ; Mon, 19 May 2003 17:23:26 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a212.otenet.gr [212.205.215.212]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h4K0NMNQ013104; Tue, 20 May 2003 03:23:23 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h4K0NMWI033186; Tue, 20 May 2003 03:23:22 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h4K0NMtl033185; Tue, 20 May 2003 03:23:22 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 20 May 2003 03:23:22 +0300 From: Giorgos Keramidas To: Robert Storey Message-ID: <20030520002322.GA33134@gothmog.gr> References: <20030520080838.0efe2d74.y2kbug@ms25.hinet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030520080838.0efe2d74.y2kbug@ms25.hinet.net> cc: freebsd-questions@freebsd.org Subject: Re: man page search highlights X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2003 00:23:28 -0000 On 2003-05-20 08:08, Robert Storey wrote: > Once again displaying the ignorance of a Linux refugee/FBSD newbie... > > When viewing man pages, I often use the search feature: > > /searchstring > > The difference I've noticed between Linux and FBSD is that in Linux, if > the search string is found, the string is highlighted. I find that a very > useful feature. Is there some way to enable this function in FBSD man > pages? more(1) doesn't highlight matches. less(1) does. Set your PAGER to 'less' and it should "just work" :-)