diff options
Diffstat (limited to 'bin/expr')
| -rw-r--r-- | bin/expr/Makefile | 2 | ||||
| -rw-r--r-- | bin/expr/expr.1 | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile index c2db2b639aad..416707e76b98 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -3,8 +3,6 @@ PROG= expr SRCS= expr.c CLEANFILES+= expr.c y.tab.h -LDADD+= -lgnuregex -DPADD+= /usr/lib/libgnuregex.a expr.c: ${YACC} -d ${.IMPSRC} diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index 8514d9dd64cc..3cfa19b8f589 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: expr.1,v 1.2 1993/10/04 22:07:27 jtc Exp $ +.\" $Id: expr.1,v 1.2.2.1 1994/05/01 15:59:55 jkh Exp $ .\" .Dd July 3, 1993 .Dt EXPR 1 @@ -83,7 +83,7 @@ operator matches against .Ar expr2 , which must be a regular expression. The regular expression is anchored -to the begining of the string with an implicit +to the beginning of the string with an implicit .Dq ^ . .Pp If the match succeeds and the pattern contains at least one regular |
