diff options
| -rw-r--r-- | man/grab.1 | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -178,11 +178,16 @@ and then terminated by the same delimiter.  The last command of a pattern  need not have a terminating delimiter.  .Pp  The supported operators are as follows: +.Pp  .Bl -tag -compact  .It g  Keep selections that match the given regex.  .It G  Discard selections that match the given regex. +.It h +Highlight everything that matches the given regex. +.It H +Highlight everything that doesn’t match the given regex.  .It x  Select everything that matches the given regex.  .It X |