about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-06-13 11:57:15 -0400
committerJune McEnroe <june@causal.agency>2021-06-13 11:57:15 -0400
commit0e5a58fe4607724ca40429918c17d552f072ab2a (patch)
treeb8df80f1b7aa270443e33b8fd18fabf727d1628b
parentAvoid performing a SEARCH for ALL (diff)
downloadbubger-0e5a58fe4607724ca40429918c17d552f072ab2a.tar.gz
bubger-0e5a58fe4607724ca40429918c17d552f072ab2a.zip
Add search definition examples
-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
a>June McEnroe 2019-05-30Add bit to bin.7June McEnroe 2019-05-30Simplify and build bitJune McEnroe 2019-05-29Add xx -p optionJune McEnroe 2019-05-27Add FrontierJune McEnroe 2019-05-27Break nicks with ZWNJJune McEnroe 2019-05-26Add DawnJune McEnroe 2019-05-20Declare vasprintf(3) for GNUJune McEnroe 2019-05-20Fix comparison warning in ttpreJune McEnroe 2019-05-20Add AuthorityJune McEnroe 2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe