Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2001 11:55:24 GMT
From:      zgabor@CoDe.hu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/26702: builtin(1) man page errors
Message-ID:  <200104191155.f3JBtOF02183@zg.CoDe.hu>

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

>Number:         26702
>Category:       docs
>Synopsis:       builtin(1) man page errors
>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:   Thu Apr 19 05:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Zahemszky Gabor
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
CoDe Ltd.
>Environment:

	

>Description:

The builtin(1) man page has some errors in it.
It says, that the following commands are not built-in in sh, only in
csh, but it is not true:

	break
	chdir
	continue
	else
	if
	while


>How-To-Repeat:

	$ /bin/sh
	$ type type
type is a shell builtin                                                         
	$ type break chdir continue else if while
break is a shell builtin
chdir is a shell builtin
continue is a shell builtin
else is a shell keyword
if is a shell keyword
while is a shell keyword
	$ exit

>Fix:

	Change the `No' string to `Yes' in that lines, in the sh column.

>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?200104191155.f3JBtOF02183>