Re: [PATCH 2/4] man/man7/sched.7: Update the documentation references

From: Sebastian Andrzej Siewior

Date: Mon Sep 08 2025 - 09:54:26 EST


On 2025-08-30 02:28:57 [-0500], G. Branden Robinson wrote:
> Hi Sebastian,
Hi Branden,

> > -.I \%Documentation/\:scheduler/\:sched\-nice\-design\:.txt
> > +The Linux kernel documentation for the scheduler
> > +.IR https://docs.kernel.org/\:scheduler
> > .P
> > Worth looking at:
> > .UR https://wiki.linuxfoundation.org/\:realtime/\:start
>
> This is not a gating/blocking suggestion.
>
> You might consider adding a real hyperlink similar to the one at the
> bottom of the context.
>
> 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
> +.UE

Thank 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.

Sebastian