aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vinum/vinumutil.c
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>1999-08-07 08:14:44 +0000
committerGreg Lehey <grog@FreeBSD.org>1999-08-07 08:14:44 +0000
commitbbc227eaa9231fa37cde2c8a8d96f9944f3e1967 (patch)
tree1a9602d9fe3265c99044e96fc878a5b61d9c362e /sys/dev/vinum/vinumutil.c
parent1c49cd396f4626d19d17afa24b064dd320b6b6a0 (diff)
downloadsrc-bbc227eaa9231fa37cde2c8a8d96f9944f3e1967.tar.gz
src-bbc227eaa9231fa37cde2c8a8d96f9944f3e1967.zip
Update a comment.
Notes
Notes: svn path=/head/; revision=49488
Diffstat (limited to 'sys/dev/vinum/vinumutil.c')
-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 92204be57ae2..fee35550fa34 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)