On Fri, Jul 13, 2018 at 05:51:44PM +0100, Ricardo Mestre wrote:
> Hi Jason,
> 
> Like this? While reviewing I found another tyop
> 

yes. frankly i'd run it through mandoc -Tlint too.
jmc

> Index: unveil.2
> ===================================================================
> RCS file: /cvs/src/lib/libc/sys/unveil.2,v
> retrieving revision 1.1
> diff -u -p -u -r1.1 unveil.2
> --- unveil.2    13 Jul 2018 09:25:22 -0000      1.1
> +++ unveil.2    13 Jul 2018 16:49:25 -0000
> @@ -27,15 +27,15 @@
>  .Sh DESCRIPTION
>  The first call to
>  .Nm
> -removes visibility of the envire filesystem from all other
> -filesystem-related system calls (
> +removes visibility of the entire filesystem from all other
> +filesystem-related system calls (such as
>  .Xr open 2 ,
> -.Xr chmod 2 ,
> -.Xe rename 2,
> -etc).
> +.Xr chmod 2
> +and
> +.Xr rename 2 ) ,
>  except for the specified
>  .Ar path.
> -Subequent calls to
> +Subsequent calls to
>  .Nm
>  expose additional views of the filesystem.
>  .Pp
> @@ -61,7 +61,7 @@ argument points to a string consisting o
>  .Bl -tag -width c -offset indent -compact
>  .It Dv r
>  .Ar path
> -hould be made  be available for read operations corresponding to
> +should be made available for read operations corresponding to
>  .Xr pledge 2
>  promise
>  .Ar rpath .
> 

Reply via email to