diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
| commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
| tree | f979656ed109e888baec4c361944b615bc0f7d2c /bin/expr | |
| parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (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 215b498db522..9a4c1b45e7a6 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.12 1997/02/22 14:03:36 peter Exp $ +# $Id: Makefile,v 1.13 1998/05/04 18:41:16 bde Exp $ PROG= expr SRCS= expr.y diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index b3f67fb52d93..065134ab4a65 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.7 1998/05/13 07:43:56 charnier Exp $ +.\" $Id: expr.1,v 1.8 1998/12/18 03:16:46 jkoshy Exp $ .\" .Dd July 3, 1993 .Dt EXPR 1 diff --git a/bin/expr/expr.y b/bin/expr/expr.y index 626de8e05b33..5126a1ca934d 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$ + * $Id: expr.y,v 1.13 1997/02/22 14:03:38 peter Exp $ */ #include <stdio.h> |
