From owner-freebsd-cvsweb@FreeBSD.ORG Fri Sep 3 05:40:41 2004 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7853716A4CE for ; Fri, 3 Sep 2004 05:40:41 +0000 (GMT) Received: from gizmo04ps.bigpond.com (gizmo04ps.bigpond.com [144.140.71.14]) by mx1.FreeBSD.org (Postfix) with SMTP id 76A6743D49 for ; Fri, 3 Sep 2004 05:40:40 +0000 (GMT) (envelope-from peter@enzerink.net) Received: (qmail 27898 invoked from network); 3 Sep 2004 05:40:37 -0000 Received: from unknown (HELO psmam11.bigpond.com) (144.135.25.100) by gizmo04ps.bigpond.com with SMTP; 3 Sep 2004 05:40:37 -0000 Received: from cpe-203-51-35-229.nsw.bigpond.net.au ([203.51.35.229]) by psmam11.bigpond.com(MAM REL_3_4_2a 225/69072760) with SMTP id 69072760; Fri, 03 Sep 2004 15:40:37 +1000 Message-ID: <41380367.5050204@enzerink.net> Date: Fri, 03 Sep 2004 15:38:47 +1000 From: Peter Enzerink User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-cvsweb@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Minor issue with descriptions X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 05:40:41 -0000 The descriptions feature works very nicely except it doesn't work for directories that have spaces in them. Detecting a tab to separate the directory from the description would do the trick which is what I have done but I thought I'd suggest a change to the code base. Cheers.