doc: Fix mismatched backticks

This commit is contained in:
Stefan Frijters
2025-04-22 11:56:42 +02:00
committed by Brenden Matthews
parent 49cd8556ab
commit 4e6f4d952e
2 changed files with 2 additions and 2 deletions

View File

@@ -500,7 +500,7 @@ values:
- name: pop3 - name: pop3
desc: |- desc: |-
Default global POP3 server. Arguments are: `host user pass 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 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 '*', of retries before giving up is 5. If the password is supplied as '*',
you will be prompted to enter the password when Conky starts. you will be prompted to enter the password when Conky starts.

View File

@@ -809,7 +809,7 @@ values:
Hwmon sensor from sysfs (Linux 2.6). Parameter dev can be: Hwmon sensor from sysfs (Linux 2.6). Parameter dev can be:
1. Number. e.g `1` means hwmon1. 1. Number. e.g `1` means hwmon1.
2. Module name. e.g. `k10temp` means the first hwmon device whose module 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. 3. Omitted. Then the first hwmon device (hwmon0) will be used.
Parameter type is either `in` or `vol` meaning voltage; `fan` meaning fan; Parameter type is either `in` or `vol` meaning voltage; `fan` meaning fan;