Mercurial > crates > nonstick
changeset 142:5c1e315c18ff
minor doc nicening
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 05 Jul 2025 21:49:27 -0400 |
parents | a508a69c068a |
children | ebb71a412b58 |
files | src/_doc.rs |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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 {