Hi Eugene, On 2/14/20 4:28 PM, Eugene Syromyatnikov wrote: > * man3/strftime.3 (%s): Format "mktime" with .B and not .I. > > Signed-off-by: Eugene Syromyatnikov <evgsyr@xxxxxxxxx> > --- > man3/strftime.3 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man3/strftime.3 b/man3/strftime.3 > index d6e6e34..62b77bf 100644 > --- a/man3/strftime.3 > +++ b/man3/strftime.3 > @@ -255,7 +255,7 @@ below. > .B %s > The number of seconds since the Epoch, 1970-01-01 00:00:00 +0000 (UTC). (TZ) > (Calculated from > -.IR mktime(tm) .) > +.BR mktime ( \fItm\fR ).) The usual convention here is .IR. .BR is used for page cross-references (e.g., ".BR mktime (3)"). (But, that said, it would not surprise me if there were some inconsistencies in existing pages.) Thanks, Michael > .TP > .B %S > The second as a decimal number (range 00 to 60). > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/