summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/relay_options.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-09-20 20:32:01 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-09-20 20:32:01 +0200
commit1d3c3ffb92596c354d1ef5bad4a114388f766308 (patch)
tree78f1a7d5aee10602a2989b5780f29c5230505a8e /doc/en/autogen/user/relay_options.txt
parent4ece2db62946aee939e7319695acc86731b14445 (diff)
downloadweechat-1d3c3ffb92596c354d1ef5bad4a114388f766308.zip
Fix formatting bug in html doc with description of options (bug #31076)
Diffstat (limited to 'doc/en/autogen/user/relay_options.txt')
-rw-r--r--doc/en/autogen/user/relay_options.txt52
1 files changed, 26 insertions, 26 deletions
diff --git a/doc/en/autogen/user/relay_options.txt b/doc/en/autogen/user/relay_options.txt
index 7ef1d8a3c..fcc700958 100644
--- a/doc/en/autogen/user/relay_options.txt
+++ b/doc/en/autogen/user/relay_options.txt
@@ -1,65 +1,65 @@
* *relay.color.status_active*
-** description: text color for "connected" status
+** description: `text color for "connected" status`
** type: color
-** values: a color name (default value: lightblue)
+** values: a color name (default value: `lightblue`)
* *relay.color.status_auth_failed*
-** description: text color for "authentication failed" status
+** description: `text color for "authentication failed" status`
** type: color
-** values: a color name (default value: lightred)
+** values: a color name (default value: `lightred`)
* *relay.color.status_connecting*
-** description: text color for "connecting" status
+** description: `text color for "connecting" status`
** type: color
-** values: a color name (default value: yellow)
+** values: a color name (default value: `yellow`)
* *relay.color.status_disconnected*
-** description: text color for "disconnected" status
+** description: `text color for "disconnected" status`
** type: color
-** values: a color name (default value: lightred)
+** values: a color name (default value: `lightred`)
* *relay.color.status_waiting_auth*
-** description: text color for "waiting authentication" status
+** description: `text color for "waiting authentication" status`
** type: color
-** values: a color name (default value: brown)
+** values: a color name (default value: `brown`)
* *relay.color.text*
-** description: text color
+** description: `text color`
** type: color
-** values: a color name (default value: default)
+** values: a color name (default value: `default`)
* *relay.color.text_bg*
-** description: background color
+** description: `background color`
** type: color
-** values: a color name (default value: default)
+** values: a color name (default value: `default`)
* *relay.color.text_selected*
-** description: text color of selected client line
+** description: `text color of selected client line`
** type: color
-** values: a color name (default value: white)
+** values: a color name (default value: `white`)
* *relay.look.auto_open_buffer*
-** description: auto open relay buffer when a new client is connecting
+** description: `auto open relay buffer when a new client is connecting`
** type: boolean
-** values: on, off (default value: on)
+** values: on, off (default value: `on`)
* *relay.look.raw_messages*
-** description: number of raw messages to save in memory when raw data buffer is closed (messages will be displayed when opening raw data buffer)
+** description: `number of raw messages to save in memory when raw data buffer is closed (messages will be displayed when opening raw data buffer)`
** type: integer
-** values: 0 .. 65535 (default value: 256)
+** values: 0 .. 65535 (default value: `256`)
* *relay.network.bind_address*
-** description: address for bind (if empty, connection is possible on all interfaces, use "127.0.0.1" to allow connections from local machine only)
+** description: `address for bind (if empty, connection is possible on all interfaces, use "127.0.0.1" to allow connections from local machine only)`
** type: string
-** values: any string (default value: "")
+** values: any string (default value: `""`)
* *relay.network.max_clients*
-** description: maximum number of clients connecting to a port
+** description: `maximum number of clients connecting to a port`
** type: integer
-** values: 1 .. 1024 (default value: 5)
+** values: 1 .. 1024 (default value: `5`)
* *relay.network.password*
-** description: password required by clients to access this relay (empty value means no password required)
+** description: `password required by clients to access this relay (empty value means no password required)`
** type: string
-** values: any string (default value: "")
+** values: any string (default value: `""`)