Skip to content

Commit f5b056b

Browse files
authored
Fix for numbered windows config file list
Adding automatic numbering for Linux and Windows config file list.
1 parent 5a9e6eb commit f5b056b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

doc/configuration.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ Configuration File
3636

3737
On Linux systems the config file is searched in the following paths:
3838

39-
1. ``~/can.conf``
40-
2. ``/etc/can.conf``
41-
3. ``$HOME/.can``
42-
4. ``$HOME/.canrc``
39+
#. ``~/can.conf``
40+
#. ``/etc/can.conf``
41+
#. ``$HOME/.can``
42+
#. ``$HOME/.canrc``
4343

4444
On Windows systems the config file is searched in the following paths:
4545

46-
1. ``~/can.conf``
47-
1. ``can.ini`` (current working directory)
48-
2. ``$APPDATA/can.ini``
46+
#. ``~/can.conf``
47+
#. ``can.ini`` (current working directory)
48+
#. ``$APPDATA/can.ini``
4949

5050
The configuration file sets the default interface and channel:
5151

0 commit comments

Comments
 (0)