Skip to content

Commit 99c8ba9

Browse files
committed
docs(man): make subsections under FILES section
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent cb6d514 commit 99c8ba9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/man/ctags.1.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2153,12 +2153,18 @@ ENVIRONMENT VARIABLES
21532153
FILES
21542154
-----
21552155

2156+
Output files
2157+
~~~~~~~~~~~~
2158+
21562159
``tags``
21572160
The default tag file created by ctags.
21582161

21592162
``TAGS``
21602163
The default tag file created by etags.
21612164

2165+
Preloading option files
2166+
~~~~~~~~~~~~~~~~~~~~~~~
2167+
21622168
``$XDG_CONFIG_HOME/ctags/*.ctags``, or ``$HOME/.config/ctags/*.ctags`` if
21632169
``$XDG_CONFIG_HOME`` is not defined
21642170
(on other than MS Windows)

man/ctags.1.rst.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2153,12 +2153,18 @@ ENVIRONMENT VARIABLES
21532153
FILES
21542154
-----
21552155

2156+
Output files
2157+
~~~~~~~~~~~~
2158+
21562159
``tags``
21572160
The default tag file created by @CTAGS_NAME_EXECUTABLE@.
21582161

21592162
``TAGS``
21602163
The default tag file created by @ETAGS_NAME_EXECUTABLE@.
21612164

2165+
Preloading option files
2166+
~~~~~~~~~~~~~~~~~~~~~~~
2167+
21622168
``$XDG_CONFIG_HOME/ctags/*.ctags``, or ``$HOME/.config/ctags/*.ctags`` if
21632169
``$XDG_CONFIG_HOME`` is not defined
21642170
(on other than MS Windows)

0 commit comments

Comments
 (0)