aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools-reference/grep/text.xml')
-rw-r--r--tools-reference/grep/text.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools-reference/grep/text.xml b/tools-reference/grep/text.xml
index b0651bd..1aa17ba 100644
--- a/tools-reference/grep/text.xml
+++ b/tools-reference/grep/text.xml
@@ -32,9 +32,8 @@ being a fixed string rather than a regular expression.
<p>
By default, <c>grep</c> prints out matching lines from the input. If
-<c>-q</c> is specified, no output is displayed. If <c>-l</c> (lowercase
-letter ell) is specified, only the filenames of files which contain
-matching lines are displayed.
+<c>-q</c> is specified, no output is displayed. If <c>-l</c> is specified,
+only the filenames of files which contain matching lines are displayed.
</p>
<p>