X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/8996f767e047eefa8af4d01b1434b54f4c169b79:/query-runlisp-config.1..10427eb21d77a0edeb2f17e434515b91b420cdfb:/query-runlisp-config.1.in diff --git a/query-runlisp-config.1 b/query-runlisp-config.1.in similarity index 73% rename from query-runlisp-config.1 rename to query-runlisp-config.1.in index 48bf0dd..7887127 100644 --- a/query-runlisp-config.1 +++ b/query-runlisp-config.1.in @@ -58,7 +58,7 @@ query-runlisp-config \- inspect and debug runlisp configuration files .IB var = \c .IR value ] .br - + \& .RB [ \-l .IR sect ] .RB [ \-p @@ -144,13 +144,58 @@ The value is unexpandable, and overrides any similarly named setting from the configuration file(s). . - - +.TP +.BI "\-p" "\fR, " "\-\-print-variable=\fR[" sect :\fR] var +Print the raw (unexpanded) result of looking up the variable +.I var +in configuration section +.I sect +(defaulting to +.BR @CONFIG ). . -.\"-------------------------------------------------------------------------- +.TP +.BR "\-q" ", " "\-\-quiet" +Don't print warning messages. +This option may be repeated: +each use reduces verbosity by one step, +counteracting one +.RB ` \-v ' +option. +The default verbosity level is 1, +which prints only warning measages. +. +.TP +.BR "\-v" ", " "\-\-verbose" +Print informational or debugging messages. +This option may be repeated: +each use increases verbosity by one step, +counteracting one +.RB ` \-q ' +option. +The default verbosity level is 1, +which prints only warning measages. +Higher verbosity levels print informational and debugging messages. . -.SH BUGS -.hP \*o +.TP +.BI "\-w" "\fR, " "\-\-split-variable=\fR[" sect :\fR] var +Print the result of looking up, expanding, and word-splitting the variable +.I var +in configuration section +.I sect +(defaulting to +.BR @CONFIG ). +The words are quoted in shell-style, and separated by spaces. +. +.TP +.BI "\-x" "\fR, " "\-\-expand-variable=\fR[" sect :\fR] var +Print the result of looking up and expanding the variable +.I var +in configuration section +.I sect +(defaulting to +.BR @CONFIG ). +. +.\"-------------------------------------------------------------------------- . .SH SEE ALSO .BR dump-runlisp-image (1),