openSUSE / suse-xsl

DocBook XSL Stylesheets for SUSE branding
Other
11 stars 10 forks source link

Too much spacing between command and option #357

Closed svenseeberg closed 2 years ago

svenseeberg commented 6 years ago

With an additional space character between command and option tags the distance between both is too large. See SLE 15 "SCA Command Line Tool" (sec.admsupport.sca.tool).

image

ghost commented 2 years ago

I think the solution here is to just use:

<command>some-command --my-option <replaceable>VALUE</replaceable></command>

rather than

<command>some-command</command> <option>--my-option <replaceable>VALUE</replaceable></option>

Personally, I think this is a WONTFIX, but I am leaving it open for now anyway...

Related: https://github.com/SUSE/doc-styleguide/issues/63

janajaeger commented 2 years ago

Wontifx it is, then.