summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-08-07 08:14:44 +0000
committergrog <grog@FreeBSD.org>1999-08-07 08:14:44 +0000
commitd1d36133a9149e89579bbc06f68f7e9675e4608d (patch)
tree3f83d990f18ca062e4fe7ec442f6755be50db2e7 /sys
parent5426fc199c5cbd2afc05d2a3bdfbe71fba8bdd11 (diff)
downloadFreeBSD-src-d1d36133a9149e89579bbc06f68f7e9675e4608d.zip
FreeBSD-src-d1d36133a9149e89579bbc06f68f7e9675e4608d.tar.gz
Update a comment.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/vinum/vinumutil.c11
1 files changed, 8 insertions, 3 deletions
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)
OpenPOWER on IntegriCloud