On Sun, Aug 13, 2023 at 11:21:39AM +0100, Stuart Henderson wrote:
> On 2023/08/13 11:13, Omar Polo wrote:
> > @@ -179,7 +179,8 @@ section starts with a declaration of the server
> >  Each
> >  .Ic server
> >  section starts with a declaration of the server
> > -.Ar name :
> > +.Ar name .
> > +If no one matches the request the first one defined is used.
> >  .Bl -tag -width Ds
> >  .It Ic server Ar name Brq ...
> >  Match the server name using shell globbing rules.
> 
> The rest looks good, but I think this might be a little more clear as:
> 

i just got to stuart's mail. this reads nice and clear too.
jmc

> 
>  Each
>  .Ic server
>  section starts with a declaration of the server
> -.Ar name :
> +.Ar name .
> +If a request does not match any server name, it is handled by the first
> +defined
> +.Ic server
> +section.
>  .Bl -tag -width Ds
>  .It Ic server Ar name Brq ...
>  Match the server name using shell globbing rules.
> 

Reply via email to