Blame SOURCES/grep-2.20-man-fixed-regexp-option.patch

51e48f
diff --git a/doc/grep.in.1 b/doc/grep.in.1
51e48f
index 3e6a8cf..480f205 100644
51e48f
--- a/doc/grep.in.1
51e48f
+++ b/doc/grep.in.1
51e48f
@@ -97,13 +97,15 @@ as an extended regular expression (ERE, see below).
51e48f
 .RB ( \-E
51e48f
 is specified by \s-1POSIX\s0.)
51e48f
 .TP
51e48f
-.BR \-F ", " \-\^\-fixed\-strings
51e48f
+.BR \-F ", " \-\^\-fixed\-strings ", " \-\^\-fixed\-regexp
51e48f
 Interpret
51e48f
 .I PATTERN
51e48f
 as a list of fixed strings, separated by newlines,
51e48f
 any of which is to be matched.
51e48f
 .RB ( \-F
51e48f
-is specified by \s-1POSIX\s0.)
51e48f
+is specified by \s-1POSIX\s0,
51e48f
+.BR \-\^\-fixed\-regexp
51e48f
+is an obsoleted alias, please do not use it in new scripts.)
51e48f
 .TP
51e48f
 .BR \-G ", " \-\^\-basic\-regexp
51e48f
 Interpret