summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--djgpp/config.site4
-rw-r--r--doc/grep.18
3 files changed, 16 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index c4cfca26..101cd000 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2000-02-22 Eli Zaretskii
+
+ * doc/grep.1: Two small glitches(typos).
+
+2000-02-18 Eli Zaretskii
+
+ * djgpp/config.site (prefix, INSTALL): Use /dev/env/DJDIR instead
+ of ${DJDIR}, so that the produced Makefile's work on any DJGPP
+ installation.
+
2000-01-30 Alain Magloire
* doc/grep.1: corrected typo.
diff --git a/djgpp/config.site b/djgpp/config.site
index dbe8123b..68d9634f 100644
--- a/djgpp/config.site
+++ b/djgpp/config.site
@@ -13,7 +13,7 @@ PATH_SEPARATOR=:
PATH_EXPAND=y
# The root of the DJGPP tree serves as the default prefix
-test "x$prefix" = xNONE && prefix='${DJDIR}'
+test "x$prefix" = xNONE && prefix='/dev/env/DJDIR'
# This is required for config.status script to be run, since
# ./configure runs it by invoking ${CONFIG_SHELL-/bin/sh}
@@ -24,6 +24,6 @@ CONFIG_SHELL=${CONFIG_SHELL='sh'}
# package was configured.
# $INSTALL must be an absolute path name, otherwise config.status
# will try to prepend ./ and ../ to it when it goes into subdirs.
-INSTALL=${INSTALL='${DJDIR}/bin/ginstall -c'}
+INSTALL=${INSTALL='/dev/env/DJDIR/bin/ginstall -c'}
RANLIB=${RANLIB='ranlib'}
diff --git a/doc/grep.1 b/doc/grep.1
index 385ff5de..37460a6c 100644
--- a/doc/grep.1
+++ b/doc/grep.1
@@ -12,7 +12,7 @@
.de Id
.ds Dt \\$4
..
-.Id $Id: grep.1,v 1.10 2000/02/02 04:37:44 alainm Exp $
+.Id $Id: grep.1,v 1.11 2000/02/26 03:18:40 alainm Exp $
.TH GREP 1 \*(Dt "GNU Project"
.SH NAME
grep, egrep, fgrep \- print lines matching a pattern
@@ -141,8 +141,8 @@ If
.I ACTION
is
.BR recurse ,
-.B
-grep reads all files under each directory, recursively;
+.B grep
+reads all files under each directory, recursively;
this is equivalent to the
.B \-r
option.
@@ -168,7 +168,7 @@ any of which is to be matched.
Obtain patterns from
.IR FILE ,
one per line.
-The empty file contains zero patterns, and therfore matches nothing.
+The empty file contains zero patterns, and therefore matches nothing.
.TP
.BR \-G ", " \-\^\-basic-regexp
Interpret