about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bubger.114
1 files changed, 13 insertions, 1 deletions
diff --git a/bubger.1 b/bubger.1
index c429721..0e5d7fe 100644
--- a/bubger.1
+++ b/bubger.1
@@ -200,11 +200,23 @@ index	ALL
 .Ed
 .
 .Sh EXAMPLES
-.Bd -literal
+Create or update an archive
+and copy new or updated files
+to a remote host:
+.Bd -literal -offset indent
 bubger -C archive list@example.org |
 rsync -a --files-from=- archive example.org:public_html/archive
 .Ed
 .
+.Pp
+Example
+.Pa SEARCH
+definitions:
+.Bd -literal -offset indent
+announce	SUBJECT "[ANNOUNCE]"
+bubger		TO "list+bubger@causal.agency"
+.Ed
+.
 .Sh STANDARDS
 .Bl -item
 .It
>2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe Some compat sources (getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck. 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe