diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-19 20:03:28 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-19 20:03:28 +0000 |
commit | 4a3284a150774a28e1c38733860ede6d00fa1a52 (patch) | |
tree | 88c1a65b3db87f0634c1724367a9d1a9e7c2986a | |
parent | 865df8ffec27b2f35eb0c0618439bb1ef6ce8f18 (diff) |
mdoc(7) fixes: Fixed the markup in the BUGS section, bumped document date.
Notes
Notes:
svn path=/head/; revision=115163
-rw-r--r-- | sbin/vinum/vinum.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sbin/vinum/vinum.8 b/sbin/vinum/vinum.8 index e9923f21cfb5..216cf2b01327 100644 --- a/sbin/vinum/vinum.8 +++ b/sbin/vinum/vinum.8 @@ -37,7 +37,7 @@ .\" $Id: vinum.8,v 1.15 2001/05/14 01:10:37 grog Exp grog $ .\" $FreeBSD$ .\" -.Dd December 20, 2000 +.Dd May 5, 2003 .Dt VINUM 8 .Os .Sh NAME @@ -2589,7 +2589,6 @@ and the arguments must be disk slices, such as not partitions such as .Pa /dev/da0e . .El -.\"XXX.Sh BUGS .Sh FILES .Bl -tag -width /dev/vinum/control -compact .It Pa /dev/vinum @@ -2641,8 +2640,10 @@ was developed for Cybernet Inc.\& .Pq Pa www.cybernet.com for its NetMAX product. .Sh BUGS -.Nm +.Xr vinum 4 does not use the .Xr geom 4 -subsystem so vinum volumes can not be used with GEOM based facilities like +subsystem so +.Xr vinum 4 +volumes cannot be used with GEOM based facilities like .Xr gbde 8 . |