From 69d598f695ee15374d94083a4151161e7d814731 Mon Sep 17 00:00:00 2001 From: kn Date: Thu, 30 Jun 2022 15:45:31 +0000 Subject: [PATCH] Zap trailing spaces to be "mandoc -Tlint ts.1" clean --- usr.bin/ts/ts.1 | 8 ++++---- 1 file 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 .\" @@ -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 -- 2.20.1