Hello Alex, On Sun, 24 Jan 2021 at 16:10, Alejandro Colomar <alx.manpages@xxxxxxxxx> wrote: > > Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> Thanks. Patch applied. Cheers, Michael > --- > man3/fopencookie.3 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man3/fopencookie.3 b/man3/fopencookie.3 > index e0aa257a0..35b01493f 100644 > --- a/man3/fopencookie.3 > +++ b/man3/fopencookie.3 > @@ -412,7 +412,7 @@ main(int argc, char *argv[]) > mycookie.offset = 0; > mycookie.endpos = 0; > > - stream = fopencookie(&mycookie,"w+", memfile_func); > + stream = fopencookie(&mycookie, "w+", memfile_func); > if (stream == NULL) { > perror("fopencookie"); > exit(EXIT_FAILURE); > -- > 2.30.0 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/