grep-commit
[Top][All Lists]
Advanced

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

Changes to grep/manual/html_node/Context-Line-Control.html,v


From: Jim Meyering
Subject: Changes to grep/manual/html_node/Context-Line-Control.html,v
Date: Fri, 23 May 2014 05:40:14 +0000

CVSROOT:        /webcvs/grep
Module name:    grep
Changes by:     Jim Meyering <meyering> 14/05/23 05:40:03

Index: html_node/Context-Line-Control.html
===================================================================
RCS file: /webcvs/grep/grep/manual/html_node/Context-Line-Control.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- html_node/Context-Line-Control.html 21 Feb 2014 17:16:48 -0000      1.17
+++ html_node/Context-Line-Control.html 23 May 2014 05:39:58 -0000      1.18
@@ -1,8 +1,8 @@
 <html lang="en">
 <head>
-<title>Context Line Control - GNU Grep 2.18</title>
-<meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="GNU Grep 2.18">
+<title>Context Line Control - GNU Grep 2.19</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="description" content="GNU Grep 2.19">
 <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">
@@ -12,7 +12,7 @@
 <!--
 This manual is for `grep', a pattern matching engine.
 
-Copyright (C) 1999-2002, 2005, 2008-2014 Free Software Foundation,
+Copyright (C) 1999--2002, 2005, 2008--2014 Free Software Foundation,
 Inc.
 
      Permission is granted to copy, distribute and/or modify this
@@ -60,11 +60,10 @@
      <br><dt><samp><span class="option">-C 
</span><var>num</var></samp><dt><samp><span 
class="option">-</span><var>num</var></samp><dt><samp><span 
class="option">--context=</span><var>num</var></samp><dd><a 
name="index-g_t_002dC-84"></a><a name="index-g_t_002d_002dcontext-85"></a><a 
name="index-g_t_002d_0040var_007bnum_007d-86"></a><a 
name="index-context-87"></a>Print <var>num</var> lines of leading and trailing 
output context.
 
      <br><dt><samp><span 
class="option">--group-separator=</span><var>string</var></samp><dd><a 
name="index-g_t_002d_002dgroup_002dseparator-88"></a><a 
name="index-group-separator-89"></a>When <samp><span 
class="option">-A</span></samp>, <samp><span class="option">-B</span></samp> or 
<samp><span class="option">-C</span></samp> are in use,
-print <var>string</var> instead of <samp><span class="option">--</span></samp> 
around disjoint groups
-of lines.
+print <var>string</var> instead of <samp><span class="option">--</span></samp> 
between groups of lines.
 
      <br><dt><samp><span 
class="option">--no-group-separator</span></samp><dd><a 
name="index-g_t_002d_002dgroup_002dseparator-90"></a><a 
name="index-group-separator-91"></a>When <samp><span 
class="option">-A</span></samp>, <samp><span class="option">-B</span></samp> or 
<samp><span class="option">-C</span></samp> are in use,
-print disjoint groups of lines adjacent to each other.
+do not print a separator between groups of lines.
 
    </dl>
 
@@ -77,23 +76,22 @@
 
      <li>Context (i.e., non-matching) lines use &lsquo;<samp><span 
class="samp">-</span></samp>&rsquo; instead.
 
-     <li>When no context is specified,
+     <li>When context is not specified,
 matching lines are simply output one right after another.
 
-     <li>When nonzero context is specified,
+     <li>When context is specified,
 lines that are adjacent in the input form a group
 and are output one right after another, while
-a separator appears by default between disjoint groups on a line
-of its own and without any prefix.
+by default a separator appears between non-adjacent groups.
 
      <li>The default separator
-is &lsquo;<samp><span class="samp">--</span></samp>&rsquo;, however whether to 
include it and its appearance
+is a &lsquo;<samp><span class="samp">--</span></samp>&rsquo; line; its 
presence and appearance
 can be changed with the options above.
 
      <li>Each group may contain
 several matching lines when they are close enough to each other
-that two otherwise adjacent but divided groups connect
-and can just merge into a single contiguous one. 
+that two adjacent groups connect and can merge into a single
+contiguous one. 
 </ul>
 
    </body></html>



reply via email to

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