doc: Fix mismatched backticks
This commit is contained in:

committed by
Brenden Matthews

parent
49cd8556ab
commit
4e6f4d952e
@@ -500,7 +500,7 @@ values:
|
||||
- name: pop3
|
||||
desc: |-
|
||||
Default global POP3 server. Arguments are: `host user pass
|
||||
[-i interval (in seconds)] [-p port] [-e 'command'] [-r retries]\".
|
||||
[-i interval (in seconds)] [-p port] [-e 'command'] [-r retries]`.
|
||||
Default port is 110, default interval is 5 minutes, and default number
|
||||
of retries before giving up is 5. If the password is supplied as '*',
|
||||
you will be prompted to enter the password when Conky starts.
|
||||
|
@@ -809,7 +809,7 @@ values:
|
||||
Hwmon sensor from sysfs (Linux 2.6). Parameter dev can be:
|
||||
1. Number. e.g `1` means hwmon1.
|
||||
2. Module name. e.g. `k10temp` means the first hwmon device whose module
|
||||
name is `k10temp.
|
||||
name is `k10temp`.
|
||||
3. Omitted. Then the first hwmon device (hwmon0) will be used.
|
||||
|
||||
Parameter type is either `in` or `vol` meaning voltage; `fan` meaning fan;
|
||||
|
Reference in New Issue
Block a user