add release dir

This commit is contained in:
Mario Fetka
2024-05-28 17:59:32 +02:00
parent 1a700daf11
commit 2d5eb9fe1c
142 changed files with 34106 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
Usage:
unset <variable-name>
'unset' causes the specified variable to _have_no_value_. This means that
it will not be used by archie until it has been given a value with the 'set'
command.
Note: this may cause "counter-intuitive" behaviour in some cases (e.g. in
the case of "maxhits"). Although one might expect 'prog' to print
matches without regard for any limit, this is not the case. If the
value of "maxhits" is not available it will merely fall back to some
internal default.