Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/expr 'NetBSD.org'
details: https://anonhg.NetBSD.org/src/rev/1c0be29c8e16
branches: trunk
changeset: 543022:1c0be29c8e16
user: grant <grant%NetBSD.org@localhost>
date: Fri Feb 14 16:17:30 2003 +0000
description:
'NetBSD.org'
diffstat:
bin/expr/expr.1 | 10 ++++++----
bin/expr/expr.y | 6 +++---
2 files changed, 9 insertions(+), 7 deletions(-)
diffs (54 lines):
diff -r 9ef344eecad5 -r 1c0be29c8e16 bin/expr/expr.1
--- a/bin/expr/expr.1 Fri Feb 14 16:11:34 2003 +0000
+++ b/bin/expr/expr.1 Fri Feb 14 16:17:30 2003 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: expr.1,v 1.21 2002/09/25 15:18:39 wiz Exp $
+.\" $NetBSD: expr.1,v 1.22 2003/02/14 16:17:30 grant Exp $
.\"
-.\" Written by J.T. Conklin <jtc%netbsd.org@localhost>.
+.\" Written by J.T. Conklin <jtc%NetBSD.org@localhost>.
.\" Public domain.
.\"
.Dd September 18, 2000
@@ -134,11 +134,13 @@
.St -p1003.2 .
.Sh AUTHORS
Original implementation was written by
-.An J.T. Conklin Aq jtc%netbsd.org@localhost .
+.An J.T. Conklin
+.Aq jtc%NetBSD.org@localhost .
It was rewritten for
.Nx 1.6
by
-.An Jaromir Dolecek Aq jdolecek%netbsd.org@localhost .
+.An Jaromir Dolecek
+.Aq jdolecek%NetBSD.org@localhost .
.Sh COMPATIBILITY
This implementation of
.Nm
diff -r 9ef344eecad5 -r 1c0be29c8e16 bin/expr/expr.y
--- a/bin/expr/expr.y Fri Feb 14 16:11:34 2003 +0000
+++ b/bin/expr/expr.y Fri Feb 14 16:17:30 2003 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: expr.y,v 1.28 2001/09/16 13:42:10 wiz Exp $ */
+/* $NetBSD: expr.y,v 1.29 2003/02/14 16:17:30 grant Exp $ */
/*_
* Copyright (c) 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Jaromir Dolecek <jdolecek%NetBSD.org@localhost> and J.T. Conklin <jtc%netbsd.org@localhost>.
+ * by Jaromir Dolecek <jdolecek%NetBSD.org@localhost> and J.T. Conklin <jtc%NetBSD.org@localhost>.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -38,7 +38,7 @@
%{
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: expr.y,v 1.28 2001/09/16 13:42:10 wiz Exp $");
+__RCSID("$NetBSD: expr.y,v 1.29 2003/02/14 16:17:30 grant Exp $");
#endif /* not lint */
#include <sys/types.h>
Home |
Main Index |
Thread Index |
Old Index