From owner-freebsd-commit Sun Feb 25 17:16:47 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA08989 for freebsd-commit-outgoing; Sun, 25 Feb 1996 17:16:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA08971 for cvs-all-outgoing; Sun, 25 Feb 1996 17:16:44 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA08941 Sun, 25 Feb 1996 17:16:34 -0800 (PST) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id CAA26186; Mon, 26 Feb 1996 02:08:47 +0100 From: Wolfram Schneider Received: (wosch@localhost) by caramba.cs.tu-berlin.de (8.6.12/8.6.9) id CAA20930; Mon, 26 Feb 1996 02:08:44 +0100 Date: Mon, 26 Feb 1996 02:08:44 +0100 Message-Id: <199602260108.CAA20930@caramba.cs.tu-berlin.de> To: Wolfram Schneider Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: cvs commit: src/gnu/usr.bin/man/apropos apropos.sh In-Reply-To: <199602252341.PAA00912@freefall.freebsd.org> References: <199602252341.PAA00912@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Conversion: prohibited Sender: owner-commit@FreeBSD.ORG Precedence: bulk Warning! It seems that make(1) in -stable cannot compile man/whatis and man/apropos. -current works. Wolfram Wolfram Schneider writes: >wosch 96/02/25 15:41:48 > > Modified: gnu/usr.bin/man/apropos apropos.sh > Log: > print error messages to stderr > don't fail if search arguments contain spaces > allow programs from $PATH as PAGER > faster > > Revision Changes Path > 1.2 +48 -42 src/gnu/usr.bin/man/apropos/apropos.sh