# HG changeset patch # User Paul Fisher # Date 1751766567 14400 # Node ID 5c1e315c18ffb283fa4e74a4d2409830f65e9d08 # Parent a508a69c068ae98001a79a6dd360c22efaac6fb4 minor doc nicening diff -r a508a69c068a -r 5c1e315c18ff src/_doc.rs --- a/src/_doc.rs Sat Jul 05 17:16:56 2025 -0400 +++ b/src/_doc.rs Sat Jul 05 21:49:27 2025 -0400 @@ -87,10 +87,10 @@ /// # fn do_whatever() {} /// /// /// This contains both a link to the ["structure" section of `hgrc`][man7] -/// /// and a link to the ["environment" section of `systemd`][sysd_env]. +/// /// and a link to the ["environment" section of `systemd`][systemd_env]. /// /// /// #[doc = man7!(5 hgrc "STRUCTURE")] -/// #[doc = man7!(sysd_env: 1 systemd "ENVIRONMENT")] +/// #[doc = man7!(systemd_env: 1 systemd "ENVIRONMENT")] /// # fn do_whatever2() {} /// ``` macro_rules! man7 {