Bug 26702

Summary: builtin(1) man page errors
Product: Documentation Reporter: Zahemszky Gabor <zgabor>
Component: Books & ArticlesAssignee: dd <dd>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Zahemszky Gabor 2001-04-19 13:00:01 UTC
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

Fix: 

Change the `No' string to `Yes' in that lines, in the sh column.
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
Comment 1 dd freebsd_committer freebsd_triage 2001-04-25 06:53:28 UTC
State Changed
From-To: open->analyzed

Corrected in -current, thanks!  I'll MFC it later. 


Comment 2 dd freebsd_committer freebsd_triage 2001-04-25 06:53:28 UTC
Responsible Changed
From-To: freebsd-doc->dd

My MFC reminder.
Comment 3 dd freebsd_committer freebsd_triage 2001-05-02 03:22:28 UTC
State Changed
From-To: analyzed->closed

MFC'd