diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2022-06-30 15:45:32 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2022-06-30 15:45:32 +0000 |
commit | af0130c9164edd804839d6d5f4d97e6c0df09771 (patch) | |
tree | 602e9a7f11bacb04d266393d049c94fa05811682 /usr.bin/ts/ts.1 | |
parent | cd011e2deb6181d5f5d3660a165c72d946dda548 (diff) |
Zap trailing spaces to be "mandoc -Tlint ts.1" clean
Diffstat (limited to 'usr.bin/ts/ts.1')
-rw-r--r-- | usr.bin/ts/ts.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ts/ts.1 b/usr.bin/ts/ts.1 index b6fff7b8ad3..126ce51c2c3 100644 --- a/usr.bin/ts/ts.1 +++ b/usr.bin/ts/ts.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ts.1,v 1.4 2022/06/29 18:57:30 job Exp $ +.\" $OpenBSD: ts.1,v 1.5 2022/06/30 15:45:31 kn Exp $ .\" .\" Copyright (c) 2022 Job Snijders <job@openbsd.org> .\" @@ -14,11 +14,11 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 29 2022 $ +.Dd $Mdocdate: June 30 2022 $ .Dt TS 1 .Os .Sh NAME -.Nm ts +.Nm ts .Nd timestamp input .Sh SYNOPSIS .Nm ts @@ -79,7 +79,7 @@ and .Qq 4:20:00.00001 . .Sh EXAMPLES .Bd -literal -offset indent -$ (echo foo; sleep 2; echo bar) | ts +$ (echo foo; sleep 2; echo bar) | ts Jun 28 12:13:38 foo Jun 28 12:13:40 bar |