Skip to content

Commit

Permalink
Add mutex explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Dec 20, 2024
1 parent 95965fc commit c7d1baa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ack
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,8 @@ Note that the options that affect "dogs" also affect "cats", so if you have
then the search for both "dogs" and "cats" will be case-insensitive and be
word-limited.
See also C<--or> and C<--not>.
See also the other two boolean options C<--or> and C<--not>, neither of
which can be used with C<--and>.
=item B<-A I<NUM>>, B<--after-context=I<NUM>>
Expand Down Expand Up @@ -1574,7 +1575,8 @@ if you have
then the search for both "dogs" and "cats" will be case-insensitive and be
word-limited.
See also C<--and> and C<--or>.
See also the other two boolean options C<--and> and C<--or>, neither of
which can be used with C<--not>.
=item B<-o>
Expand All @@ -1597,7 +1599,8 @@ Note that the options that affect "dogs" also affect "cats", so if you have
then the search for both "dogs" and "cats" will be case-insensitive and be
word-limited.
See also C<--and> and C<--not>.
See also the other two boolean options C<--and> and C<--not>, neither of
which can be used with C<--or>.
=item B<--output=I<expr>>
Expand Down

0 comments on commit c7d1baa

Please sign in to comment.