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@xxxxxxxxxxx> > --- > 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@xxxxxxxxx> Date: Sat, 3 Jul 2021 20:31:04 +0200 Subject: [PATCH] printf.3: wfix Reported-by: Sergey Petrakov <kr@xxxxxxxxxxx> Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- 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/