Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 2002 15:36:54 -0800 (PST)
From:      Linh Pham <question@closedsrc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/45842: Small typo in tcsh(1) - missing end quote
Message-ID:  <20021129233654.8008C5816@q.closedsrc.org>

next in thread | raw e-mail | index | archive | help

>Number:         45842
>Category:       docs
>Synopsis:       Small typo in tcsh(1) - missing end quote
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 29 15:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021129233654.8008C5816>