* Re: Typo in stdio manpage
@ 2013-01-02 14:51 Maxin B. John
[not found] ` <1357138301-22108-1-git-send-email-maxin.john-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Maxin B. John @ 2013-01-02 14:51 UTC (permalink / raw)
To: daan.f.spitz-Re5JQEeQqe8AvxtiuMwx3w,
mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Maxin B. John
From: "Maxin B. John" <maxin.john-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
stdio: resolve typo in stdio.3 manpage
Reported-by: Daan Spitz <daan.f.spitz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Signed-off-by: Maxin B. John <maxin.john-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
man3/stdio.3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man3/stdio.3 b/man3/stdio.3
index 0c773e9..9a478df 100644
--- a/man3/stdio.3
+++ b/man3/stdio.3
@@ -113,7 +113,7 @@ and
.IR stderr .
When opened, the standard error stream is not fully buffered; the standard
input and output streams are fully buffered if and only if the streams do
-not to refer to an interactive device.
+not refer to an interactive device.
.PP
Output streams that refer to terminal devices are always line buffered by
default; pending output to such streams is written automatically whenever
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread[parent not found: <1357138301-22108-1-git-send-email-maxin.john-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: Typo in stdio manpage [not found] ` <1357138301-22108-1-git-send-email-maxin.john-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2013-01-02 20:18 ` Michael Kerrisk (man-pages) 0 siblings, 0 replies; 4+ messages in thread From: Michael Kerrisk (man-pages) @ 2013-01-02 20:18 UTC (permalink / raw) To: Maxin B. John Cc: daan.f.spitz-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA Thanks Maxin, Daan, On Wed, Jan 2, 2013 at 3:51 PM, Maxin B. John <maxin.john-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > From: "Maxin B. John" <maxin.john-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > stdio: resolve typo in stdio.3 manpage Patch applied. Cheers, Michael > Reported-by: Daan Spitz <daan.f.spitz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > Signed-off-by: Maxin B. John <maxin.john-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > --- > man3/stdio.3 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man3/stdio.3 b/man3/stdio.3 > index 0c773e9..9a478df 100644 > --- a/man3/stdio.3 > +++ b/man3/stdio.3 > @@ -113,7 +113,7 @@ and > .IR stderr . > When opened, the standard error stream is not fully buffered; the standard > input and output streams are fully buffered if and only if the streams do > -not to refer to an interactive device. > +not refer to an interactive device. > .PP > Output streams that refer to terminal devices are always line buffered by > default; pending output to such streams is written automatically whenever > -- > 1.7.10.4 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Author of "The Linux Programming Interface"; http://man7.org/tlpi/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* Typo in stdio manpage
@ 2013-01-02 12:17 Daan Spitz
[not found] ` <CAHZfL_V6_XEOZNCxkEZHc0KgZhJzow1WR580Cn_wzXO9cTTfmA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Daan Spitz @ 2013-01-02 12:17 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
L.S,
I would like to inform you of a small error in the manpage for stdio.
The error is in the following sentence at the end of the 5th paragraph
of the description:
"if and only if the streams do not to refer to an interactive device"
The first occurance of the word "to" seems to be out of place here.
Kind regards,
Daan Spitz
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <CAHZfL_V6_XEOZNCxkEZHc0KgZhJzow1WR580Cn_wzXO9cTTfmA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: Typo in stdio manpage [not found] ` <CAHZfL_V6_XEOZNCxkEZHc0KgZhJzow1WR580Cn_wzXO9cTTfmA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2013-01-02 12:22 ` Daan Spitz 0 siblings, 0 replies; 4+ messages in thread From: Daan Spitz @ 2013-01-02 12:22 UTC (permalink / raw) To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA I forgot to mention that I am using manpages version 3.45-1 on my Arch linux system. On 1/2/13, Daan Spitz <daan.f.spitz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > L.S, > > I would like to inform you of a small error in the manpage for stdio. > The error is in the following sentence at the end of the 5th paragraph > of the description: > > "if and only if the streams do not to refer to an interactive device" > > The first occurance of the word "to" seems to be out of place here. > > Kind regards, > Daan Spitz > -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-01-02 20:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-02 14:51 Typo in stdio manpage Maxin B. John
[not found] ` <1357138301-22108-1-git-send-email-maxin.john-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-01-02 20:18 ` Michael Kerrisk (man-pages)
-- strict thread matches above, loose matches on Subject: below --
2013-01-02 12:17 Daan Spitz
[not found] ` <CAHZfL_V6_XEOZNCxkEZHc0KgZhJzow1WR580Cn_wzXO9cTTfmA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-01-02 12:22 ` Daan Spitz
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox