Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/06/1998 07:30:02
kleink
Mon Jul  6 07:23:31 PDT 1998
Update of /cvsroot/src/usr.bin/apropos
In directory nb00:/tmp/cvs-serv7694/apropos

Modified Files:
	apropos.c 
Log Message:
Since GLOB_NOCHECK is not set, explicitly check for a return value of
GLOB_NOMATCH from glob().  Noticed by Juergen Hannken-Illjes.


kleink
Mon Jul  6 07:23:32 PDT 1998
Update of /cvsroot/src/usr.bin/man
In directory nb00:/tmp/cvs-serv7694/man

Modified Files:
	man.c 
Log Message:
Since GLOB_NOCHECK is not set, explicitly check for a return value of
GLOB_NOMATCH from glob().  Noticed by Juergen Hannken-Illjes.


kleink
Mon Jul  6 07:23:32 PDT 1998
Update of /cvsroot/src/usr.bin/whatis
In directory nb00:/tmp/cvs-serv7694/whatis

Modified Files:
	whatis.c 
Log Message:
Since GLOB_NOCHECK is not set, explicitly check for a return value of
GLOB_NOMATCH from glob().  Noticed by Juergen Hannken-Illjes.