nixos/*: normalize <package> to <literal>
this renders the same in the manpage and a little more clearly in the html manual. in the manpage there continues to be no distinction from regular text, the html manual gets code-type markup (which was probably the intention for most of these uses anyway).
This commit is contained in:
@@ -129,7 +129,7 @@ in {
|
||||
description = ''
|
||||
List of packages to add to propagatedBuildInputs.
|
||||
|
||||
A popular example is <package>python3Packages.psycopg2</package>
|
||||
A popular example is <literal>python3Packages.psycopg2</literal>
|
||||
for PostgreSQL support in the recorder component.
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user