diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
commit | 26ce5ad3876f0ea63ab67a8bdb2ed1a5a1591a3e (patch) | |
tree | 69e72e626f1337094ba2f18cd7fded3ecaa930bf /bin/expr | |
parent | a3ab491d642b34f2d3efbc0562abc8e79b38ce09 (diff) |
Diffstat (limited to 'bin/expr')
-rw-r--r-- | bin/expr/Makefile | 2 | ||||
-rw-r--r-- | bin/expr/expr.1 | 2 | ||||
-rw-r--r-- | bin/expr/expr.y | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile index c98e59fbcb3bf..71cf46a003831 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -1,5 +1,5 @@ # /b/source/CVS/src/bin/expr/Makefile,v 1.5 1993/06/14 19:56:06 jtc Exp -# $Id: Makefile,v 1.6 1994/09/24 02:55:36 davidg Exp $ +# $Id: Makefile,v 1.7 1995/05/30 00:06:49 rgrimes Exp $ PROG= expr SRCS= expr.c diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index b2aba80876ddd..e6af35a40b175 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.3 1994/04/24 01:18:46 jkh Exp $ .\" .Dd July 3, 1993 .Dt EXPR 1 diff --git a/bin/expr/expr.y b/bin/expr/expr.y index 76ffe4454f5ed..30a07db69f12d 100644 --- a/bin/expr/expr.y +++ b/bin/expr/expr.y @@ -4,7 +4,7 @@ * * Largely rewritten by J.T. Conklin (jtc@wimsey.com) * - * $Id: expr.y,v 1.9 1995/03/19 13:28:41 joerg Exp $ + * $Id: expr.y,v 1.9.4.1 1995/08/25 03:06:36 davidg Exp $ */ #include <stdio.h> |