Path: utzoo!utgpu!watmath!kcwellsch From: kcwellsch@watmath.waterloo.edu (Ken Wellsch) Newsgroups: uw.mfcf.bugs Subject: Re: minor man bug Message-ID: <28713@watmath.waterloo.edu> Date: 28 Aug 89 14:47:47 GMT References: <28705@watmath.waterloo.edu> <28711@watmath.waterloo.edu> Reply-To: kcwellsch@watmath.waterloo.edu (Ken Wellsch) Distribution: uw Organization: U. of Waterloo, Ontario Lines: 7 > > man segmentation faults when it can't find the pager specified by $MANPAGER > MAN seems to get into a very bizarre state when the execl of PAGER fails. > My simple fix is to do an "access" to see if the PAGER program exists. I take that back. MAN does a 'sh -c "$MANPAGER"' so PAGER can be relative. Naturally an "access" can't be used. Oh well, back to the old drawing board.