| Summary: | Small typo in tcsh(1) - missing end quote | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Linh Pham <question> |
| Component: | Books & Articles | Assignee: | Giorgos Keramidas <keramida> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
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 :) Responsible Changed From-To: freebsd-doc->keramida |
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".