summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-10-07 13:52:22 -0400
committerJune McEnroe <june@causal.agency>2021-10-07 13:52:22 -0400
commit49d5f955c978203c6e73f89025256243679d1839 (patch)
tree0e155c9901f033c1a4795109712cb5d115d3bf35
parentOpenBSD: Simplify unveil(2) calls (diff)
downloadpounce-49d5f955c978203c6e73f89025256243679d1839.tar.gz
pounce-49d5f955c978203c6e73f89025256243679d1839.zip
Remove mention of capsicum from README
Diffstat (limited to '')
-rw-r--r--README.77
1 files changed, 2 insertions, 5 deletions
diff --git a/README.7 b/README.7
index 63634f5..12aaf7f 100644
--- a/README.7
+++ b/README.7
@@ -1,4 +1,4 @@
-.Dd September  6, 2021
+.Dd October  7, 2021
 .Dt README 7
 .Os "Causal Agency"
 .
@@ -87,15 +87,12 @@ and
 .Pp
 .Nm
 primarily targets
-.Fx ,
-where it is sandboxed with
-.Xr capsicum 4 ,
-and
 .Ox ,
 where it is sandboxed with
 .Xr pledge 2
 and
 .Xr unveil 2 .
+.Fx ,
 Linux and macOS
 are also supported.
 .Bd -literal -offset indent
d> 2021-09-13Swap-remove tags as they're foundJune McEnroe 2021-09-12Replace htagml regex with strncmpJune McEnroe 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe