Changeset cd428e4 for doc/user-guide/commands.xml
- Timestamp:
- 2007-11-17T12:20:51Z (17 years ago)
- Branches:
- master
- Children:
- 256899f
- Parents:
- 1bf1ae6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/commands.xml
r1bf1ae6 rcd428e4 134 134 <syntax>account set <account id>/<setting></syntax> 135 135 <syntax>account set <account id>/<setting> <value></syntax> 136 <syntax>account set -del <account id>/<setting></syntax> 136 137 137 138 <description> … … 141 142 142 143 <para> 143 For more infomation about a setting, see <emphasis>help set <setting></emphasis>. 144 For more infomation about a setting, see <emphasis>help set <setting></emphasis>. For details about the syntax of this command, see <emphasis>help set</emphasis>. 144 145 </para> 145 146 … … 246 247 <bitlbee-command name="set"> 247 248 <short-description>Miscellaneous settings</short-description> 248 <syntax>set [<variable> [<value>]]</syntax> 249 250 <description> 251 252 <para> 253 Without any arguments, this command lists all the set variables. You can also specify a single argument, a variable name, to get that variable's value. To change this value, specify the new value as the second argument. 249 <syntax>set</syntax> 250 <syntax>set <variable></syntax> 251 <syntax>set <variable> <value></syntax> 252 <syntax>set -del <variable></syntax> 253 254 <description> 255 256 <para> 257 Without any arguments, this command lists all the set variables. You can also specify a single argument, a variable name, to get that variable's value. To change this value, specify the new value as the second argument. With <emphasis>-del</emphasis> you can reset a setting to its default value. 254 258 </para> 255 259
Note: See TracChangeset
for help on using the changeset viewer.