diff options
| author | EuAndreh <eu@euandre.org> | 2026-09-11 11:04:42 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2026-09-11 11:04:42 -0300 |
| commit | 697cb0ed363db45e41f7de857fb5f0287c93aab5 (patch) | |
| tree | b0984261328024622c4ae4cef802f33ca9030e69 /src/content/en/til/2020/09/04/cli-email-fun-profit.adoc | |
| parent | Translate the manual pages with maritacag rather than po4a (diff) | |
| download | euandre.org-697cb0ed363db45e41f7de857fb5f0287c93aab5.tar.gz euandre.org-697cb0ed363db45e41f7de857fb5f0287c93aab5.tar.xz | |
Spell the attribute names the references use
adoc(5) 8 makes a reference to an unset attribute an error (E4), so
three long-standing typos that asciidoctor passed through as literal
text now stop the build: "{empy}" for "{empty}", "{ssmpt}" for the
declared "{ssmtp}", and a declaration of "app-store-rolllout" that
nothing could reference.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015bWfjj7PP24iF5MqFHmdeC
Diffstat (limited to 'src/content/en/til/2020/09/04/cli-email-fun-profit.adoc')
| -rw-r--r-- | src/content/en/til/2020/09/04/cli-email-fun-profit.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/en/til/2020/09/04/cli-email-fun-profit.adoc b/src/content/en/til/2020/09/04/cli-email-fun-profit.adoc index 1da1154..ed7fea9 100644 --- a/src/content/en/til/2020/09/04/cli-email-fun-profit.adoc +++ b/src/content/en/til/2020/09/04/cli-email-fun-profit.adoc @@ -12,7 +12,7 @@ Here are a few reasons why: Reason 3 is the fun part, reasons 1 and 2 are the profit part. -First {ssmpt}[install and configure SSMTP] for using, say, Gmail as the email +First {ssmtp}[install and configure SSMTP] for using, say, Gmail as the email server: [source,sh] |
