nixos/timesyncd: strip man: prefix from manpage links

This commit is contained in:
Peder Bergebakken Sundt
2025-01-27 02:47:02 +01:00
parent 75b2b7e946
commit fd60375c7a
+2 -2
View File
@@ -28,7 +28,7 @@ in
`timesyncd.conf` file as opposed to setting this option to null which
will remove `NTP=` entirely.
See man:{manpage}`timesyncd.conf(5)` for details.
See {manpage}`timesyncd.conf(5)` for details.
'';
};
fallbackServers = mkOption {
@@ -42,7 +42,7 @@ in
`timesyncd.conf` file as opposed to setting this option to null which
will remove `FallbackNTP=` entirely.
See man:{manpage}`timesyncd.conf(5)` for details.
See {manpage}`timesyncd.conf(5)` for details.
'';
};
extraConfig = mkOption {