From 608ba7a407519c535d553fd2b63ccf828b03c7de Mon Sep 17 00:00:00 2001 From: Anton Mosich Date: Sun, 7 Sep 2025 12:21:08 +0200 Subject: [PATCH] modules/postfix: fix manpage number in option description --- nixos/modules/services/mail/postfix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/mail/postfix.nix b/nixos/modules/services/mail/postfix.nix index e69ddcb30866..2c93754b781b 100644 --- a/nixos/modules/services/mail/postfix.nix +++ b/nixos/modules/services/mail/postfix.nix @@ -809,7 +809,7 @@ in default = ""; type = lib.types.lines; description = '' - Entries for the transport map, cf. man-page {manpage}`transport(8)`. + Entries for the transport map, cf. man-page {manpage}`transport(5)`. ''; };