From 271ea8fae3e2a8031664047772703035ab372250 Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Sat, 23 Nov 2019 11:29:29 +0900 Subject: [PATCH] docs(man): Write about --list-subparsers Also fix typos. --- docs/man/ctags.1.rst | 8 ++++++-- man/ctags.1.rst.in | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/man/ctags.1.rst b/docs/man/ctags.1.rst index 9c51b58a46..3284ac3089 100644 --- a/docs/man/ctags.1.rst +++ b/docs/man/ctags.1.rst @@ -1359,6 +1359,10 @@ are not listed here. They are experimental or for debugging purpose. DESCRIPTION Human readable description for the role. +``--list-subparsers[=baselang|all]`` + Lists the subparsers for a base language for either the specified + *baselang* or **all** languages, and then exits. + ``--machinable[=yes|no]`` Use tab character as separators for ``--list-`` option output. It may be suitable for scripting. See "List options" for considered @@ -1450,7 +1454,7 @@ are not listed here. They are experimental or for debugging purpose. ``--pseudo-tags=[+|-]ptag``, ``--pseudo-tags=*`` Enable/disable emitting pseudo tag named ptag. - if \* is given, enable emitting all pseudo tags. + If \* is given, enable emitting all pseudo tags. ``--put-field-prefix`` Put "UCTAGS" as prefix for the name of fields newly introduced in @@ -1505,7 +1509,7 @@ are not listed here. They are experimental or for debugging purpose. ``--use-slash-as-filename-separator[=yes|no]`` Uses slash character as filename separators instead of backslash - character when priting ``input:`` field. + character when printing ``input:`` field. This option is available on MSWindows only. The default is yes for the default "u-ctags" output format, and no for the other formats. diff --git a/man/ctags.1.rst.in b/man/ctags.1.rst.in index 17de1a9a4c..2e814f5f47 100644 --- a/man/ctags.1.rst.in +++ b/man/ctags.1.rst.in @@ -1359,6 +1359,10 @@ are not listed here. They are experimental or for debugging purpose. DESCRIPTION Human readable description for the role. +``--list-subparsers[=baselang|all]`` + Lists the subparsers for a base language for either the specified + *baselang* or **all** languages, and then exits. + ``--machinable[=yes|no]`` Use tab character as separators for ``--list-`` option output. It may be suitable for scripting. See "List options" for considered @@ -1450,7 +1454,7 @@ are not listed here. They are experimental or for debugging purpose. ``--pseudo-tags=[+|-]ptag``, ``--pseudo-tags=*`` Enable/disable emitting pseudo tag named ptag. - if \* is given, enable emitting all pseudo tags. + If \* is given, enable emitting all pseudo tags. ``--put-field-prefix`` Put "UCTAGS" as prefix for the name of fields newly introduced in @@ -1505,7 +1509,7 @@ are not listed here. They are experimental or for debugging purpose. ``--use-slash-as-filename-separator[=yes|no]`` Uses slash character as filename separators instead of backslash - character when priting ``input:`` field. + character when printing ``input:`` field. This option is available on MSWindows only. The default is yes for the default "u-ctags" output format, and no for the other formats.