Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-9759

User Guide: gfsh command pages - problem with double-hyphens

    XMLWordPrintableJSON

Details

    Description

      In the tables of gfsh command options, double-hyphen prefixes are often (but not always) collapsed to a single hyphen.

      This is a format issue with dozens (possibly hundreds?) of occurrences.

      See, for example, the `alter` command page, http://geode.apache.org/docs/guide/114/tools_modules/gfsh/command-pages/alter.html.
      Note the difference between the entry for `--entry-idle-time-expiration-action` and the following entry `-entry-time-to-live-expiration`. The tricky bit is that the source code in both cases uses the same HTML construct: `<td><span class="keyword parmname">--entry-time-to-live-expiration</span></td>`, but the results differ.

      One likely remedy is to replace the hyphen pair with the code for two non-breaking hyphens: `‑‑`.

      Behavior may differ depending on whether the entry occurs in an HTML table, a nested HTML table, or a Markdown table.

      Attachments

        Activity

          People

            mhufnagel Max Hufnagel
            dbarnes Dave Barnes
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: