From owner-cvs-gnu Tue Apr 11 15:02:03 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA11218 for cvs-gnu-outgoing; Tue, 11 Apr 1995 15:02:03 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA11207 ; Tue, 11 Apr 1995 15:01:55 -0700 Date: Tue, 11 Apr 1995 15:01:55 -0700 From: Joerg Wunsch Message-Id: <199504112201.PAA11207@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/man/man glob.c man.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk joerg 95/04/11 15:01:54 Modified: gnu/usr.bin/man/man glob.c man.c Log: Fix broken file name globbing. Man is now also able to find pages like "3DBorder" and "[". (NB, the "3DBorder" problem has actually been intention, it allowed for weird section names like "3xyzzy". We don't have them, either.) (Partially) Submitted by: taob@gate.sinica.edu.tw (Brian Tao)