From owner-cvs-all Wed Jul 17 10:34:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4407837B400; Wed, 17 Jul 2002 10:34:41 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id B477B43E31; Wed, 17 Jul 2002 10:34:40 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.3) with ESMTP id g6HHYdRC097479; Wed, 17 Jul 2002 13:34:39 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.3/Submit) id g6HHYdRi097476; Wed, 17 Jul 2002 13:34:39 -0400 (EDT) (envelope-from wollman) Date: Wed, 17 Jul 2002 13:34:39 -0400 (EDT) From: Garrett Wollman Message-Id: <200207171734.g6HHYdRi097476@khavrinen.lcs.mit.edu> To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man1 builtin.1 In-Reply-To: <200207170712.g6H7CcIv098084@freefall.freebsd.org> References: <200207170712.g6H7CcIv098084@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > The following builtins are now available as external commands as well: > bg > cd > command > fc > fg > getopts > jobs > read > umask > unalias > wait I would like to see separate manual pages for each of these (in the style of the POSIX spec), but I don't care to do the work myself, so anyone is welcome to have at it. I'd also like to see builtin(1) make a clearer distinction between reserved words (like if, while, for, do, done, and fi) and things that are actual commands. The description in builtin(1) of the external commands (called ``regular built-in commands'' in POSIX) should probably point out that almost all of them are useless and included only for standards compliance. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message