From owner-cvs-all@FreeBSD.ORG Sat Mar 24 19:44:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9817716A401; Sat, 24 Mar 2007 19:44:10 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 5509A13C459; Sat, 24 Mar 2007 19:44:10 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l2OJhDPG060950; Sat, 24 Mar 2007 12:43:13 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 24 Mar 2007 13:43:21 -0600 (MDT) Message-Id: <20070324.134321.1169636152.imp@bsdimp.com> To: glebius@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20070324062719.GI2713@FreeBSD.org> References: <200703240139.l2O1dOZU047128@repoman.freebsd.org> <20070324062719.GI2713@FreeBSD.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 24 Mar 2007 13:43:13 -0600 (MDT) Cc: maxim@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ng_fec.4 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: Sat, 24 Mar 2007 19:44:10 -0000 In message: <20070324062719.GI2713@FreeBSD.org> Gleb Smirnoff writes: : On Sat, Mar 24, 2007 at 01:39:24AM +0000, Maxim Konovalov wrote: : M> maxim 2007-03-24 01:39:24 UTC : M> : M> FreeBSD src repository : M> : M> Modified files: : M> share/man/man4 ng_fec.4 : M> Log: : M> o While the script is correct and works well in sh(1) make it : M> works in tcsh(1) which does not support <<- redirection. : M> : M> PR: docs/110097 : M> Submitted by: Sameh Ghane : : There are a lot of such example in netgraph manual pages. Isn't : <<- redirection a feature for any POSIX shell? csh and tcsh aren't a POSIX shells. Warner