diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
| commit | a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch) | |
| tree | cbb644b4992b30708378efe709bfa84fe6caddf4 /usr.bin/kzip | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
Diffstat (limited to 'usr.bin/kzip')
| -rw-r--r-- | usr.bin/kzip/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/kzip/kzip.8 | 2 | ||||
| -rw-r--r-- | usr.bin/kzip/kzip.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/kzip/Makefile b/usr.bin/kzip/Makefile index cefc3904f85e..a847ab451f5e 100644 --- a/usr.bin/kzip/Makefile +++ b/usr.bin/kzip/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/10/06 02:42:11 peter Exp $ +# $Id: Makefile,v 1.3 1996/08/21 19:07:21 mpp Exp $ PROG= kzip MAN8= kzip.8 diff --git a/usr.bin/kzip/kzip.8 b/usr.bin/kzip/kzip.8 index 2c2c2e11bfcd..c42f11b68eed 100644 --- a/usr.bin/kzip/kzip.8 +++ b/usr.bin/kzip/kzip.8 @@ -23,7 +23,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: kzip.8,v 1.1.2.1 1997/07/21 11:56:34 charnier Exp $ +.\" $Id: kzip.8,v 1.1.2.2 1998/07/17 04:18:41 jkh Exp $ .\" .Dd August 15, 1996 .Os diff --git a/usr.bin/kzip/kzip.c b/usr.bin/kzip/kzip.c index 7c08f17c4d1d..f0e74b200499 100644 --- a/usr.bin/kzip/kzip.c +++ b/usr.bin/kzip/kzip.c @@ -13,7 +13,7 @@ #ifndef lint static const char rcsid[] = - "$Id: kzip.c,v 1.5.2.2 1997/08/29 05:29:26 imp Exp $"; + "$Id: kzip.c,v 1.5.2.3 1997/09/15 08:32:09 jkh Exp $"; #endif /* not lint */ #include <err.h> |
