From c2967cf7bb2dbbec96005b49b6a8982a0a13e003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 22 Jun 2021 15:33:25 +0200 Subject: Change %i, %e to #i, #e --- example.t | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'example.t') diff --git a/example.t b/example.t index ea1b653..8a1033c 100644 --- a/example.t +++ b/example.t @@ -10,7 +10,7 @@ . .de @f . sp |\n(.pu-48p -. tl ''\*(%e'' +. tl ''\*(#e'' .. .ec . @@ -277,11 +277,11 @@ international date, like English date, like .q "21 June 2021" .p -The date formats are defined in strings prefixed with a percent sign -.c % ): ( -.c %i +The formatted dates are defined in strings prefixed with a hash symbol +.c # ): ( +.c #i and -.c %e +.c #e are provided by default, but more may be added by the user. . @@ -474,7 +474,9 @@ All environment settings, like point size, font family and indentation\c .( For a complete list of settings that are associated with the environment, -see 5.26\~Environments in the full GNU troff manual +see 5.26\~\c +.i Environments +in the full GNU troff manual .nh .c "info '(groff.\:info)Environments'" ). ( .hy -- cgit v1.2.3