nixos/*: replace <code> in option docs with <literal>

markdown can't represent the difference without another extension and
both the html manual and the manpage render them the same, so keeping the
distinction is not very useful on its own. with the distinction removed
we can automatically convert many options that use <code> tags to markdown.

the manpage remains unchanged, html manual does not render
differently (but class names on code tags do change from "code" to "literal").
This commit is contained in:
pennae 2022-08-02 02:47:05 +02:00
parent 694d5b19d3
commit 16102dce2f
34 changed files with 120 additions and 120 deletions

View file

@ -211,7 +211,7 @@ in
For more information on how to specify the target
and on which privileges exist, see the
<link xlink:href="https://mariadb.com/kb/en/library/grant/">GRANT syntax</link>.
The attributes are used as <code>GRANT ''${attrName} ON ''${attrValue}</code>.
The attributes are used as <literal>GRANT ''${attrName} ON ''${attrValue}</literal>.
'';
example = literalExpression ''
{