diff options
author | Job Snijders <job@cvs.openbsd.org> | 2022-06-29 16:06:23 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2022-06-29 16:06:23 +0000 |
commit | 40510f59b1aabb34389ed93358ad2d72bc8255e1 (patch) | |
tree | a86e67cae187f042a128a947054242e2550e081f /usr.bin/ts/ts.1 | |
parent | 46858d21ae8d862fde52ad2591be376cc3399b27 (diff) |
Clarify the shorter default format string only applies to -i and -s
Diffstat (limited to 'usr.bin/ts/ts.1')
-rw-r--r-- | usr.bin/ts/ts.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.bin/ts/ts.1 b/usr.bin/ts/ts.1 index c40ab039b32..c43b02c1122 100644 --- a/usr.bin/ts/ts.1 +++ b/usr.bin/ts/ts.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ts.1,v 1.2 2022/06/29 16:01:10 job Exp $ +.\" $OpenBSD: ts.1,v 1.3 2022/06/29 16:06:22 job Exp $ .\" .\" Copyright (c) 2022 Job Snijders <job@openbsd.org> .\" @@ -51,10 +51,14 @@ specifications described in the .Xr strftime 3 manual page. The default format is -.Qq %b %d %H:%M:%S , +.Qq %b %d %H:%M:%S ; or .Qq %H:%M:%S -if an option is used. +if one of the +.Fl i +or +.Fl s +options is used. .Pp The following non-standard conversion specifications append microsecond resolution: |