diff options
author | June McEnroe <june@causal.agency> | 2021-09-26 13:00:12 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-26 16:53:21 -0400 |
commit | 69ea054270bc43c00937015b78378de9dc649602 (patch) | |
tree | 062df05f1174456c9961b6b003b65b2aecf38fc5 /www/text.causal.agency/.gitignore | |
parent | Install up to cgi-bin (diff) | |
download | src-69ea054270bc43c00937015b78378de9dc649602.tar.gz src-69ea054270bc43c00937015b78378de9dc649602.zip |
Use tiny UTF-8-aware col -b replacement
OpenBSD col(1) doesn't understand UTF-8 and will delete all of it. Stupid, especially when mandoc(1) tells you to use it to remove man formatting. I shouldn't have to write something so trivial.
Diffstat (limited to '')
-rw-r--r-- | www/text.causal.agency/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/text.causal.agency/.gitignore b/www/text.causal.agency/.gitignore index 8fe3acc9..66b3e637 100644 --- a/www/text.causal.agency/.gitignore +++ b/www/text.causal.agency/.gitignore @@ -1,3 +1,4 @@ *.txt +colb feed.atom igp |