grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/manual/html_node/Other-Options.html,v


From: Jim Meyering
Subject: Changes to grep/manual/html_node/Other-Options.html,v
Date: Wed, 04 Jul 2012 16:36:31 +0000

CVSROOT:        /webcvs/grep
Module name:    grep
Changes by:     Jim Meyering <meyering> 12/07/04 16:36:26

Index: html_node/Other-Options.html
===================================================================
RCS file: /webcvs/grep/grep/manual/html_node/Other-Options.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- html_node/Other-Options.html        24 Apr 2012 08:03:56 -0000      1.11
+++ html_node/Other-Options.html        4 Jul 2012 16:36:24 -0000       1.12
@@ -1,8 +1,8 @@
 <html lang="en">
 <head>
-<title>Other Options - GNU Grep 2.12</title>
+<title>Other Options - GNU Grep 2.13</title>
 <meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="GNU Grep 2.12">
+<meta name="description" content="GNU Grep 2.13">
 <meta name="generator" content="makeinfo 4.13">
 <link title="Top" rel="start" href="index.html#Top">
 <link rel="up" href="Command_002dline-Options.html#Command_002dline-Options" 
title="Command-line Options">
@@ -57,8 +57,8 @@
 
      <br><dt><samp><span class="option">-U</span></samp><dt><samp><span 
class="option">--binary</span></samp><dd><a name="index-g_t_002dU-130"></a><a 
name="index-g_t_002d_002dbinary-131"></a><a 
name="index-MS_002dDOS_002fMS_002dWindows-binary-files-132"></a><a 
name="index-binary-files_002c-MS_002dDOS_002fMS_002dWindows-133"></a>Treat the 
file(s) as binary. 
 By default, under MS-DOS and MS-Windows,
-<samp><span class="command">grep</span></samp> guesses the file type
-by looking at the contents of the first 32kB read from the file. 
+<samp><span class="command">grep</span></samp> guesses whether a file is text 
or binary
+as described for the <samp><span class="option">--binary-files</span></samp> 
option. 
 If <samp><span class="command">grep</span></samp> decides the file is a text 
file,
 it strips the <code>CR</code> characters from the original file contents
 (to make regular expressions with <code>^</code> and <code>$</code> work 
correctly). 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]