diff options
author | Benjamin Kaduk <kaduk@mit.edu> | 2012-07-19 13:37:04 -0400 |
---|---|---|
committer | Ben Kaduk <kaduk@mit.edu> | 2012-08-06 16:24:27 -0400 |
commit | 97104eed1d0fb60faef71284e9194f14a1145993 (patch) | |
tree | e3499c46ba9dc0b5f5478137ebceaa6c72d44c86 /src/lib/gssapi/generic/gssapiP_generic.h | |
parent | c1f2c83105efe4a1cbda35729fc3e31cd257e3cc (diff) | |
download | krb5-97104eed1d0fb60faef71284e9194f14a1145993.tar.gz krb5-97104eed1d0fb60faef71284e9194f14a1145993.tar.xz krb5-97104eed1d0fb60faef71284e9194f14a1145993.zip |
Fix HTML rendering of long-form options
We at present only have long-form options for configure, the scope
of the change is somewhat limited. Our SmartyPants config for Sphinx
causes these options to appear as prefixed with an en dash, instead
of the two hyphens that demarcate the (GNU-style) long-form options.
Using a different type of markup for command options could work around
this, but that would be a much larger patch.
Instead, apply a workaround in the markup for display purposes, which
makes the source a bit more ugly but the output correct.
Man page output is unaffected.
This patch was automatically generated with:
git grep -- -- doc/rst_source | grep -v -- --- | cut -d ':' -f 1
| uniq | xargs sed -i '' -e 's/\*\*--\([a-zA-Z]\)/**-**\\ **-\1/g'
and manually reviewed for correctness.
ticket: 7187
Diffstat (limited to 'src/lib/gssapi/generic/gssapiP_generic.h')
0 files changed, 0 insertions, 0 deletions