diff options
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 71cf46a003831..6a98fd9463254 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.7 1995/05/30 00:06:49 rgrimes Exp $ +# $Id: Makefile,v 1.7.4.2 1996/06/05 02:35:37 jkh Exp $ PROG= expr SRCS= expr.c diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index c1c1d37d801ab..d1559ad06f137 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.3 1994/04/24 01:18:46 jkh Exp $ +.\" $Id: expr.1,v 1.3.6.1 1996/01/30 13:59:02 mpp Exp $ .\" .Dd July 3, 1993 .Dt EXPR 1 diff --git a/bin/expr/expr.y b/bin/expr/expr.y index 931bf276a4a40..66647489442c8 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.11 1995/11/18 18:05:03 joerg Exp $ + * $Id: expr.y,v 1.9.4.2 1995/12/11 22:59:22 joerg Exp $ */ #include <stdio.h> |