You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to be compatible with the explanation @ lines 1971-1983
To check whether a given event flag is present when processing
@command{fswatch} output, iti s sufficient to check whether its bit is
set to 1 in the event value. Let's suppose we want to check whether
the event flag whose value is @math{e} is present in a record whose
flag numerical value is @math{n}. If the result @math{r} of
@tex
$$ r = e \wedge b $$
@end tex
@noindent
where @math{\wedge} is the bitwise @command{and} operator, is @math{r
> 0}, then the flag @math{e} is present in @math{n}.
As an aditional note "iti s" @ line 1972 could be "it's" or "it is" and
"its bit" could be "it's bit".
The text was updated successfully, but these errors were encountered:
larelogio
added a commit
to larelogio/fswatch
that referenced
this issue
Oct 19, 2024
@ Numeric Event Flags of Invoking fswatch
@ line 1978 of fswatch/doc/fswatch.texi
sould probably be
to be compatible with the explanation @ lines 1971-1983
As an aditional note "iti s" @ line 1972 could be "it's" or "it is" and
"its bit" could be "it's bit".
The text was updated successfully, but these errors were encountered: