about summary refs log tree commit diff
path: root/bubger.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-30 17:48:47 -0400
committerJune McEnroe <june@causal.agency>2020-04-30 17:48:47 -0400
commit6347c3305092ae574fa7d9b0f444247a509abb3b (patch)
tree0883b908721dc38004d17e778c1c7874f8efab1f /bubger.1
parentAdd install, uninstall targets (diff)
downloadbubger-6347c3305092ae574fa7d9b0f444247a509abb3b.tar.gz
bubger-6347c3305092ae574fa7d9b0f444247a509abb3b.zip
Add -S for subscribe link
These base* variables are badly named...
Diffstat (limited to 'bubger.1')
-rw-r--r--bubger.17
1 files changed, 6 insertions, 1 deletions
diff --git a/bubger.1 b/bubger.1
index b626f6c..230adf1 100644
--- a/bubger.1
+++ b/bubger.1
@@ -1,4 +1,4 @@
-.Dd April 26, 2020
+.Dd April 30, 2020
 .Dt BUBGER 1
 .Os
 .
@@ -10,6 +10,7 @@
 .Nm
 .Op Fl qv
 .Op Fl C Ar path
+.Op Fl S Ar url
 .Op Fl a Ar algo
 .Op Fl h Ar head
 .Op Fl m Ar addr
@@ -38,6 +39,10 @@ Change directory to
 .Ar path
 before reading and writing files.
 .
+.It Fl S Ar url
+Add a subscribe link
+to the index page navigation.
+.
 .It Fl a Ar algo
 Set the threading algorithm to one of
 .Sy ORDEREDSUBJECT
ct'>build: 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