From owner-cvs-all@FreeBSD.ORG Thu Apr 19 22:53:21 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 EE9AE16A401; Thu, 19 Apr 2007 22:53:21 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CA8F413C457; Thu, 19 Apr 2007 22:53:21 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3JMrLt0046649; Thu, 19 Apr 2007 22:53:21 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3JMrLPj046648; Thu, 19 Apr 2007 22:53:21 GMT (envelope-from yar) Message-Id: <200704192253.l3JMrLPj046648@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 19 Apr 2007 22:53:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/tools/regression/usr.bin/sed regress.y.out 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: Thu, 19 Apr 2007 22:53:22 -0000 yar 2007-04-19 22:53:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) tools/regression/usr.bin/sed regress.y.out Log: MFC rev 1.4: Add missing newline to correct failure of the regression test. According to IEEE Std 1003.1, 2004 "Whenever the pattern space is written to standard output or a named file, sed shall immediately follow it with a ." Revision Changes Path 1.3.14.1 +1 -1 src/tools/regression/usr.bin/sed/regress.y.out