Subject: CVS commit: basesrc/usr.bin/man
To: None <source-changes@netbsd.org>
From: Bill Squier <groo@netbsd.org>
List: source-changes
Date: 03/14/2002 07:24:15
Module Name:	basesrc
Committed By:	groo
Date:		Thu Mar 14 05:24:15 UTC 2002

Modified Files:
	basesrc/usr.bin/man: man.c

Log Message:
Fix longstanding misuse of glob(3) and fnmatch(3) in man page search.
glob(3)-special characters are now escaped in the supplied man page names.

Makes ``man ['' work without mysterious quoting.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 basesrc/usr.bin/man/man.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.