From 791a47c98b00f1c7efc082d60d06d06821d7c1f9 Mon Sep 17 00:00:00 2001 From: Alex Kapranoff Date: Tue, 24 Dec 2024 23:27:48 -0800 Subject: [PATCH] Make manpage compatible with mandoc \& is a dummy character that is not rendered. Without it mandoc thinks \.\- is a macro which it does not support. --- tdl.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tdl.1 b/tdl.1 index b29600a..25a7e0f 100644 --- a/tdl.1 +++ b/tdl.1 @@ -851,8 +851,8 @@ l l. +1d\-08 & 8am tomorrow +1w\-08 & 8am on the same day as today next week +6h\-08 & 8am on the day containing the time 6 hours ahead of now -\.\-08 & 8am today -\.\-20 & 8pm today +\&\.\-08 & 8am today +\&\.\-20 & 8pm today 20011020 & absolute : 12 noon on 20th October 2001 011020 & absolute : 12 noon on 20th October 2001 (current century) 1020 & absolute : 12 noon on 20th October 2001 (current century and year)