Mercurial > crates > nonstick
diff src/_doc.rs @ 142:5c1e315c18ff
minor doc nicening
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 05 Jul 2025 21:49:27 -0400 |
parents | 39760dfc9b3b |
children | 1bc52025156b |
line wrap: on
line diff
--- 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 {