On Tue, May 30, 2023 at 12:06:37AM -0400, aisha wrote:
> Hi,
> 
>   Was teaching glob(7) syntax to my brother and noticed that the markup for 
> [...] character classes was broken in HTML format from mandoc. Attached patch 
> renders the correct HTML.
> 
> Sidenote, mdoc(7) says 'Li' is deprecated but none of the suggested 
> replacements were working in this context.
> 
> OK?
> 
> Cheers,
> Aisha
> 

hi.

so your diff is technically correct, i think, so ok to commit it.
jmc

> diff --git a/share/man/man7/glob.7 b/share/man/man7/glob.7
> index 037cb52e438..443ef3c7b6f 100644
> --- a/share/man/man7/glob.7
> +++ b/share/man/man7/glob.7
> @@ -85,9 +85,9 @@ and
>  stands for the list of all characters belonging to that class.
>  Supported character classes:
>  .Bl -column "xdigit" "xdigit" "xdigit" -offset indent
> -.It Li "alnum" Ta "cntrl" Ta "lower" Ta "space"
> -.It Li "alpha" Ta "digit" Ta "print" Ta "upper"
> -.It Li "blank" Ta "graph" Ta "punct" Ta "xdigit"
> +.It Li "alnum" Ta Li "cntrl" Ta Li "lower" Ta Li "space"
> +.It Li "alpha" Ta Li "digit" Ta Li "print" Ta Li "upper"
> +.It Li "blank" Ta Li "graph" Ta Li "punct" Ta Li "xdigit"
>  .El
>  .Pp
>  These match characters using the macros specified in
> 

Reply via email to