mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/*: automatically convert option docs
This commit is contained in:
parent
423545fe48
commit
087472b1e5
162 changed files with 1552 additions and 1552 deletions
|
@ -121,9 +121,9 @@ in
|
|||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
example = "hourly";
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
Specification of the time at which awstats will get updated.
|
||||
(in the format described by <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>)
|
||||
(in the format described by {manpage}`systemd.time(7)`)
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue