mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
nixos/*: replace <quote> with actual quotes
This commit is contained in:
parent
f1d39b6d61
commit
d0ba463fcf
3 changed files with 8 additions and 11 deletions
|
@ -130,8 +130,7 @@ in
|
|||
file in the upstream distribution to find available options.
|
||||
|
||||
Setting an option to <literal>null</literal> means
|
||||
<quote>define variable, but leave right-hand side
|
||||
empty</quote>.
|
||||
“define variable, but leave right-hand side empty”.
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -242,8 +241,8 @@ in
|
|||
type = with lib.types; nullOr str;
|
||||
default = null;
|
||||
description = ''
|
||||
Discourse database hostname. <literal>null</literal> means <quote>prefer
|
||||
local unix socket connection</quote>.
|
||||
Discourse database hostname. <literal>null</literal> means
|
||||
“prefer local unix socket connection”.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue