From owner-cvs-all@FreeBSD.ORG Fri Sep 9 17:02:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 66B1316A41F; Fri, 9 Sep 2005 17:02:09 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24CF043D53; Fri, 9 Sep 2005 17:02:09 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j89H29UW054411; Fri, 9 Sep 2005 17:02:09 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j89H28Ot054410; Fri, 9 Sep 2005 17:02:08 GMT (envelope-from garys) Message-Id: <200509091702.j89H28Ot054410@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Fri, 9 Sep 2005 17:02:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man1 builtin.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 17:02:09 -0000 garys 2005-09-09 17:02:08 UTC FreeBSD src repository (doc committer) Modified files: share/man/man1 builtin.1 Log: Added missing builtins; a few other clean-ups. - The first "alias" "Yes" should be "No**". - Made "builtin echo command" consistent with csh and sh manpages. - In group of 3 interactive commands, 2 used .Pa instead of .Ic. - "Name" section now has "builtin" and "built-in" for better apropos. - Added these builtins: !, %, ., :, @, {, }, local, return PR: docs/85065 Approved by: keramida MFC after: 3 days Revision Changes Path 1.25 +36 -10 src/share/man/man1/builtin.1