Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fswatch.texi #326

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fswatch/doc/fswatch.texi
Original file line number Diff line number Diff line change
Expand Up @@ -1969,13 +1969,13 @@ certain integer @math{k}, then the numeric value of a set of event
flags is univocally determined.

To check whether a given event flag is present when processing
@command{fswatch} output, iti s sufficient to check whether its bit is
@command{fswatch} output, it is sufficient to check whether it's 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 $$
$$ r = e \wedge n $$
@end tex

@noindent
Expand Down