From 01ff32b119071027f70b32d2386e2d6629fa37ea Mon Sep 17 00:00:00 2001 From: job Date: Wed, 29 Jun 2022 16:06:22 +0000 Subject: [PATCH] Clarify the shorter default format string only applies to -i and -s --- usr.bin/ts/ts.1 | 10 +++++++--- 1 file 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 .\" @@ -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: -- 2.20.1