From owner-cvs-src@FreeBSD.ORG Sat Sep 3 16:06:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 301A616A41F; Sat, 3 Sep 2005 16:06:05 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF33643D48; Sat, 3 Sep 2005 16:06:04 +0000 (GMT) (envelope-from stefanf@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 j83G64gB062053; Sat, 3 Sep 2005 16:06:04 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j83G64Fb062052; Sat, 3 Sep 2005 16:06:04 GMT (envelope-from stefanf) Message-Id: <200509031606.j83G64Fb062052@repoman.freebsd.org> From: Stefan Farfeleder Date: Sat, 3 Sep 2005 16:06:04 +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/bin/sh sh.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2005 16:06:05 -0000 stefanf 2005-09-03 16:06:04 UTC FreeBSD src repository Modified files: bin/sh sh.1 Log: Document that `in word ...' is optional in the for command. Revision Changes Path 1.107 +7 -2 src/bin/sh/sh.1