diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-22 15:33:25 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-22 15:33:25 +0200 |
commit | c2967cf7bb2dbbec96005b49b6a8982a0a13e003 (patch) | |
tree | 5606b75a8780e69b0a08d699eb8d7b3d1f735706 /example.t | |
parent | 2f6ef87c9154f07c69ae18a8ca0d504749f385aa (diff) | |
download | mk-c2967cf7bb2dbbec96005b49b6a8982a0a13e003.tar.gz |
Change %i, %e to #i, #e
Diffstat (limited to 'example.t')
-rw-r--r-- | example.t | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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 |