Hello Jakub, On Wed, 13 Nov 2019 at 15:28, Jakub Wilk <jwilk@xxxxxxxxx> wrote: > > Fix comma splice. Thank you. Patch applied. Cheers, Michael > Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> > --- > man3/strftime.3 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man3/strftime.3 b/man3/strftime.3 > index d6e6e3407..cea27072c 100644 > --- a/man3/strftime.3 > +++ b/man3/strftime.3 > @@ -562,7 +562,7 @@ complain about the use of > .IR "warning: `%c' yields only last 2 digits of year in some locales" . > Of course programmers are encouraged to use > .BR %c , > -it gives the preferred date and time representation. > +as it gives the preferred date and time representation. > One meets all kinds of strange obfuscations > to circumvent this > .BR gcc (1) > -- > 2.24.0 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/