On Fri, Oct 21, 2022 at 07:05:03PM -0400, Josiah Frentsos wrote:
> Index: kqueue.2
> ===================================================================
> RCS file: /cvs/src/lib/libc/sys/kqueue.2,v
> retrieving revision 1.46
> diff -u -p -r1.46 kqueue.2
> --- kqueue.2  31 Mar 2022 17:27:16 -0000      1.46
> +++ kqueue.2  21 Oct 2022 23:02:57 -0000
> @@ -105,7 +105,7 @@ is zero,
>  .Fn kevent
>  will return immediately even if there is a
>  .Fa timeout
> -specified unlike
> +specified, unlike
>  .Xr select 2 .
>  If
>  .Fa timeout

i took this...

> @@ -494,7 +494,7 @@ creates a new kernel event queue and ret
>  If there was an error creating the kernel event queue, a value of -1 is
>  returned and
>  .Va errno
> -set.
> +is set.
>  .Pp
>  .Fn kevent
>  returns the number of events placed in the
> 

...but not this. there's no need to repeat the verb here.

jmc

Reply via email to