commit: 4ee7af98596ae8bc646a4d7a0c99197cedb048c1 Author: Sebastian Engel <sighunter <AT> gmx <DOT> de> AuthorDate: Mon Aug 12 21:18:40 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Aug 23 15:16:31 2024 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=4ee7af98
tools-reference/grep: Remove the phonetic spelling of the -l parameter Signed-off-by: Sebastian Engel <sighunter <AT> gmx.de> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> tools-reference/grep/text.xml | 5 ++--- 1 file 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>
