* 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 ).) .TP .B %S The second as a decimal number (range 00 to 60). -- 2.1.4