summary refs log tree commit diff
path: root/www
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-04-04 13:43:53 -0400
committerJune McEnroe <june@causal.agency>2022-04-04 13:43:53 -0400
commit1e5481fca31b752c1db6346d0cf274068c480a95 (patch)
tree8832296c10271bb19f3f505f5d8610f1767db90f /www
parentPublish "Care" (diff)
downloadsrc-1e5481fca31b752c1db6346d0cf274068c480a95.tar.gz
src-1e5481fca31b752c1db6346d0cf274068c480a95.zip
Update "Care"
Diffstat (limited to '')
-rw-r--r--www/text.causal.agency/037-care.79
1 files changed, 5 insertions, 4 deletions
diff --git a/www/text.causal.agency/037-care.7 b/www/text.causal.agency/037-care.7
index 46f0cc2c..4f0adee8 100644
--- a/www/text.causal.agency/037-care.7
+++ b/www/text.causal.agency/037-care.7
@@ -118,10 +118,11 @@ which doesn't sound right.
 My cheque was cashed
 39 days after the date
 on the acknowledgment,
-but I still haven't gotten the certificate.
-I'll update this
-with how long it took
-when I have.
+and I got a
+.Dq favourable decision
+a week later.
+It apparently takes another 30 days
+to get the actual change certificate.
 .
 .Ss Therapy
 I'm not seeking therapy
/write hacks horrify me. Clean it up. 2021-01-20Fix tests for diff spansJune McEnroe 2021-01-20Avoid matching ':' in make tagsJune McEnroe Otherwise a :: rule includes one of the ':'s in the tag name. 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe Otherwise the "id" in "void" matches for "void id". 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe