about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorLeszek CimaƂa <ernierasta@zori.cz>2020-01-08 21:44:19 +0100
committerDrew DeVault <sir@cmpwn.com>2020-01-09 14:31:19 -0500
commita40959c129c54aba563828114e8ae58ab14492b1 (patch)
treebbd84c659ab988f4cd313c2e208a340dc2477460
parentbf0f72a533d5c1868b9819f769836ea22d5fa583 (diff)
downloadaerc-a40959c129c54aba563828114e8ae58ab14492b1.tar.gz
template: man cosmetic changes
-rw-r--r--doc/aerc-templates.7.scd3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/aerc-templates.7.scd b/doc/aerc-templates.7.scd
index adcc85c..a681fb2 100644
--- a/doc/aerc-templates.7.scd
+++ b/doc/aerc-templates.7.scd
@@ -32,7 +32,7 @@ available always.
 	{{(index .From 0).Name}}
 	```
 
-	Get the email address of the first sender
+	Get the email address of the first sender.
 	```
 	{{(index .From 0).Address}}
 	```
@@ -82,6 +82,7 @@ available always.
 	```
 	{{quote .OriginalText}}
 	```
+
 	_exec_ function execute external command to process message.
 	```
 	{{exec `/usr/local/share/aerc/filters/html`}}