diff options
author | Alain Magloire <alainm@rcsm.ee.mcgill.ca> | 1999-11-13 02:43:08 +0000 |
---|---|---|
committer | Alain Magloire <alainm@rcsm.ee.mcgill.ca> | 1999-11-13 02:43:08 +0000 |
commit | 9f61eb35b5d5b783e62377a5280bb65e1eb1cf2d (patch) | |
tree | 789db9c6d556fa7002585ccf40ff498ecad490a7 | |
parent | c60a8802fea6bf7d91f546b5ac5a0b30629a84af (diff) | |
download | grep-9f61eb35b5d5b783e62377a5280bb65e1eb1cf2d.tar.gz |
..
-rw-r--r-- | djgpp/README | 6 | ||||
-rw-r--r-- | doc/grep.texi | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/djgpp/README b/djgpp/README index 64b15c4f..174470d4 100644 --- a/djgpp/README +++ b/djgpp/README @@ -15,7 +15,7 @@ these tools are available are in parentheses): - GNU Fileutils (v2gnu/filNNNb.zip), Textutils (v2gnu/txtNNNb.zip) and Diffutils (v2gnu/difNNNb.zip). - - A (previous version of) Grep (v2gnu/grepNNb.zip). + - A (previous version of) GNU Grep (v2gnu/grepNNb.zip). Running the tests ("make check" in the top-level directory) additionally requires Gawk (v2gnu/gwkNNNb.zip). TAGS and ID targets @@ -31,7 +31,7 @@ To build Grep, run the djgpp\config.bat batch file, then run Make: Source distributions on DJGPP sites usually come pre-configured, so all you need to do in order to build the programs is to say "make". -However, source distributions on GNU ftp sites, like gnudist.gnu.org, +However, source distributions on GNU ftp sites, like ftp.gnu.org, need to be configured by running djgpp\config.bat. You will also need to run it if you need to configure Grep differently than for the default configuration, for example if you want to install the programs @@ -42,7 +42,7 @@ You can configure and build Grep from a directory other than where you unpack its sources, by giving it the directory with the sources as an argument. For example: - d:\gnu\grep-2.3.1\djgpp\config d:/gnu/grep-2.3.1 + d:\gnu\grep-2.4\djgpp\config d:/gnu/grep-2.4 Note that the argument *must* use Unix-style forward slashes, or else config.bat might fail. diff --git a/doc/grep.texi b/doc/grep.texi index bb61aca5..b963108f 100644 --- a/doc/grep.texi +++ b/doc/grep.texi @@ -632,7 +632,7 @@ Any one of @code{0 1 2 3 4 5 6 7 8 9}. @item [:graph:] @opindex graph @cindex graphic characters -Anything that is not a @samp{[:alphanum:]} or @samp{[:punct:]}. +Anything that is not a @samp{[:alnum:]} or @samp{[:punct:]}. @item [:lower:] @opindex lower @@ -643,7 +643,7 @@ Any one of @code{a b c d e f g h i j k l m n o p q r s t u v w x y z}. @opindex print @cindex printable characters Any character from the @samp{[:space:]} class, and any character that is -@strong{not} in the @samp{[:isgraph:]} class. +@strong{not} in the @samp{[:graph:]} class. @item [:punct:] @opindex punct |