summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-06-11 12:46:04 -0400
committerJune McEnroe <june@causal.agency>2021-06-11 12:46:04 -0400
commit7333cf50b70bfb21c72693a02e2dfd3e0bae9e1b (patch)
tree7d6a8de8e9ad007a784cfa9d1a0b7d7d65c98ec9
parentPublish "Sparse Checkout" (diff)
downloadsrc-7333cf50b70bfb21c72693a02e2dfd3e0bae9e1b.tar.gz
src-7333cf50b70bfb21c72693a02e2dfd3e0bae9e1b.zip
Remove bubger -t flag from "Mailing List"
It can't be used correctly and has been removed.
-rw-r--r--www/text.causal.agency/019-mailing-list.75
1 files changed, 2 insertions, 3 deletions
diff --git a/www/text.causal.agency/019-mailing-list.7 b/www/text.causal.agency/019-mailing-list.7
index 3c70b160..b3490a94 100644
--- a/www/text.causal.agency/019-mailing-list.7
+++ b/www/text.causal.agency/019-mailing-list.7
@@ -231,10 +231,9 @@ The
 script runs
 .Xr bubger 1 ,
 writing the list of updated paths to
-.Pa ~/list/FILES ,
-truncating it before each update:
+.Pa ~/list/FILES :
 .Bd -literal -offset indent
-exec bubger -it -C ~/list [...] >~/list/FILES
+exec bubger -i -C ~/list [...] >~/list/FILES
 .Ed
 .
 .Pp
TPSJune McEnroe 2020-08-25Support the pounce_env rc variableJune McEnroe 2020-08-25Remove deprecated option namesJune McEnroe 2020-08-25Document configuration and data file searchJune McEnroe 2020-08-24Use dataOpen for save fileJune McEnroe 2020-08-24Use configOpen to load localCAJune McEnroe 2020-08-24Use configPath to load client cert/privJune McEnroe 2020-08-24Use configOpen in getopt_configJune McEnroe 2020-08-24Import xdg.c from catgirlJune McEnroe 2020-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni 2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe 2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe 2020-08-13Fix unintended interception of NICK after registrationJune McEnroe 2020-08-12Add Additional Components section to READMEJune McEnroe 2020-08-12Document -L / palaver optionJune McEnroe 2020-08-11contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe