diff options
| author | Xin LI <delphij@FreeBSD.org> | 2015-10-27 21:26:05 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2015-10-27 21:26:05 +0000 |
| commit | 199c44662549a01e6c8c74ea0c7599c01f171f97 (patch) | |
| tree | 9d2cc4982a77c2cbcdbef2ac434a51efc18555b4 /usr.bin/gzip | |
| parent | 78546dad4e5d611483af5248aff846ea35dcff91 (diff) | |
Notes
Diffstat (limited to 'usr.bin/gzip')
| -rw-r--r-- | usr.bin/gzip/gzip.1 | 2 | ||||
| -rw-r--r-- | usr.bin/gzip/gzip.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gzip/gzip.1 b/usr.bin/gzip/gzip.1 index 1693724f21f53..0b5a38f28a066 100644 --- a/usr.bin/gzip/gzip.1 +++ b/usr.bin/gzip/gzip.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: gzip.1,v 1.25 2015/04/06 21:41:17 wiz Exp $ +.\" $NetBSD: gzip.1,v 1.26 2015/10/27 07:36:18 mrg Exp $ .\" .\" Copyright (c) 1997, 2003, 2004 Matthew R. Green .\" All rights reserved. diff --git a/usr.bin/gzip/gzip.c b/usr.bin/gzip/gzip.c index 81839ae16c81b..8f22abcf4c61c 100644 --- a/usr.bin/gzip/gzip.c +++ b/usr.bin/gzip/gzip.c @@ -1,4 +1,4 @@ -/* $NetBSD: gzip.c,v 1.108 2015/04/15 02:29:12 christos Exp $ */ +/* $NetBSD: gzip.c,v 1.109 2015/10/27 07:36:18 mrg Exp $ */ /*- * Copyright (c) 1997, 1998, 2003, 2004, 2006 Matthew R. Green |
