Re: [PATCH 2/4] man/man7/sched.7: Update the documentation references
From: G. Branden Robinson <hidden>
Date: 2025-09-08 14:11:06
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: G. Branden Robinson <hidden>
Date: 2025-09-08 14:11:06
[CC list pruned heavily] Hi Sebastian, At 2025-09-08T15:51:34+0200, Sebastian Andrzej Siewior wrote:
On 2025-08-30 02:28:57 [-0500], G. Branden Robinson wrote:quoted
Thus, something like (hand-written diff): -The Linux kernel source files -.IR \%Documentation/\:scheduler/\:sched\-deadline\:.txt , -.IR \%Documentation/\:scheduler/\:sched\-rt\-group\:.txt , -.IR \%Documentation/\:scheduler/\:sched\-design\-CFS\:.txt , -and -.I \%Documentation/\:scheduler/\:sched\-nice\-design\:.txt +.UR https://docs.kernel.org/\:scheduler +Linux kernel scheduler documentation +.UEThank you for the suggestion. I keep The UR macro as you suggested but I move the description before the UR macro. The reason is that once it is as suggested, `man' does not show the link anymore. I can click on the link via `man -H' but I would prefer to see it right away.
Hmm, that sounds like a bug. What versions of man(1) and groff is your system running? $ man --version # This will fail if it's mandoc(1)'s "man". $ groff --version Regards, Branden