ref: 6dda4d498ea1cef138012dee37b8f0310b0bb110
parent: 47a1f5464ee6213bee7eac6d868b7a0f2cc3ef06
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Aug 10 06:04:22 EDT 2024
tmdate(2): fix formatting for sub-second specifiers
--- a/sys/man/2/tmdate
+++ b/sys/man/2/tmdate
@@ -105,9 +105,11 @@
.TP
.B t, tt, ttt
The milliseconds in unpadded and padded form, respectively.
+.TP
.B u, uu, uuu, uuuu
The microseconds in unpadded. padded form modulo milliseconds,
or unpadded, padded forms of the complete value, respectively.
+.TP
.B n, nn, nnn, nnnn, nnnnn, nnnnnn
The nanoseconds in unpadded and padded form modulo milliseconds,
the unpadded and padded form modulo microseconds,
--
⑨