diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
| commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
| tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /bin/expr | |
| parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (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 3b83c36b2909..92ef908a91ba 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 1996/06/02 17:05:48 phk Exp $ +# $Id: Makefile,v 1.10.2.1 1998/07/15 02:01:24 jkh Exp $ PROG= expr SRCS= expr.y diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index 9d8069239cdc..9b5f3ce05be0 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.4 1996/01/29 22:53:24 mpp Exp $ +.\" $Id: expr.1,v 1.4.2.1 1998/07/15 02:01:24 jkh Exp $ .\" .Dd July 3, 1993 .Dt EXPR 1 diff --git a/bin/expr/expr.y b/bin/expr/expr.y index 938a8749fffe..931bf276a4a4 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.10 1995/08/04 17:08:07 joerg Exp $ + * $Id: expr.y,v 1.11 1995/11/18 18:05:03 joerg Exp $ */ #include <stdio.h> |
