From hu006co@mail.euroweb.hu  Thu Apr 19 04:59:15 2001
Return-Path: <hu006co@mail.euroweb.hu>
Received: from mail.euroweb.hu (mail.euroweb.hu [193.226.220.4])
	by hub.freebsd.org (Postfix) with ESMTP id 61D8637B422
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Apr 2001 04:59:14 -0700 (PDT)
	(envelope-from hu006co@mail.euroweb.hu)
Received: (from hu006co@localhost)
	by mail.euroweb.hu (8.8.5/8.8.5) id NAA18760
	for FreeBSD-gnats-submit@freebsd.org; Thu, 19 Apr 2001 13:58:16 +0200 (MET DST)
Received: (from zgabor@localhost)
	by zg.CoDe.hu (8.11.1/8.11.1) id f3JBtOF02183;
	Thu, 19 Apr 2001 11:55:24 GMT
	(envelope-from zgabor)
Message-Id: <200104191155.f3JBtOF02183@zg.CoDe.hu>
Date: Thu, 19 Apr 2001 11:55:24 GMT
From: zgabor@CoDe.hu
Reply-To: zgabor@CoDe.hu
To: FreeBSD-gnats-submit@freebsd.org
Subject: builtin(1) man page errors
X-Send-Pr-Version: 3.2

>Number:         26702
>Category:       docs
>Synopsis:       builtin(1) man page errors
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 19 05:00:01 PDT 2001
>Closed-Date:    Tue May 1 19:22:28 PDT 2001
>Last-Modified:  Tue May 01 19:22:43 PDT 2001
>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:
State-Changed-From-To: open->analyzed 
State-Changed-By: dd 
State-Changed-When: Tue Apr 24 22:53:28 PDT 2001 
State-Changed-Why:  
Corrected in -current, thanks!  I'll MFC it later. 


Responsible-Changed-From-To: freebsd-doc->dd 
Responsible-Changed-By: dd 
Responsible-Changed-When: Tue Apr 24 22:53:28 PDT 2001 
Responsible-Changed-Why:  
My MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26702 
State-Changed-From-To: analyzed->closed 
State-Changed-By: dd 
State-Changed-When: Tue May 1 19:22:28 PDT 2001 
State-Changed-Why:  
MFC'd 

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