emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#24185: closed ([PATCH] Fix typo about open-pipe)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#24185: closed ([PATCH] Fix typo about open-pipe)
Date: Mon, 08 Aug 2016 20:23:02 +0000

Your message dated Mon, 08 Aug 2016 22:22:15 +0200
with message-id <address@hidden>
and subject line Re: bug#24185: [PATCH] Fix typo about open-pipe
has caused the debbugs.gnu.org bug report #24185,
regarding [PATCH] Fix typo about open-pipe
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
24185: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24185
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Fix typo about open-pipe Date: Mon, 8 Aug 2016 11:04:03 -0500
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#24185: [PATCH] Fix typo about open-pipe Date: Mon, 08 Aug 2016 22:22:15 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
Applied, thanks :)

On Mon 08 Aug 2016 18:04, sirgazil <address@hidden> 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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]