start in case sensitive mode
 .TP
 \fB-n\fR, \fB--exclamation-negates\fR
-substrings starting with an exclamation point must be absent for a line
+substrings starting with an exclamation mark must be absent for a line
 to match
 .TP
 \fB-q\fR, \fB--no-beep\fR
 
   fprintf(out, " -a, --case-sensitive\n");
   fprintf(out, "         start in case sensitive mode\n");
   fprintf(out, " -n, --exclamation-negates\n");
-  fprintf(out, "         exclamation points in substring requires the string to be absent\n");
+  fprintf(out, "         substrings starting with an exclamation mark have to be absent\n");
   fprintf(out, " -m, --monochrome\n");
   fprintf(out, "         monochrome mode\n");
   fprintf(out, " -q, --no-beep\n");