atom feed2 messages in org.freebsd.freebsd-docdocs/26702: builtin(1) man page errors
FromSent OnAttachments
zga...@CoDe.huApr 19, 2001 4:55 am 
dd...@FreeBSD.orgApr 24, 2001 10:53 pm 
Subject:docs/26702: builtin(1) man page errors
From:zga...@CoDe.hu (zga@CoDe.hu)
Date:Apr 19, 2001 4:55:02 am
List:org.freebsd.freebsd-doc

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 majo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message