CVSROOT: /webcvs/grep Module name: grep Changes by: Jim Meyering <meyering> 20/09/27 23:36:49
Index: html_node/Exit-Status.html =================================================================== RCS file: /webcvs/grep/grep/manual/html_node/Exit-Status.html,v retrieving revision 1.30 retrieving revision 1.31 diff -u -b -r1.30 -r1.31 --- html_node/Exit-Status.html 2 Jan 2020 23:18:44 -0000 1.30 +++ html_node/Exit-Status.html 28 Sep 2020 03:36:49 -0000 1.31 @@ -14,10 +14,10 @@ <!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<title>Exit Status (GNU Grep 3.4)</title> +<title>Exit Status (GNU Grep 3.5)</title> -<meta name="description" content="Exit Status (GNU Grep 3.4)"> -<meta name="keywords" content="Exit Status (GNU Grep 3.4)"> +<meta name="description" content="Exit Status (GNU Grep 3.5)"> +<meta name="keywords" content="Exit Status (GNU Grep 3.5)"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -73,9 +73,6 @@ <p>Normally the exit status is 0 if a line is selected, 1 if no lines were selected, and 2 if an error occurred. However, if the -<samp>-L</samp> or <samp>--files-without-match</samp> is used, the exit status -is 0 if a file is listed, 1 if no files were listed, and 2 if an error -occurred. Also, if the <samp>-q</samp> or <samp>--quiet</samp> or <samp>--silent</samp> option is used and a line is selected, the exit status is 0 even if an error occurred. Other <code>grep</code> implementations may exit with status
