From owner-freebsd-doc Thu Apr 19 5: 0: 7 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C74B37B424 for ; Thu, 19 Apr 2001 05:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3JC02i78833; Thu, 19 Apr 2001 05:00:02 -0700 (PDT) (envelope-from gnats) Received: from mail.euroweb.hu (mail.euroweb.hu [193.226.220.4]) by hub.freebsd.org (Postfix) with ESMTP id 61D8637B422 for ; 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 X-Send-Pr-Version: 3.2 Subject: docs/26702: builtin(1) man page errors Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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