diff --git a/man/ctags.1.rst.in b/man/ctags.1.rst.in index 89ed781470..b048a58b33 100644 --- a/man/ctags.1.rst.in +++ b/man/ctags.1.rst.in @@ -227,7 +227,7 @@ A tag can has various information. They are called **fields**. The essential fields are **name** of language objects, **input**, **pattern**, and **line**. ``input:`` is the name of source file where ``name:`` is defined or referenced. ``pattern:`` can be used to search -the `**name**`` in ``input:``. **line** is the line number where +the **name** in ``input:``. **line** is the line number where ``name:`` is defined or referenced in ``input:``. @@ -689,6 +689,9 @@ are not listed here. They are experimental or debugging purpose. ("--extras-all="), all extras are disabled. These two combinations are useful for testing. + Inquire the output of ``--list-extras=`` option for the + extras of . + ``--extras=[+|-]flags|*`` Specifies whether to include extra tag entries for certain kinds of information. See also "Extras" subsection to know what are kinds.