linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] printf.3: wfix
@ 2021-06-24 17:38 Sergey Petrakov
  2021-07-03 18:34 ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Sergey Petrakov @ 2021-06-24 17:38 UTC (permalink / raw)
  To: linux-man, Alejandro Colomar, Michael Kerrisk

Signed-off-by: Sergey Petrakov <kr@spmail.info>
---
 man3/printf.3 | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/man3/printf.3 b/man3/printf.3
index fcc3bd6f3..28435af62 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -114,9 +114,8 @@ is the same as
 .BR fprintf ()
 except that it outputs to a file descriptor,
 .IR fd ,
-instead of to a
-.I stdio
-stream.
+instead of to the given output
+.IR stream .
 .PP
 The functions
 .BR snprintf ()
--
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] printf.3: wfix
  2021-06-24 17:38 [PATCH] printf.3: wfix Sergey Petrakov
@ 2021-07-03 18:34 ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-07-03 18:34 UTC (permalink / raw)
  To: Sergey Petrakov; +Cc: linux-man, Michael Kerrisk

Hi Peter,

I applied a different patch.  But thanks for the report!

Cheers,

Alex

On 6/24/21 7:38 PM, Sergey Petrakov wrote:
> Signed-off-by: Sergey Petrakov <kr@spmail.info>
> ---
>  man3/printf.3 | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/man3/printf.3 b/man3/printf.3
> index fcc3bd6f3..28435af62 100644
> --- a/man3/printf.3
> +++ b/man3/printf.3
> @@ -114,9 +114,8 @@ is the same as
>  .BR fprintf ()
>  except that it outputs to a file descriptor,
>  .IR fd ,
> -instead of to a
> -.I stdio
> -stream.
> +instead of to the given output
> +.IR stream .
>  .PP
>  The functions
>  .BR snprintf ()
> --
> 2.20.1
> 

From: Alejandro Colomar <alx.manpages@gmail.com>
Date: Sat, 3 Jul 2021 20:31:04 +0200
Subject: [PATCH] printf.3: wfix

Reported-by: Sergey Petrakov <kr@spmail.info>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man3/printf.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/printf.3 b/man3/printf.3
index fcc3bd6f3..1074626e1 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -115,7 +115,7 @@ is the same as
 except that it outputs to a file descriptor,
 .IR fd ,
 instead of to a
-.I stdio
+.I FILE
 stream.
 .PP
 The functions
-- 
2.32.0



-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-03 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24 17:38 [PATCH] printf.3: wfix Sergey Petrakov
2021-07-03 18:34 ` Alejandro Colomar (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).