grep-commit
[Top][All Lists]
Advanced

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

Changes to grep/doc/grep.texi,v


From: Karl Berry
Subject: Changes to grep/doc/grep.texi,v
Date: Fri, 12 Dec 2008 18:06:43 +0000

CVSROOT:        /sources/grep
Module name:    grep
Changes by:     Karl Berry <karl>       08/12/12 18:06:43

Index: doc/grep.texi
===================================================================
RCS file: /sources/grep/grep/doc/grep.texi,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -b -r1.66 -r1.67
--- doc/grep.texi       11 Dec 2008 20:02:00 -0000      1.66
+++ doc/grep.texi       12 Dec 2008 18:06:42 -0000      1.67
@@ -68,10 +68,10 @@
 @end menu
 
 
address@hidden Introduction, Invoking, Top, Top
address@hidden Introduction
 @chapter Introduction
 
address@hidden Searching for a pattern.
address@hidden searching for a pattern
 
 @command{grep} searches the input files
 for lines containing a match to a given pattern list.
@@ -87,6 +87,7 @@
 Since newline is also a separator for the list of patterns,
 there is no way to match newline characters in a text.
 
+
 @node Invoking
 @chapter Invoking @command{grep}
 
@@ -145,7 +146,7 @@
 
 @item --help
 @opindex --help
address@hidden Usage summary, printing
address@hidden usage summary, printing
 Print a usage message briefly summarizing the command-line options
 and the bug-reporting address, then exit.
 
@@ -153,7 +154,7 @@
 @itemx --version
 @opindex -V
 @opindex --version
address@hidden Version, printing
address@hidden version, printing
 Print the version number of @command{grep} to the standard output stream.
 This version number should be included in all bug reports.
 
@@ -892,9 +893,6 @@
 @vindex LC_ALL @r{environment variable}
 @vindex LC_CTYPE @r{environment variable}
 @vindex LANG @r{environment variable}
address@hidden character type
address@hidden national language support
address@hidden NLS
 These variables specify the locale for the @code{LC_CTYPE} category,
 which determines the type of characters,
 e.g., which characters are whitespace.
@@ -908,7 +906,6 @@
 @cindex language of messages
 @cindex message language
 @cindex national language support
address@hidden NLS
 @cindex translation of message language
 These variables specify the locale for the @code{LC_MESSAGES} category,
 which determines the language that @command{grep} uses for messages.
@@ -945,6 +942,7 @@
 
 @end table
 
+
 @node Exit Status
 @chapter Exit Status
 
@@ -959,6 +957,7 @@
 to use logic that tests for this general condition
 instead of strict equality with@ 2.
 
+
 @node grep Programs
 @chapter @command{grep} programs
 
@@ -1017,6 +1016,7 @@
 but is provided to allow historical applications
 that rely on them to run unmodified.
 
+
 @node Regular Expressions
 @chapter Regular Expressions
 @cindex regular expressions
@@ -1364,10 +1364,11 @@
 @sc{posix.2} allows this behavior as an extension, but portable scripts
 should avoid it.
 
+
 @node Usage
 @chapter Usage
 
address@hidden Usage, examples
address@hidden usage, examples
 Here is an example command that invokes @sc{gnu} @command{grep}:
 
 @example
@@ -1385,7 +1386,7 @@
 @xref{Invoking}, for more details about
 how to invoke @command{grep}.
 
address@hidden Using @command{grep}, Q&A
address@hidden using @command{grep}, Q&A
 @cindex FAQ about @command{grep} usage
 Here are some common questions and answers about @command{grep} usage.
 
@@ -1617,10 +1618,11 @@
 
 @end enumerate
 
address@hidden Reporting Bugs, Copying, Usage, Top
+
address@hidden Reporting Bugs
 @chapter Reporting bugs
 
address@hidden Bugs, reporting
address@hidden bugs, reporting
 Email bug reports to @email{bug-grep@@gnu.org},
 a mailing list whose web page is
 @url{http://lists.gnu.org/mailman/listinfo/bug-grep}.
@@ -1638,9 +1640,10 @@
 
 Back-references are very slow, and may require exponential time.
 
+
 @node Copying
 @chapter Copying
address@hidden Copying
address@hidden copying
 
 GNU grep is licensed under the GNU GPL, which makes it @dfn{free
 software}.
@@ -1672,6 +1675,7 @@
 
 @include fdl.texi
 
+
 @node Index
 @unnumbered Index
 




reply via email to

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