From owner-cvs-gnu Fri Sep 27 10:35:37 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA04631 for cvs-gnu-outgoing; Fri, 27 Sep 1996 10:35:37 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA04355; Fri, 27 Sep 1996 10:35:04 -0700 (PDT) Date: Fri, 27 Sep 1996 10:35:04 -0700 (PDT) From: Wolfram Schneider Message-Id: <199609271735.KAA04355@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/man/man man.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/09/27 10:35:01 Modified: gnu/usr.bin/man/man man.c Log: Reverts exit status for `man -k' and `man -f'. Man(1) now return 0 if apropos/whatis return 0, otherwise 1. Revision Changes Path 1.20 +6 -2 src/gnu/usr.bin/man/man/man.c