From a0ea63c151bcac0bec153912d76e8f12bceb38a9 Mon Sep 17 00:00:00 2001 From: jmc Date: Thu, 30 Jun 2022 21:40:41 +0000 Subject: [PATCH] - do not talk about non-standard conversions, because we are not talking about any specific standards - only use escapes where needed - SEE ALSO ok claudio --- usr.bin/ts/ts.1 | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/usr.bin/ts/ts.1 b/usr.bin/ts/ts.1 index 126ce51c2c3..0d24c219905 100644 --- a/usr.bin/ts/ts.1 +++ b/usr.bin/ts/ts.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ts.1,v 1.5 2022/06/30 15:45:31 kn Exp $ +.\" $OpenBSD: ts.1,v 1.6 2022/06/30 21:40:41 jmc Exp $ .\" .\" Copyright (c) 2022 Job Snijders .\" @@ -61,15 +61,15 @@ or .Fl s options is used. .Pp -The following non-standard conversion specifications append microsecond -resolution: -.Cm \&%.S , -.Cm \&%.s , +Some additional conversion specifications are also supported +to append microsecond resolution: +.Cm %.S , +.Cm %.s , and -.Cm \&%.T ; +.Cm %.T ; which are similar to -.Cm \&%S , -.Cm \&%s , +.Cm %S , +.Cm %s , and .Cm \&%T . Examples: @@ -89,6 +89,8 @@ $ ls | ts -i %.S 00.000004 ts.1 00.000004 ts.c .Ed +.Sh SEE ALSO +.Xr strftime 3 .Sh HISTORY A .Nm -- 2.20.1