X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/7378b5081fde6f48140327d5c072a8231934f027..30d855885418ebe3e7bf76fd800909cdf7bb178a:/doc/disorder_config.5.in diff --git a/doc/disorder_config.5.in b/doc/disorder_config.5.in index a9549ed..c9b2061 100644 --- a/doc/disorder_config.5.in +++ b/doc/disorder_config.5.in @@ -593,6 +593,10 @@ The default is 10. The minimum number of seconds that must elapse between password reminders. The default is 600, i.e. 10 minutes. .TP +.B remote_userman yes\fR|\fBno +User management over TCP connection is only allowed if this is set to +\fByes\fR. By default it is set to \fBno\fR. +.TP .B replay_min \fISECONDS\fR The minimum number of seconds that must elapse after a track has been played before it can be picked at random. The default is 8 hours. If this is set to @@ -903,14 +907,20 @@ character reference, e.g. \fBý\fR. Use \fB@\fR to insert a literal \fB@\fR without falling foul of the expansion syntax. .SS "Expansion Syntax" -Expansions are surrounded by at ("@") symbols take the form of a keyword -followed by zero or more arguments. -Arguments may either be quoted by curly brackets ("{" and "}") or separated +An expansion starts with an at ("@") symbol and takes the form of an expansion +name followed by zero or more arguments. +.PP +Arguments can be quoted by curly brackets ("{" and "}") or separated by colons (":"). Both kinds may be mixed in a single expansion, though doing so seems likely to cause confusion. The descriptions below contain suggested forms for each expansion. .PP +An expansion is terminated by another "@" symbol, but this is optional in the +specific case that the last argument is quoted by curly brackets and it is +followed by whitespace and then some character that is not "{" (since that +could be interpreted as a further argument). +.PP Leading and trailing whitespace in unquoted arguments is ignored, as is whitespace (including newlines) following a close bracket ("}"). .PP