From d1d36133a9149e89579bbc06f68f7e9675e4608d Mon Sep 17 00:00:00 2001 From: grog Date: Sat, 7 Aug 1999 08:14:44 +0000 Subject: Update a comment. --- sys/dev/vinum/vinumutil.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/dev/vinum/vinumutil.c b/sys/dev/vinum/vinumutil.c index 92204be..fee3555 100644 --- a/sys/dev/vinum/vinumutil.c +++ b/sys/dev/vinum/vinumutil.c @@ -1,7 +1,9 @@ /*- - * Copyright (c) 1997, 1998 + * Copyright (c) 1997, 1998, 1999 * Nan Yang Computer Services Limited. All rights reserved. * + * Written by Greg Lehey + * * This software is distributed under the so-called ``Berkeley * License'': * @@ -33,7 +35,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $Id: vinumutil.c,v 1.11 1999/03/19 06:50:44 grog Exp grog $ + * $Id: vinumutil.c,v 1.12 1999/05/15 04:44:24 grog Exp grog $ */ /* This file contains utility routines used both in kernel and user context */ @@ -169,7 +171,10 @@ VolState(char *text) * * The scale factors are: * - * b blocks (of 512 bytes) + * s sectors (of 512 bytes) + * b blocks (of 512 bytes). This unit is deprecated, + * because it's confusing, but maintained to avoid + * confusing Veritas users. * k kilobytes (1024 bytes) * m megabytes (of 1024 * 1024 bytes) * g gigabytes (of 1024 * 1024 * 1024 bytes) -- cgit v1.1