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

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