Bug 45842

Summary: Small typo in tcsh(1) - missing end quote
Product: Documentation Reporter: Linh Pham <question>
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Linh Pham 2002-11-29 23:40:01 UTC
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".

Fix: 

Add "'" after ambiguous.
How-To-Repeat: 
run "man csh" and if using more as your pager, go down to "byte 185403".
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2002-12-01 01:04:12 UTC
State Changed
From-To: open->closed

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 :) 



Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2002-12-01 01:04:12 UTC
Responsible Changed
From-To: freebsd-doc->keramida