From fd60375c7acaa1117b593a55e697668340ba8081 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Mon, 27 Jan 2025 02:25:56 +0100 Subject: [PATCH] nixos/timesyncd: strip man: prefix from manpage links --- nixos/modules/system/boot/timesyncd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/system/boot/timesyncd.nix b/nixos/modules/system/boot/timesyncd.nix index 6090cdf5adff..b13b16f74de5 100644 --- a/nixos/modules/system/boot/timesyncd.nix +++ b/nixos/modules/system/boot/timesyncd.nix @@ -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 {