diff options
author | Job Snijders <job@cvs.openbsd.org> | 2022-06-29 16:01:11 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2022-06-29 16:01:11 +0000 |
commit | 807ae731e16b2e9e2e305accb8760e237586b086 (patch) | |
tree | 190b603ec59e96122e2e67cbbd5c46708d7eade6 /usr.bin/ts/ts.1 | |
parent | a6279a34e923fa6342aa55dd1d1dfe0bbde5bdc1 (diff) |
Add -m option to ts(1)
OK claudio@
Diffstat (limited to 'usr.bin/ts/ts.1')
-rw-r--r-- | usr.bin/ts/ts.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.bin/ts/ts.1 b/usr.bin/ts/ts.1 index 62dd7f9fbe4..c40ab039b32 100644 --- a/usr.bin/ts/ts.1 +++ b/usr.bin/ts/ts.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ts.1,v 1.1 2022/06/29 08:39:49 job Exp $ +.\" $OpenBSD: ts.1,v 1.2 2022/06/29 16:01:10 job Exp $ .\" .\" Copyright (c) 2022 Job Snijders <job@openbsd.org> .\" @@ -23,6 +23,7 @@ .Sh SYNOPSIS .Nm ts .Op Fl i | s +.Op Fl m .Op Ar format .Sh DESCRIPTION When invoked, the @@ -33,6 +34,12 @@ The options are as follows: .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 |