Dave Barnes created GEODE-9759:
----------------------------------

             Summary: User Guide: gfsh command pages - problem with 
double-hyphens
                 Key: GEODE-9759
                 URL: https://issues.apache.org/jira/browse/GEODE-9759
             Project: Geode
          Issue Type: Bug
          Components: docs
    Affects Versions: 1.14.0
            Reporter: Dave Barnes


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: `&#8209;&#8209;`.

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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to