Do we need to worry about symbolic links?  I guess not, since they would
only be owned by root?

joshua stein <j...@jcs.org> wrote:

> On Fri, 15 Apr 2022 at 12:17:12 -0600, Todd C. Miller wrote:
> > On Fri, 15 Apr 2022 13:12:03 -0500, joshua stein wrote:
> > 
> > > Thanks, both applied.
> > 
> > Looks good to me but needs a man page update.
> 
> Anyone want to bikeshed this language?
> 
> 
> diff --git share/man/man5/fbtab.5 share/man/man5/fbtab.5
> index 13dfb634b67..18eade1fbfa 100644
> --- share/man/man5/fbtab.5
> +++ share/man/man5/fbtab.5
> @@ -51,15 +51,11 @@ An octal permission number (0600), as used by
>  .It Other devices
>  The final field is a colon
>  .Pq Ql \&:
> -delimited list of devices (e.g.,
> -.Dq /dev/console:/dev/fd0a ) .
> -All device names are absolute paths.
> -A path that ends in
> -.Dq /\&*
> -refers to all directory entries except
> -.Dq \&.
> -and
> -.Dq \&.\&. .
> +delimited list of device paths (e.g.,
> +.Dq /dev/console:/dev/fd0a:/dev/wskbd* ) .
> +All device paths are processed through
> +.Xr glob 3
> +to expand any wildcard characters and potentially match multiple devices.
>  .El
>  .Pp
>  The
> @@ -84,5 +80,6 @@ the files once again belonging to root.
>  .Xr login 1 ,
>  .Xr login_fbtab 3 ,
>  .Xr init 8
> +.Xr glob 3
>  .Sh AUTHORS
>  .An Guido van Rooij
> 

Reply via email to