From 86bbee3264360de8ab5f8d2b277ac7d1045d0b80 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 29 Jul 2021 21:33:05 +0000 Subject: deploy: d086ca4c6179628546796e60bfade25be061f045 --- print.html | 165 +++++++++++++++++++++++++++++++++------------- searchindex.js | 2 +- searchindex.json | 2 +- tools/awk.html | 7 +- tools/qemu.html | 157 ++++++++++++++++++++++++++++++------------- trace_profile/strace.html | 1 + 6 files changed, 238 insertions(+), 96 deletions(-) diff --git a/print.html b/print.html index 434ecf2..4aadb02 100644 --- a/print.html +++ b/print.html @@ -1060,6 +1060,11 @@ For floats one can use %N.Mf, N is the total number in M.

  • +

    sprintf("fmt", expr, ...)

    +

    Format the expressions according to the format string. Similar as printf, +but this is a function and return value can be assigned to a variable.

    +
  • +
  • strftime("fmt")

    Print time stamp formatted by fmt.