Merge pull request #95938 from Infinisil/fix-manual

nixos/logrotate: Fix option reference
This commit is contained in:
Silvan Mosberger
2020-08-22 01:42:23 +02:00
committed by GitHub
+1 -1
View File
@@ -108,7 +108,7 @@ in
default = {}; default = {};
description = '' description = ''
Attribute set of paths to rotate. The order each block appears in the generated configuration file Attribute set of paths to rotate. The order each block appears in the generated configuration file
can be controlled by the <link linkend="opt-services.logrotate._name_.priority">priority</link> option can be controlled by the <link linkend="opt-services.logrotate.paths._name_.priority">priority</link> option
using the same semantics as `lib.mkOrder`. Smaller values have a greater priority. using the same semantics as `lib.mkOrder`. Smaller values have a greater priority.
''; '';
example = literalExample '' example = literalExample ''