=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ts/ts.1,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/ts/ts.1 2022/06/29 08:39:49 1.1 --- src/usr.bin/ts/ts.1 2022/06/29 16:01:10 1.2 *************** *** 1,4 **** ! .\" $OpenBSD: ts.1,v 1.1 2022/06/29 08:39:49 job Exp $ .\" .\" Copyright (c) 2022 Job Snijders .\" --- 1,4 ---- ! .\" $OpenBSD: ts.1,v 1.2 2022/06/29 16:01:10 job Exp $ .\" .\" Copyright (c) 2022 Job Snijders .\" *************** *** 23,28 **** --- 23,29 ---- .Sh SYNOPSIS .Nm ts .Op Fl i | s + .Op Fl m .Op Ar format .Sh DESCRIPTION When invoked, the *************** *** 33,38 **** --- 34,45 ---- .Bl -tag -width Ds .It Fl i Display time elapsed since the last timestamp. + .It Fl m + Display timestamps derived from a strictly linearly increasing clock. + Without + .Fl m , + timestamps reflect the current date and time, including time jumps if the + system time is changed. .It Fl s Display time elapsed since the start of the program. .El