From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 08 11:57:58 2016 Received: (at submit) by debbugs.gnu.org; 8 Aug 2016 15:57:58 +0000 Received: from localhost ([127.0.0.1]:60232 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bWmwA-0007nN-F1 for submit@debbugs.gnu.org; Mon, 08 Aug 2016 11:57:58 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36771) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bWmw8-0007n9-UV for submit@debbugs.gnu.org; Mon, 08 Aug 2016 11:57:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWmw3-0001XI-3X for submit@debbugs.gnu.org; Mon, 08 Aug 2016 11:57:51 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWmw3-0001XC-0k for submit@debbugs.gnu.org; Mon, 08 Aug 2016 11:57:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWmw0-00015p-Pj for bug-guile@gnu.org; Mon, 08 Aug 2016 11:57:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWmvw-0001Wg-LF for bug-guile@gnu.org; Mon, 08 Aug 2016 11:57:47 -0400 Received: from mail2.openmailbox.org ([62.4.1.33]:56388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWmvw-0001WR-Bb for bug-guile@gnu.org; Mon, 08 Aug 2016 11:57:44 -0400 Received: by mail2.openmailbox.org (Postfix, from userid 1001) id ECFB9107697; Mon, 8 Aug 2016 17:57:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1470671861; bh=TRF/POaXs8iY44xdc/FJzUJbXmli/PW6gAmnYWtQ7SI=; h=From:To:Cc:Subject:Date:From; b=QaH9PaqHYB8z2ctBA64VECKzRNvgDDGAvBjdeTEP9UyJfwj6teBdqk/+/DFblXMKF TXSI9N1bJqxfc1i6tW6nG5hAQ20UeD+cSAuKH7iWQvNJOxGAHc0KjHComR5zPFdhH9 RSUWTw2TMOq75sB3esfBrl40Na0AvNtyS5t0V7OA= From: sirgazil DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1470671860; bh=TRF/POaXs8iY44xdc/FJzUJbXmli/PW6gAmnYWtQ7SI=; h=From:To:Cc:Subject:Date:From; b=sp3HT/DIJHLSgfR1aZymEzuqtr3lNgvoeAC+Od+pkFoGcjQ0AZatYodwxuR+Tlg70 5kVs7cNrasdtJJVUgryH3bfknihPIGY5QVVsYysdGF91WTgyZzwJA36ioaB00e3W8F eSUTy5byaIJJNj9BUg6wt4Hex0qjAUiUc00hYNLw= To: bug-guile@gnu.org Subject: [PATCH] Fix typo about open-pipe Date: Mon, 8 Aug 2016 11:04:03 -0500 Message-Id: <1470672243-4165-1-git-send-email-felipe.lopez@openmailbox.org> X-Mailer: git-send-email 2.1.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: sirgazil X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) * doc/ref/posix.texi (Pipes): Fix typo. --- doc/ref/posix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi index 5ca9402..7383278 100644 --- a/doc/ref/posix.texi +++ b/doc/ref/posix.texi @@ -2286,7 +2286,7 @@ For an input pipe, the child's standard output is the pipe and standard input is inherited from @code{current-input-port}. For an output pipe, the child's standard input is the pipe and standard output is inherited from @code{current-output-port}. In all cases -cases the child's standard error is inherited from +the child's standard error is inherited from @code{current-error-port} (@pxref{Default Ports}). If those @code{current-X-ports} are not files of some kind, and hence -- 2.1.4 From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 08 16:22:26 2016 Received: (at 24185-done) by debbugs.gnu.org; 8 Aug 2016 20:22:26 +0000 Received: from localhost ([127.0.0.1]:60373 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bWr46-0005VM-85 for submit@debbugs.gnu.org; Mon, 08 Aug 2016 16:22:26 -0400 Received: from pb-sasl1.pobox.com ([64.147.108.66]:55673 helo=sasl.smtp.pobox.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bWr44-0005VE-0A for 24185-done@debbugs.gnu.org; Mon, 08 Aug 2016 16:22:24 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id D6AE62FCB1; Mon, 8 Aug 2016 16:22:23 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=OWsXyNAc1qsmxoriESoj2FBO+TI=; b=e8trKV CAyQ4axBOg7yieZiup+WNBmgaizLBDtE0scOHpu6w7nf4+lrmlk0BcySYJutW9FD JjRCiCTltSAm5aQDRRWv7hOjb+S8MvpmYGRApJUCV1bjaQmzh6RqfYffTCDG/1Tb pzdYtvj5DevStVjdXdD1IGcZxbx0AjvNxe/1g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=tVvJBG4/kQ741mo8rBCyhq28+rL3n7a2 cB1uiFiLgpY2oaZr3NPud7vJRR2WpuZycHCAcMaQlG9k6T67iEuzx+QkGfz7M5mQ NIVVd0qkXEvsXkmkaMlhf8w9v37g3cNWTdeLnxdXFijxF/pByJnitAxnWa1wQ3jC P1VbSUzWVh8= Received: from pb-sasl1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id CDE612FCAF; Mon, 8 Aug 2016 16:22:23 -0400 (EDT) Received: from clucks (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl1.pobox.com (Postfix) with ESMTPSA id CE2592FCAE; Mon, 8 Aug 2016 16:22:22 -0400 (EDT) From: Andy Wingo To: sirgazil Subject: Re: bug#24185: [PATCH] Fix typo about open-pipe References: <1470672243-4165-1-git-send-email-felipe.lopez@openmailbox.org> Date: Mon, 08 Aug 2016 22:22:15 +0200 In-Reply-To: <1470672243-4165-1-git-send-email-felipe.lopez@openmailbox.org> (sirgazil's message of "Mon, 8 Aug 2016 11:04:03 -0500") Message-ID: <87mvknm2o8.fsf@pobox.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: D0855096-5DA5-11E6-8367-C1836462E9F6-02397024!pb-sasl1.pobox.com X-Spam-Score: -0.4 (/) X-Debbugs-Envelope-To: 24185-done Cc: 24185-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.4 (/) Applied, thanks :) On Mon 08 Aug 2016 18:04, sirgazil writes: > * doc/ref/posix.texi (Pipes): Fix typo. > --- > doc/ref/posix.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi > index 5ca9402..7383278 100644 > --- a/doc/ref/posix.texi > +++ b/doc/ref/posix.texi > @@ -2286,7 +2286,7 @@ For an input pipe, the child's standard output is the pipe and > standard input is inherited from @code{current-input-port}. For an > output pipe, the child's standard input is the pipe and standard > output is inherited from @code{current-output-port}. In all cases > -cases the child's standard error is inherited from > +the child's standard error is inherited from > @code{current-error-port} (@pxref{Default Ports}). > > If those @code{current-X-ports} are not files of some kind, and hence From unknown Tue Jun 17 21:57:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 06 Sep 2016 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator