From question@closedsrc.org  Fri Nov 29 15:37:03 2002
Return-Path: <question@closedsrc.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5962237B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Nov 2002 15:37:03 -0800 (PST)
Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A732E43EA9
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Nov 2002 15:36:59 -0800 (PST)
	(envelope-from question@closedsrc.org)
Received: by q.closedsrc.org (Postfix, from userid 1001)
	id 8008C5816; Fri, 29 Nov 2002 15:36:54 -0800 (PST)
Message-Id: <20021129233654.8008C5816@q.closedsrc.org>
Date: Fri, 29 Nov 2002 15:36:54 -0800 (PST)
From: Linh Pham <question@closedsrc.org>
Reply-To: Linh Pham <question@closedsrc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Small typo in tcsh(1) - missing end quote
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         45842
>Category:       docs
>Synopsis:       Small typo in tcsh(1) - missing end quote
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 29 15:40:01 PST 2002
>Closed-Date:    Sat Nov 30 17:06:44 PST 2002
>Last-Modified:  Sat Nov 30 17:06:44 PST 2002
>Originator:     Linh Pham
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD q.closedsrc.org 4.7-STABLE FreeBSD 4.7-STABLE #3: Sun Oct 27 20:05:43 PST 2002 question@q.closedsrc.org:/usr/obj/usr/src/sys/Q i386
>Description:

In tcsh(1), under the "Special shell variables" section, for "matchbeep",
it is currently written as:

               If set to `never', completion never beeps.  If set
               to `nomatch', it  beeps  only  when  there  is  no
               match.   If set to `ambiguous, it beeps when there
               are multiple matches.  If set to  `notunique',  it
               beeps  when  there  is  one exact and other longer
               matches.  If unset, `ambiguous' is used.

There is a missing end [single-]quote after "ambiguous".

>How-To-Repeat:

run "man csh" and if using more as your pager, go down to "byte 185403".

>Fix:

Add "'" after ambiguous.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Sat Nov 30 17:04:12 PST 2002 
State-Changed-Why:  
I submitted a diff to the tcsh mailing list, which has already been 
committed to their CVS repository.  The next tcsh release will have 
this fixed.  Many thanks to Kimmo Suominen <kim@tcsh.org> who made 
the change to the tcsh sources, and Linh Pham <question@closedsrc.org> 
who submitted this bug report :) 



Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Sat Nov 30 17:04:12 PST 2002 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=45842 
>Unformatted:
