diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
commit | efabb9ccb197b05958967dd035c279ba3bc19cb0 (patch) | |
tree | 2aca709a2adc99fd79e8420c6abe78733949e203 /usr.sbin/iostat | |
parent | 06c04c899d1871a26f60711cdbb0ea16e85dfdc7 (diff) | |
download | FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.zip FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'usr.sbin/iostat')
-rw-r--r-- | usr.sbin/iostat/iostat.8 | 2 | ||||
-rw-r--r-- | usr.sbin/iostat/iostat.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index 324d5d1..e623de4 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: iostat.8,v 1.7 1998/09/16 23:14:47 ken Exp $ +.\" $FreeBSD$ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c index f1dd668..bf8ee5a 100644 --- a/usr.sbin/iostat/iostat.c +++ b/usr.sbin/iostat/iostat.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: iostat.c,v 1.13 1999/06/24 06:43:18 imp Exp $ + * $FreeBSD$ */ /* * Parts of this program are derived from the original FreeBSD iostat |