Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Resolved
-
1.14.0
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.