aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Engel <sighunter@gmx.de>2024-08-12 23:18:40 +0200
committerUlrich Müller <ulm@gentoo.org>2024-08-23 17:16:31 +0200
commit4ee7af98596ae8bc646a4d7a0c99197cedb048c1 (patch)
tree6ddd7173b9e3065e5c3843da51cfd2b475b4e29d
parentg-c/dependencies + f-r/query-functions: Remove double if constraints (diff)
downloaddevmanual-4ee7af98596ae8bc646a4d7a0c99197cedb048c1.tar.gz
devmanual-4ee7af98596ae8bc646a4d7a0c99197cedb048c1.tar.bz2
devmanual-4ee7af98596ae8bc646a4d7a0c99197cedb048c1.zip
tools-reference/grep: Remove the phonetic spelling of the -l parameter
Signed-off-by: Sebastian Engel <sighunter@gmx.de> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-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>