From owner-freebsd-bugs Tue Mar 27 10:50: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F8C137B71A for ; Tue, 27 Mar 2001 10:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RIo1Y18020; Tue, 27 Mar 2001 10:50:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0483237B71A for ; Tue, 27 Mar 2001 10:45:29 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RIjSe17658; Tue, 27 Mar 2001 10:45:28 -0800 (PST) (envelope-from nobody) Message-Id: <200103271845.f2RIjSe17658@freefall.freebsd.org> Date: Tue, 27 Mar 2001 10:45:28 -0800 (PST) From: mjanosi@uakron.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/26153: sed G does not double space Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26153 >Category: misc >Synopsis: sed G does not double space >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 27 10:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Miklos Janosi >Release: 4.2 >Organization: University of Akron >Environment: FreeBSD miki.dhs.org 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Thu Jan 25 13:57:53 EST 2001 mjanosi@miki.dhs.org:/usr/src/sys/compile/MIKI i386 >Description: sed G should double space a file and it does not. >How-To-Repeat: # The following command and result % (echo a; echo b; echo c) | sed G a b c % # should be % (echo a ; echo b ; echo c) | sed G a b c % >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message